| 3742 | } |
| 3743 | |
| 3744 | static int pv_set_msg_branch_q(struct sip_msg* msg, pv_param_t *param, |
| 3745 | int op, pv_value_t *val) |
| 3746 | { |
| 3747 | return _int_pv_set_branch_fields( msg, param, op, val, BR_Q_ID, 1); |
| 3748 | } |
| 3749 | |
| 3750 | static int pv_set_msg_branch_path(struct sip_msg* msg, pv_param_t *param, |
| 3751 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected