Navigation


Changeset 1484:3bf80555f00a in freeDiameter for contrib


Ignore:
Timestamp:
Mar 27, 2020, 7:55:33 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

dict_dcca_3gpp: change External-Identifier code

3GPP TS 29.061 table 9a does not define
External-Identifier (28) for Diameter.
3GPP TS 29.061 table 9b refers to 3GPP TS 29.336
for External-Identifier (3111).

External-Identifier (28) OctetString? replaced by
External-Identifier (3111) UTF8String,
from 3GPP TS 29.336 Table 6.4.1/1 and clause 6.4.11.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/dict_json/dictionary_dcca_3gpp.json

    r1430 r1484  
    29312931    },
    29322932    {
    2933       "Code": 28,
    2934       "Flags": {
    2935         "Must": "V",
    2936         "MustNot": "M"
    2937       },
    2938       "Name": "External-Identifier",
    2939       "Type": "OctetString",
    2940       "Vendor": 10415
    2941     },
    2942     {
    29432933      "Code": 124,
    29442934      "Flags": {
     
    1084810838      "Name": "Extended-GBR-UL",
    1084910839      "Type": "Unsigned32",
     10840      "Vendor": 10415
     10841    },
     10842    {
     10843      "Code": 3111,
     10844      "Flags": {
     10845        "Must": "V",
     10846        "MustNot": "M"
     10847      },
     10848      "Name": "External-Identifier",
     10849      "Type": "UTF8String",
    1085010850      "Vendor": 10415
    1085110851    },
Note: See TracChangeset for help on using the changeset viewer.