Navigation



Ignore:
Timestamp:
Feb 25, 2020, 7:58:59 AM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1582587609 -39600
Message:

Update to 3GPP TS 29.173 V15.0.0 (2018-06)

Add RIA-Flags, Unsigned32, code 2411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1436 r1440  
    11671167        };
    11681168
    1169         /* 3GPP 29.173-c00 (12.0.0 2013.03.13)                              */
     1169
     1170        /* 3GPP TS 29.173 V15.0.0 (2018-06)                                 */
     1171        /* From 3GPP 29173-f00.doc                                          */
     1172
    11701173        /* LMSI, OctetString, code 2400, section 6.4.2                      */
    11711174        {
     
    13091312                };
    13101313                CHECK_dict_new(DICT_AVP, &data, DiameterIdentity_type, NULL);
     1314        };
     1315
     1316        /* RIA-Flags, Unsigned32, code 2411, section 6.4.15                 */
     1317        {
     1318                struct dict_avp_data data = {
     1319                        2411,   /* Code */
     1320                        10415,  /* Vendor */
     1321                        "RIA-Flags",    /* Name */
     1322                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
     1323                        AVP_FLAG_VENDOR,        /* Fixed flag values */
     1324                        AVP_TYPE_UNSIGNED32     /* base type of data */
     1325                };
     1326                CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
    13111327        };
    13121328
Note: See TracChangeset for help on using the changeset viewer.