| 2863 | } |
| 2864 | |
| 2865 | static int pv_set_tm_branch_flag(struct sip_msg* msg, pv_param_t *param, |
| 2866 | int op, pv_value_t *val) |
| 2867 | { |
| 2868 | return _pv_set_tm_branch_field( msg, param, op, val, BR_FLAG_ID); |
| 2869 | } |
| 2870 | |
| 2871 | static int pv_set_tm_branch_attr(struct sip_msg* msg, pv_param_t *param, |
| 2872 | int op, pv_value_t *val) |
nothing calls this directly
no test coverage detected