diff extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv @ 1482:8232878f292d

dict_dcca_3gpp: fix types of OMA AVPs Fix AVP types per OMA-DDS-Charging_Data-V1_0-20110201-A.pdf and 3GPP TS 29.230 V15.7.0 (2019-12): - Application-Service-Type (2102) corrected from UTF8String to Enumerated. - Application?Session?Id (2103) corrected from UTF8String to Unsigned32.
author Luke Mewburn <luke@mewburn.net>
date Thu, 26 Mar 2020 15:31:54 +1100
parents c9e9f8a71946
children 900d11ff9d17
line wrap: on
line diff
--- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Thu Mar 26 15:26:18 2020 +1100
+++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv	Thu Mar 26 15:31:54 2020 +1100
@@ -1270,11 +1270,14 @@
 @standard,OMA DDS Charging Data,,,,,,,
 #=,,,,,,,,
 # OMA DDS Charging_Data V1.0 20110201-A,,,,,,,,
+# From OMA OMA-DDS-Charging_Data-V1_0-20110201-A.pdf,,,,,,,,
 #=,,,,,,,,
 #,,,,,,,,
 Application-Server-Id,2101,8.4,UTF8String,"M,V",,,,Y
-Application-Service-Type,2102,8.4,UTF8String,"M,V",,,,Y
-Application-Session-Id,2103,8.4,UTF8String,"M,V",,,,Y
+# Note: Application-Service-Type (2102) corrected from UTF8String to Enumerated.,,,,,,,,
+Application-Service-Type,2102,8.4,Enumerated,"M,V",,,,Y
+# Note: Application–Session–Id (2103) corrected from UTF8String to Unsigned32.,,,,,,,,
+Application-Session-Id,2103,8.4,Unsigned32,"M,V",,,,Y
 Content-ID,2116,8.4,UTF8String,"M,V",,,,Y
 Content-provider-ID,2117,8.4,UTF8String,"M,V",,,,Y
 DCD-Information,2115,8.5.5,Grouped,"M,V",,,,Y
"Welcome to our mercurial repository"