Navigation



Ignore:
Timestamp:
Apr 17, 2020, 1:21:55 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1587104023 -36000
Message:

Rename Additional-Context-ID (1683)

Note: 3GPP TS 29.272 table 7.3.1/1 row Additional-Context-ID (1683) has
incorrect name and should be "Additional-Context-Identifier" per clause 7.3.206.
Fix: Additional-Context-ID (1683) renamed to Additional-Context-Identifier (1683).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1521 r1522  
    1027610276        };
    1027710277
    10278         /* Additional-Context-ID, Unsigned32, code 1683, section 7.3.206    */
     10278        /* Note: 3GPP TS 29.272 table 7.3.1/1 row Additional-Context-ID (1683) has */
     10279        /* incorrect name and should be "Additional-Context-Identifier" per clause 7.3.206. */
     10280        /*                                                                  */
     10281        /* Fix: Additional-Context-ID (1683) renamed to Additional-Context-Identifier (1683). */
     10282        /* Additional-Context-Identifier, Unsigned32, code 1683, section 7.3.206 */
    1027910283        {
    1028010284                struct dict_avp_data data = {
    1028110285                        1683,   /* Code */
    1028210286                        10415,  /* Vendor */
    10283                         "Additional-Context-ID",        /* Name */
     10287                        "Additional-Context-Identifier",        /* Name */
    1028410288                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    1028510289                        AVP_FLAG_VENDOR,        /* Fixed flag values */
Note: See TracChangeset for help on using the changeset viewer.