Navigation



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

Rename 3GPP MBMS-Flag (931) to MBMS-Flags

Note: 3GPP TS 29.061 table 20.5a.1 row MBMS-Flag (931) has
incorrect name and should be "MBMS-Flags" per clause 20.5a.9.

Fix: MBMS-Flag (931) renamed to MBMS-Flags (931).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/add_avps.c

    r1520 r1521  
    925925        };
    926926
    927         /* MBMS-Flag, Unsigned32, code 931, section 20.5a.9                 */
     927        /* Note: 3GPP TS 29.061 table 20.5a.1 row MBMS-Flag (931) has       */
     928        /* incorrect name and should be "MBMS-Flags" per clause 20.5a.9.    */
     929        /*                                                                  */
     930        /* Fix: MBMS-Flag (931) renamed to MBMS-Flags (931).                */
     931        /* MBMS-Flags, Unsigned32, code 931, section 20.5a.9                */
    928932        {
    929933                struct dict_avp_data data = {
    930934                        931,    /* Code */
    931935                        10415,  /* Vendor */
    932                         "MBMS-Flag",    /* Name */
     936                        "MBMS-Flags",   /* Name */
    933937                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    934938                        AVP_FLAG_VENDOR,        /* Fixed flag values */
Note: See TracChangeset for help on using the changeset viewer.