diff extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1428:445e885af934

3GPP SS-Status is OctetString not Grouped 3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1 row SS-Status to be OctetString instead of Grouped. Clause 7.3.88 already described SS-Status as OctetString. The previous definition was from 3GPP TS 29.272 V12.0.0 (2013-03).
author Luke Mewburn <luke@mewburn.net>
date Wed, 19 Feb 2020 11:50:44 +1100
parents 122ac4e03b57
children 40b2df6871ea
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Wed Feb 19 11:31:26 2020 +1100
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Wed Feb 19 11:50:44 2020 +1100
@@ -3969,7 +3969,7 @@
 		CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
 	};
 
-	/* 3GPP 29.272-c00 (12.0.0 2013.03.13)                          */
+	/* 3GPP 29.272-c50 (12.5.0 2014-06)                             */
 	/* Subscription-Data */
 	{
 		struct dict_avp_data data = {
@@ -4955,6 +4955,9 @@
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
 
+	/* 3GPP TS 29.272 V12.5.0 (2014-06) corrected table 7.3.1/1     */
+	/* row SS-Status to be OctetString instead of Grouped.          */
+	/* Clause 7.3.88 already described SS-Status as OctetString.    */
 	/* SS-Status */
 	{
 		struct dict_avp_data data = {
@@ -4963,7 +4966,7 @@
 			"SS-Status",	/* 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 */
+			AVP_TYPE_OCTETSTRING	/* base type of data */
 		};
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
"Welcome to our mercurial repository"