Navigation


Changeset 1497:d9615342e116 in freeDiameter


Ignore:
Timestamp:
Apr 3, 2020, 8:08:01 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

dictionary_dcca_3gpp.json: remove base AVPs

Remove non-3GPP AVPs that are actually from base IETF RFCs:

  • MIP6-Feature-Vector (124). IETF RFC 5447
  • Service-Selection (493). IETF RFC 5778
  • Mobile-Node-Identifier (506). IETF RFC 5779
  • QoS-Capability (578). IETF RFC 5777.

Possibly previously miscategorized because the tables
in 3GPP TS 29.273 list these in the "Diameter AVP"
tables instead of the "Re-used Diameter AVP" tables;
the other IETF AVPs are listed in the latter.
For example, see Table 6.2.3.1/1: Diameter SWd AVPs
versus Table 6.2.3.1/2: SWd re-used Diameter AVPs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/dict_json/dictionary_dcca_3gpp.json

    r1484 r1497  
    29312931    },
    29322932    {
    2933       "Code": 124,
    2934       "Flags": {
    2935         "Must": "M",
    2936         "MustNot": "VP"
    2937       },
    2938       "Name": "MIP6-Feature-Vector",
    2939       "Type": "Unsigned64",
    2940       "Vendor": 10415
    2941     },
    2942     {
    2943       "Code": 493,
    2944       "Flags": {
    2945         "Must": "M",
    2946         "MustNot": "VP"
    2947       },
    2948       "Name": "Service-Selection",
    2949       "Type": "UTF8String",
    2950       "Vendor": 10415
    2951     },
    2952     {
    29532933      "Code": 500,
    29542934      "Flags": {
     
    30112991    },
    30122992    {
    3013       "Code": 506,
    3014       "Flags": {
    3015         "Must": "M",
    3016         "MustNot": "VP"
    3017       },
    3018       "Name": "Mobile-Node-Identifier",
    3019       "Type": "UTF8String",
    3020       "Vendor": 10415
    3021     },
    3022     {
    30232993      "Code": 507,
    30242994      "Flags": {
     
    35483518      "Name": "Extended-Min-Requested-BW-UL",
    35493519      "Type": "Unsigned32",
    3550       "Vendor": 10415
    3551     },
    3552     {
    3553       "Code": 578,
    3554       "Flags": {
    3555         "Must": "M",
    3556         "MustNot": "VP"
    3557       },
    3558       "Name": "QoS-Capability",
    3559       "Type": "Grouped",
    35603520      "Vendor": 10415
    35613521    },
Note: See TracChangeset for help on using the changeset viewer.