changeset 1526:dc79c3ae3674

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
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 11:30:31 +1000
parents 3f7100848fb0
children 12055ddd8318
files extensions/dict_dcca_3gpp/add_avps.c extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv
diffstat 2 files changed, 54 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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                                               */
--- 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),,,,,,,
"Welcome to our mercurial repository"