Menu

#5 need way to define new AVP types

open
nobody
7
2005-12-13
2005-12-13
No

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”.

Discussion


Log in to post a comment.