need way to define new AVP types
Status: Alpha
Brought to you by:
mphunter
It's not possible to define new AVP types. The CCA
specs include the definition of AVP types like Time ->
"UnsignedInteger";Enumerated-->"UnsignedInteger"
;Float32--> "Float"; Float128 -->"BigDecimal". These
AVPs can now be defined in dictionary, but in function
avps.c/aaa_CopyAVPData , if the type is not a “basic”
one like AAA_AVP_OCTETSTRING_TYPE,
AAA_AVP_ADDRESS_TYPE, AAA_AVP_INTEGER32_TYPE (up to 7
basic types) then the function returns “error
unssuported AVP type”.