changeset 1460:4f44d206e60d

regen dict_dcca_3gpp to fix comments
author Luke Mewburn <luke@mewburn.net>
date Mon, 09 Mar 2020 18:45:34 +1100
parents 4b613aaf8873
children a86eb3375b95
files extensions/dict_dcca_3gpp/dict_dcca_3gpp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Mon Mar 09 18:37:24 2020 +1100
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Mon Mar 09 18:45:34 2020 +1100
@@ -3295,7 +3295,7 @@
 	};
 
 	/* S15-specific                                                     */
-	/* CS-Service-Qos-Request-Identifier, OctetString, code 2807        */
+	/* CS-Service-Qos-Request-Identifier, OctetString, code 2807, section E.6.3.2 */
 	{
 		struct dict_avp_data data = {
 			2807,	/* Code */
@@ -3308,7 +3308,7 @@
 		CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
 	};
 
-	/* CS-Service-QoS-Request-Operation, Enumerated, code 2808          */
+	/* CS-Service-QoS-Request-Operation, Enumerated, code 2808, section E.6.3.3 */
 	{
 		struct dict_avp_data data = {
 			2808,	/* Code */
"Welcome to our mercurial repository"