Navigation



Ignore:
Timestamp:
Apr 18, 2020, 9:47:51 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Fix type of 3GPP HSS-ID (3325)

Note: 3GPP TS 29.338 table 6.3.3.1/1 row HSS-ID (3325)
incorrectly lists type as OctetString? instead of UTF8String.
3GPP TS 29.338 clause 6.3.3.14 uses UTF8String.
Fix: HSS-ID (3325) type changed from OctetString? to UTF8String.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.csv

    r1523 r1524  
    15471547SM-Delivery-Start-Time,3307,6.3.3.11,Time,"M, V",,,
    15481548SMSMI-Correlation-ID,3324,6.3.3.13,Grouped,V,,,M
    1549 HSS-ID,3325,6.3.3.14,OctetString,V,,,M
     1549# Note: 3GPP TS 29.338 table 6.3.3.1/1 row HSS-ID (3325),,,,,,,
     1550# incorrectly lists type as OctetString instead of UTF8String.,,,,,,,
     1551# 3GPP TS 29.338 clause 6.3.3.14 uses UTF8String.,,,,,,,
     1552# ,,,,,,,
     1553# Fix: HSS-ID (3325) type changed from OctetString to UTF8String.,,,,,,,
     1554HSS-ID,3325,6.3.3.14,UTF8String,V,,,M
    15501555Originating-SIP-URI,3326,6.3.3.15,UTF8String,V,,,M
    15511556Destination-SIP-URI,3327,6.3.3.16,UTF8String,V,,,M
Note: See TracChangeset for help on using the changeset viewer.