| 2734 | } |
| 2735 | |
| 2736 | static int pv_get_tm_branch_attr(struct sip_msg *msg, pv_param_t *param, |
| 2737 | pv_value_t *res) |
| 2738 | { |
| 2739 | return _pv_get_tm_branch_field( msg, param, res, BR_ATTR_ID); |
| 2740 | } |
| 2741 | |
| 2742 | static int pv_get_tm_branch_lastrecv(struct sip_msg *msg, pv_param_t *param, |
| 2743 | pv_value_t *res) |
nothing calls this directly
no test coverage detected