| 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) |
| 3752 | { |
| 3753 | return _int_pv_set_branch_fields( msg, param, op, val, BR_PATH_ID, 1); |
| 3754 | } |
| 3755 | |
| 3756 | static int pv_set_msg_branch_flags(struct sip_msg* msg, pv_param_t *param, |
| 3757 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected