# HG changeset patch # User Luke Mewburn # Date 1582585139 -39600 # Node ID d6469b0f21110cd162efdd2564679c76bbaff55e # Parent acc7262af8faa73a74a9fcfb630525b7e63d735e Update to 3GPP TS 29.173 V15.0.0 (2018-06) Add RIA-Flags, Unsigned32, code 2411 diff -r acc7262af8fa -r d6469b0f2111 extensions/dict_dcca_3gpp/dict_dcca_3gpp.c --- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c Tue Feb 25 09:53:34 2020 +1100 +++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c Tue Feb 25 09:58:59 2020 +1100 @@ -1166,7 +1166,10 @@ CHECK_dict_new(DICT_AVP, &data, type, NULL); }; - /* 3GPP 29.173-c00 (12.0.0 2013.03.13) */ + + /* 3GPP TS 29.173 V15.0.0 (2018-06) */ + /* From 3GPP 29173-f00.doc */ + /* LMSI, OctetString, code 2400, section 6.4.2 */ { struct dict_avp_data data = { @@ -1310,6 +1313,19 @@ CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL); }; + /* RIA-Flags, Unsigned32, code 2411, section 6.4.15 */ + { + struct dict_avp_data data = { + 2411, /* Code */ + 10415, /* Vendor */ + "RIA-Flags", /* Name */ + AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ + AVP_FLAG_VENDOR, /* Fixed flag values */ + AVP_TYPE_UNSIGNED32 /* base type of data */ + }; + CHECK_dict_new(DICT_AVP, &data, NULL, NULL); + }; + /* 3GPP 29.210-670 (6.7.0 2006-12-18) */ /* PDP-Session-Operation, Enumerated, code 1015, section 5.2.21 */ { diff -r acc7262af8fa -r d6469b0f2111 extensions/dict_dcca_3gpp/dict_dcca_3gpp.org --- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.org Tue Feb 25 09:53:34 2020 +1100 +++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.org Tue Feb 25 09:58:59 2020 +1100 @@ -101,7 +101,10 @@ | Status-Code | 1117 | 6.3.20 | UTF8String | M,V | | | | N | | Status-Text | 1118 | 6.3.21 | UTF8String | M,V | | | | N | | Routeing-Address-Resolution | 1119 | 6.3.22 | Enumerated | M,V | | | | N | -| # 3GPP 29.173-c00 (12.0.0 2013.03.13) | | | | | | | | | +| # | | | | | | | | | +| # 3GPP TS 29.173 V15.0.0 (2018-06) | | | | | | | | | +| # From 3GPP 29173-f00.doc | | | | | | | | | +| # | | | | | | | | | | LMSI | 2400 | 6.4.2 | OctetString | M,V | | | | N | | Serving-Node | 2401 | 6.4.3 | Grouped | M,V | | | | N | | MME-Name | 2402 | 6.4.4 | DiameterIdentity | M,V | | | | N | @@ -113,6 +116,7 @@ | MME-Realm | 2408 | 6.4.12 | DiameterIdentity | V | | | M | N | | SGSN-Name | 2409 | 6.4.13 | DiameterIdentity | V | | | M | N | | SGSN-Realm | 2410 | 6.4.14 | DiameterIdentity | V | | | M | N | +| RIA-Flags | 2411 | 6.4.15 | Unsigned32 | V | | | M | N | | # 3GPP 29.210-670 (6.7.0 2006-12-18) | | | | | | | | | | PDP-Session-Operation | 1015 | 5.2.21 | Enumerated | M,V | P | | | Y | | # 3GPP 29.212-c00 (12.0.0 2013.03.15) | | | | | | | | |