| 3730 | } |
| 3731 | |
| 3732 | static int pv_set_msg_branch_uri(struct sip_msg* msg, pv_param_t *param, |
| 3733 | int op, pv_value_t *val) |
| 3734 | { |
| 3735 | return _int_pv_set_branch_fields( msg, param, op, val, BR_URI_ID, 1); |
| 3736 | } |
| 3737 | |
| 3738 | static int pv_set_msg_branch_duri(struct sip_msg* msg, pv_param_t *param, |
| 3739 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected