Thanks for reporting, I will look into it, the commit ca18218 was related to a fix on a potential issue reported by a static analyzer/fuzzer.
As a workaround to try for now would be to change the next parameters to use string avp name:
``` modparam("lcr", "gw_uri_avp", "$avp(s:709)") modparam("lcr", "ruri_user_avp", "$avp(s:500)") modparam("lcr", "flags_avp", "$avp(s:712)") ```