| 2277 | } |
| 2278 | |
| 2279 | static int pv_get_msg_branch_uri(struct sip_msg *msg, pv_param_t *param, |
| 2280 | pv_value_t *res) |
| 2281 | { |
| 2282 | return pv_get_msg_branch_fields( msg, param, res, BR_URI_ID); |
| 2283 | } |
| 2284 | |
| 2285 | static int pv_get_msg_branch_duri(struct sip_msg *msg, pv_param_t *param, |
| 2286 | pv_value_t *res) |
nothing calls this directly
no test coverage detected