search_next_avp() has a different signature in sr core compared to k core.
k variant:
struct usr_avp *search_next_avp( struct usr_avp *avp, int_str *val );
sr variant:
avp_t *search_next_avp(struct search_state* state, avp_value_t *val);
This will most likely cause problem for the following modules:
- acc
- avpops
- osp
- siptrace
Regards,
Ovidiu Sas