| 2740 | } |
| 2741 | |
| 2742 | static int pv_get_tm_branch_lastrecv(struct sip_msg *msg, pv_param_t *param, |
| 2743 | pv_value_t *res) |
| 2744 | { |
| 2745 | return _pv_get_tm_branch_field( msg, param, res, BR_LASTRECV_ID); |
| 2746 | } |
| 2747 | |
| 2748 | static int pv_get_tm_branch_type(struct sip_msg *msg, pv_param_t *param, |
| 2749 | pv_value_t *res) |
nothing calls this directly
no test coverage detected