| 2710 | } |
| 2711 | |
| 2712 | static int pv_get_tm_branch_path(struct sip_msg *msg, pv_param_t *param, |
| 2713 | pv_value_t *res) |
| 2714 | { |
| 2715 | return _pv_get_tm_branch_field( msg, param, res, BR_PATH_ID); |
| 2716 | } |
| 2717 | |
| 2718 | static int pv_get_tm_branch_flags(struct sip_msg *msg, pv_param_t *param, |
| 2719 | pv_value_t *res) |
nothing calls this directly
no test coverage detected