[SR-Dev] search_next_avp

Ovidiu Sas osas at voipembedded.com
Thu Mar 12 19:40:59 CET 2009


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



More information about the sr-dev mailing list