| 3721 | } |
| 3722 | |
| 3723 | static int pv_set_branch_fields(struct sip_msg* msg, pv_param_t *param, |
| 3724 | int op, pv_value_t *val) |
| 3725 | { |
| 3726 | /* named branch fields, |
| 3727 | * so the type is in the name, no RURI branch support*/ |
| 3728 | return _int_pv_set_branch_fields( msg, param, op, val, |
| 3729 | param->pvn.u.isname.name.n, 0); |
| 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) |
nothing calls this directly
no test coverage detected