changeset 1550:224cb55be2d7

dict_dcca_3gpp: fix invalid AVP name in comment A comment had non-ASCII hyphens in 'Application-Session-Id'.
author Luke Mewburn <luke@mewburn.net>
date Tue, 07 Jul 2020 12:50:52 +1000
parents 19ab8ac08a36
children 2fe434590a8f
files contrib/debian/changelog extensions/dict_dcca_3gpp/add_avps.c extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/changelog	Tue Jul 07 01:41:54 2020 +0800
+++ b/contrib/debian/changelog	Tue Jul 07 12:50:52 2020 +1000
@@ -50,7 +50,7 @@
       - ADC-Rule-Remove (1093) flag M MUST.
       - ADC-Rule-Report (1097) flag M MUST.
       - Application-Service-Type (2102) type changed from UTF8String to Enumerated.
-      - Application–Session–Id (2103) type changed from UTF8String to Unsigned32.
+      - Application-Session-Id (2103) type changed from UTF8String to Unsigned32.
       - Call-Barring-Infor-List (1488) renamed to Call-Barring-Info (1488).
       - External-Identifier (28) OctetString replaced by External-Identifier (3111) UTF8String.
       - LCS-Requestor-Id (1239) renamed to LCS-Requestor-ID (1239).
--- a/extensions/dict_dcca_3gpp/add_avps.c	Tue Jul 07 01:41:54 2020 +0800
+++ b/extensions/dict_dcca_3gpp/add_avps.c	Tue Jul 07 12:50:52 2020 +1000
@@ -21282,7 +21282,7 @@
 		CHECK_dict_new(DICT_AVP, &data, type, NULL);
 	};
 
-	/* Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32. */
+	/* Change-1.4.0: Application-Session-Id (2103) type changed from UTF8String to Unsigned32. */
 	/* Application-Session-Id, Unsigned32, code 2103, section 8.4       */
 	{
 		struct dict_avp_data data = {
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Tue Jul 07 01:41:54 2020 +0800
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Tue Jul 07 12:50:52 2020 +1000
@@ -2390,7 +2390,7 @@
 Application-Server-Id,2101,8.4,UTF8String,"M,V",,,
 # Change-1.4.0: Application-Service-Type (2102) type changed from UTF8String to Enumerated.,,,,,,,
 Application-Service-Type,2102,8.4,Enumerated,"M,V",,,
-# Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32.,,,,,,,
+# Change-1.4.0: Application-Session-Id (2103) type changed from UTF8String to Unsigned32.,,,,,,,
 Application-Session-Id,2103,8.4,Unsigned32,"M,V",,,
 Content-ID,2116,8.4,UTF8String,"M,V",,,
 Content-provider-ID,2117,8.4,UTF8String,"M,V",,,
"Welcome to our mercurial repository"