# HG changeset patch # User Luke Mewburn # Date 1587173431 -36000 # Node ID dc79c3ae3674069542ad91462779a9a39f8c2637 # Parent 3f7100848fb0c7728aff745c3fd91d0978e5ce07 Add 3GPP TS 29.153 V15.1.0 (2019-09) Add AVPs: - Network-Congestion-Area-Report, Grouped, code 4101, section 5.3.2 - Ns-Request-Type, Unsigned32, code 4102, section 5.3.3 diff -r 3f7100848fb0 -r dc79c3ae3674 extensions/dict_dcca_3gpp/add_avps.c --- a/extensions/dict_dcca_3gpp/add_avps.c Sat Apr 18 11:16:12 2020 +1000 +++ b/extensions/dict_dcca_3gpp/add_avps.c Sat Apr 18 11:30:31 2020 +1000 @@ -1936,6 +1936,44 @@ }; /*==================================================================*/ + /* 3GPP TS 29.153 V15.1.0 (2019-09) */ + /* Service capability exposure functionality over Ns */ + /* reference point */ + /* */ + /* From 3GPP 29153-f10.doc */ + /*==================================================================*/ + + /*==================================================================*/ + /* 3GPP TS 29.153 Table 5.3.1.1: Ns specific Diameter AVPs */ + /*==================================================================*/ + + /* Network-Congestion-Area-Report, Grouped, code 4101, section 5.3.2 */ + { + struct dict_avp_data data = { + 4101, /* Code */ + 10415, /* Vendor */ + "Network-Congestion-Area-Report", /* Name */ + AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ + AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */ + AVP_TYPE_GROUPED /* base type of data */ + }; + CHECK_dict_new(DICT_AVP, &data, NULL, NULL); + }; + + /* Ns-Request-Type, Unsigned32, code 4102, section 5.3.3 */ + { + struct dict_avp_data data = { + 4102, /* Code */ + 10415, /* Vendor */ + "Ns-Request-Type", /* Name */ + AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ + AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */ + AVP_TYPE_UNSIGNED32 /* base type of data */ + }; + CHECK_dict_new(DICT_AVP, &data, NULL, NULL); + }; + + /*==================================================================*/ /* 3GPP TS 29.154 V15.3.0 (2019-09) */ /* Service capability exposure functionality over */ /* Nt reference point */ diff -r 3f7100848fb0 -r dc79c3ae3674 extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv --- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv Sat Apr 18 11:16:12 2020 +1000 +++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv Sat Apr 18 11:30:31 2020 +1000 @@ -288,6 +288,22 @@ Status-Text,1118,6.3.21,UTF8String,"M,V",,, Routeing-Address-Resolution,1119,6.3.22,Enumerated,"M,V",,, ,,,,,,, +@standard,3GPP TS 29.153,,,,,, +#=,,,,,,, +# 3GPP TS 29.153 V15.1.0 (2019-09),,,,,,, +# Service capability exposure functionality over Ns,,,,,,, +# reference point,,,,,,, +# ,,,,,,, +# From 3GPP 29153-f10.doc,,,,,,, +#=,,,,,,, +#,,,,,,, +#=,,,,,,, +# 3GPP TS 29.153 Table 5.3.1.1: Ns specific Diameter AVPs ,,,,,,, +#=,,,,,,, +#,,,,,,, +Network-Congestion-Area-Report,4101,5.3.2,Grouped,"M,V",P,, +Ns-Request-Type,4102,5.3.3,Unsigned32,"M,V",P,, +,,,,,,, @standard,3GPP TS 29.154,,,,,, #=,,,,,,, # 3GPP TS 29.154 V15.3.0 (2019-09),,,,,,,