| 2289 | } |
| 2290 | |
| 2291 | static int pv_get_msg_branch_q(struct sip_msg *msg, pv_param_t *param, |
| 2292 | pv_value_t *res) |
| 2293 | { |
| 2294 | return pv_get_msg_branch_fields( msg, param, res, BR_Q_ID); |
| 2295 | } |
| 2296 | |
| 2297 | static int pv_get_msg_branch_path(struct sip_msg *msg, pv_param_t *param, |
| 2298 | pv_value_t *res) |
nothing calls this directly
no test coverage detected