Navigation



Ignore:
Timestamp:
Feb 19, 2020, 2:32:00 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1582097521 -39600
Message:

rename 3GPP MBMSGW-Address to MBMS-GW-Address

3GPP TS 32.299 V11.8.0 (2013-07) corrected table 7.2
to have a hyphen instead of space in the row for MBMS-GW-Address.
Clause 7.2.98 already used the correct name.

Generated name renamed from MBMSGW-Address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1430 r1431  
    63686368        };
    63696369
    6370         /* 3GPP 32.299-b60 (11.6.0 2012.12.21)                          */
     6370        /* 3GPP 32.299-b80 (11.8.0 2013-07)                             */
    63716371        /* AF-Correlation-Information */
    63726372        {
     
    78637863        };
    78647864
    7865         /* MBMSGW-Address */
     7865        /* 3GPP TS 32.299 V11.8.0 (2013-07) corrected table 7.2         */
     7866        /* to have a hyphen instead of space in the name.               */
     7867        /* Generated name renamed from MBMSGW-Address.                  */
     7868        /* MBMS-GW-Address */
    78667869        {
    78677870                struct dict_avp_data data = {
    78687871                        2307,   /* Code */
    78697872                        10415,  /* Vendor */
    7870                         "MBMSGW-Address",       /* Name */
     7873                        "MBMS-GW-Address",      /* Name */
    78717874                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    78727875                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flag values */
Note: See TracChangeset for help on using the changeset viewer.