| 2698 | } |
| 2699 | |
| 2700 | static int pv_get_tm_branch_duri(struct sip_msg *msg, pv_param_t *param, |
| 2701 | pv_value_t *res) |
| 2702 | { |
| 2703 | return _pv_get_tm_branch_field( msg, param, res, BR_DURI_ID); |
| 2704 | } |
| 2705 | |
| 2706 | static int pv_get_tm_branch_q(struct sip_msg *msg, pv_param_t *param, |
| 2707 | pv_value_t *res) |
nothing calls this directly
no test coverage detected