changeset 1440:d6469b0f2111

Update to 3GPP TS 29.173 V15.0.0 (2018-06) Add RIA-Flags, Unsigned32, code 2411
author Luke Mewburn <luke@mewburn.net>
date Tue, 25 Feb 2020 09:58:59 +1100
parents acc7262af8fa
children 6029afe9bacb
files extensions/dict_dcca_3gpp/dict_dcca_3gpp.c extensions/dict_dcca_3gpp/dict_dcca_3gpp.org
diffstat 2 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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     */
 	{
--- 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)                         |      |                 |                  |      |     |          |          |      |
"Welcome to our mercurial repository"