changeset 1509:4a1737b7ec8e

Rename 3GPP Time-Window (4204) Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03). Time-Window (4204) renamed to Time-Window-29.154 (4204).
author Luke Mewburn <luke@mewburn.net>
date Sun, 05 Apr 2020 08:21:44 +1000
parents eb19aa48829f
children a2fb51309cd2
files extensions/dict_dcca_3gpp/add_avps.c extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/add_avps.c	Sat Apr 04 21:28:45 2020 +1100
+++ b/extensions/dict_dcca_3gpp/add_avps.c	Sun Apr 05 08:21:44 2020 +1000
@@ -1673,12 +1673,16 @@
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
 
-	/* Time-Window, Grouped, code 4204, section 5.3.5                   */
+	/* Note: Name conflict with 3GPP TS 29.345 Time-Window (3818).      */
+	/* Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates  */
+	/* Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).          */
+	/* Time-Window (4204) renamed to Time-Window-29.154 (4204).         */
+	/* Time-Window-29.154, Grouped, code 4204, section 5.3.5            */
 	{
 		struct dict_avp_data data = {
 			4204,	/* Code */
 			10415,	/* Vendor */
-			"Time-Window",	/* Name */
+			"Time-Window-29.154",	/* 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 */
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Sat Apr 04 21:28:45 2020 +1100
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Sun Apr 05 08:21:44 2020 +1000
@@ -244,7 +244,11 @@
 Number-Of-UEs,4209,5.3.10,Unsigned32,"M,V",P,,
 Reference-Id,4202,5.3.3,OctetString,"M,V",P,,
 Transfer-Request-Type,4203,5.3.4,Unsigned32,"M,V",P,,
-Time-Window,4204,5.3.5,Grouped,"M,V",P,,
+# Note: Name conflict with 3GPP TS 29.345 Time-Window (3818).,,,,,,,
+# Time-Window (3818) in 3GPP TS 29.345 V12.1.0 (2014-12) predates,,,,,,,
+# Time-Window (4204) in 3GPP TS 29.154 V13.1.0 (2016-03).,,,,,,,
+# Time-Window (4204) renamed to Time-Window-29.154 (4204).,,,,,,,
+Time-Window-29.154,4204,5.3.5,Grouped,"M,V",P,,
 Transfer-End-Time,4205,5.3.6,Time,"M,V",P,,
 Transfer-Policy,4207,5.3.8,Grouped,"M,V",P,,
 Transfer-Policy-Id,4208,5.3.9,Unsigned32,"M,V",P,,
"Welcome to our mercurial repository"