diff extensions/dict_dcca_3gpp/add_avps.c @ 1527:12055ddd8318

Rename Periodic-time (3117) 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has incorrect name and should be "Periodic-Time" per majority use. Fix: Periodic-time (3117) renamed to Periodic-Time (931).
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 13:35:46 +1000
parents dc79c3ae3674
children 3908b839dcf2
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/add_avps.c	Sat Apr 18 11:30:31 2020 +1000
+++ b/extensions/dict_dcca_3gpp/add_avps.c	Sat Apr 18 13:35:46 2020 +1000
@@ -12059,12 +12059,16 @@
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
 
-	/* Periodic-time, Unsigned32, code 3117, section 8.4.29             */
+	/* Note: 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has  */
+	/* incorrect name and should be "Periodic-Time" per majority use.   */
+	/*                                                                  */
+	/* Fix: Periodic-time (3117) renamed to Periodic-Time (931).        */
+	/* Periodic-Time, Unsigned32, code 3117, section 8.4.29             */
 	{
 		struct dict_avp_data data = {
 			3117,	/* Code */
 			10415,	/* Vendor */
-			"Periodic-time",	/* Name */
+			"Periodic-Time",	/* 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 */
"Welcome to our mercurial repository"