diff extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1472:396f789b8c29

dict_dcca_3gpp: improve comments Add blank row before each standard. Add table references for standards I've updated recently. Update comment for 3GPP TS 29.210.
author Luke Mewburn <luke@mewburn.net>
date Wed, 18 Mar 2020 13:57:11 +1100
parents b98c9de78f58
children 8f953829c5d3
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Wed Mar 18 11:48:35 2020 +1100
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c	Wed Mar 18 13:57:11 2020 +1100
@@ -1076,6 +1076,10 @@
 	/* From 3GPP 29128-f60.docx                                         */
 	/*==================================================================*/
 
+	/*==================================================================*/
+	/* 3GPP TS 29.128 Table 6.4.1-1: T6a/T6b specific Diameter AVPs     */
+	/*==================================================================*/
+
 	/* Communication-Failure-Information, Grouped, code 4300, section 6.4.4 */
 	{
 		struct dict_avp_data data = {
@@ -1695,6 +1699,10 @@
 	/* From 3GPP 29173-f00.doc                                          */
 	/*==================================================================*/
 
+	/*==================================================================*/
+	/* 3GPP TS 29.173 Table 6.4.1/1: SLh specific Diameter AVPs         */
+	/*==================================================================*/
+
 	/* LMSI, OctetString, code 2400, section 6.4.2                      */
 	{
 		struct dict_avp_data data = {
@@ -1852,7 +1860,10 @@
 	};
 
 	/*==================================================================*/
-	/* 3GPP 29.210-670 (6.7.0 2006-12-18)                               */
+	/* 3GPP TS 29.210 V6.7.0 (2006-12)                                  */
+	/* From 3GPP 29210-670.doc                                          */
+	/*                                                                  */
+	/* Replaced by 3GPP TS 29.212.                                      */
 	/*==================================================================*/
 
 	/* PDP-Session-Operation, Enumerated, code 1015, section 5.2.21     */
@@ -3335,6 +3346,10 @@
 	/* From 3GPP 29214-f70.doc                                          */
 	/*==================================================================*/
 
+	/*==================================================================*/
+	/* 3GPP TS 29.214 Table 5.3.0.1: Rx specific Diameter AVPs          */
+	/*==================================================================*/
+
 	/* Abort-Cause, Enumerated, code 500, section 5.3.1                 */
 	{
 		struct dict_avp_data data = {
@@ -4896,6 +4911,10 @@
 	/* From 3GPP 29272-fa0.docx                                         */
 	/*==================================================================*/
 
+	/*==================================================================*/
+	/* 3GPP TS 29.272 Table 7.3.1/1: S6a/S6d                            */
+	/*==================================================================*/
+
 	/* Subscription-Data, Grouped, code 1400, section 7.3.2             */
 	{
 		struct dict_avp_data data = {
"Welcome to our mercurial repository"