diff extensions/dict_dcca_3gpp/add_avps.c @ 1528:3908b839dcf2

Rename Assistance-info and MIC-Check-Indicator 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) incorrect name and should be "Assistance-Info" per clause 6.3.3. Fix: Assistance-info (3802) renamed to Assistance-Info (3802). 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80. Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865).
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 14:26:28 +1000
parents 12055ddd8318
children 2c92c6b73ac9
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/add_avps.c	Sat Apr 18 13:35:46 2020 +1000
+++ b/extensions/dict_dcca_3gpp/add_avps.c	Sat Apr 18 14:26:28 2020 +1000
@@ -13759,12 +13759,16 @@
 		CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
 	};
 
-	/* Assistance-info, Grouped, code 3802, section 6.3.3               */
+	/* Note: 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) has */
+	/* incorrect name and should be "Assistance-Info" per clause 6.3.3. */
+	/*                                                                  */
+	/* Fix: Assistance-info (3802) renamed to Assistance-Info (3802).   */
+	/* Assistance-Info, Grouped, code 3802, section 6.3.3               */
 	{
 		struct dict_avp_data data = {
 			3802,	/* Code */
 			10415,	/* Vendor */
-			"Assistance-info",	/* Name */
+			"Assistance-Info",	/* 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 */
@@ -14584,12 +14588,16 @@
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
 
-	/* MIC-Check-indicator, Unsigned32, code 3865, section 6.3.80       */
+	/* Note: 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has */
+	/* incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80. */
+	/*                                                                  */
+	/* Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865). */
+	/* MIC-Check-Indicator, Unsigned32, code 3865, section 6.3.80       */
 	{
 		struct dict_avp_data data = {
 			3865,	/* Code */
 			10415,	/* Vendor */
-			"MIC-Check-indicator",	/* Name */
+			"MIC-Check-Indicator",	/* Name */
 			AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,	/* Fixed flags */
 			AVP_FLAG_VENDOR,	/* Fixed flag values */
 			AVP_TYPE_UNSIGNED32	/* base type of data */
"Welcome to our mercurial repository"