Navigation



Ignore:
Timestamp:
Mar 26, 2020, 1:31:54 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1481 r1482  
    12711271#=,,,,,,,,
    12721272# OMA DDS Charging_Data V1.0 20110201-A,,,,,,,,
     1273# From OMA OMA-DDS-Charging_Data-V1_0-20110201-A.pdf,,,,,,,,
    12731274#=,,,,,,,,
    12741275#,,,,,,,,
    12751276Application-Server-Id,2101,8.4,UTF8String,"M,V",,,,Y
    1276 Application-Service-Type,2102,8.4,UTF8String,"M,V",,,,Y
    1277 Application-Session-Id,2103,8.4,UTF8String,"M,V",,,,Y
     1277# Note: Application-Service-Type (2102) corrected from UTF8String to Enumerated.,,,,,,,,
     1278Application-Service-Type,2102,8.4,Enumerated,"M,V",,,,Y
     1279# Note: Application–Session–Id (2103) corrected from UTF8String to Unsigned32.,,,,,,,,
     1280Application-Session-Id,2103,8.4,Unsigned32,"M,V",,,,Y
    12781281Content-ID,2116,8.4,UTF8String,"M,V",,,,Y
    12791282Content-provider-ID,2117,8.4,UTF8String,"M,V",,,,Y
Note: See TracChangeset for help on using the changeset viewer.