diff extensions/dict_dcca_3gpp/add_avps.c @ 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 121c1737116d
children
line wrap: on
line diff
--- 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 = {
"Welcome to our mercurial repository"