Navigation


Changeset 1431:217575573669 in freeDiameter


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.

Location:
extensions/dict_dcca_3gpp
Files:
2 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 */
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.org

    r1430 r1431  
    507507| Sequence-Number                                               |  716 |          6.3.25 | Unsigned32       | V    |     |          | M        | N    |
    508508| UDR-Flags                                                     |  719 |          6.3.28 | Unsigned32       | V    |     |          | M        | N    |
    509 | # 3GPP 32.299-b60 (11.6.0 2012.12.21)                         |      |                 |                  |      |     |          |          |      |
     509| # 3GPP 32.299-b80 (11.8.0 2013-07)                            |      |                 |                  |      |     |          |          |      |
    510510| AF-Correlation-Information                                    | 1276 |                 | Grouped          | M,V  | P   |          |          | N    |
    511511| Access-Network-Information                                    | 1263 |                 | OctetString      | M,V  | P   |          |          | N    |
     
    616616| Low-Balance-Indication                                        | 2020 |                 | Enumerated       | M,V  | P   |          |          | N    |
    617617| Low-Priority-Indicator                                        | 2602 |                 | Enumerated       | M,V  | P   |          |          | N    |
    618 | MBMS GW-Address                                               | 2307 |                 | Address          | M,V  | P   |          |          | N    |
     618| # 3GPP TS 32.299 V11.8.0 (2013-07) corrected table 7.2        |      |                 |                  |      |     |          |          |      |
     619| # to have a hyphen instead of space in the name.              |      |                 |                  |      |     |          |          |      |
     620| # Generated name renamed from MBMSGW-Address.                 |      |                 |                  |      |     |          |          |      |
     621| MBMS-GW-Address                                               | 2307 |                 | Address          | M,V  | P   |          |          | N    |
    619622| MBMS-Information                                              |  880 |                 | Grouped          | M,V  | P   |          |          | N    |
    620623| MBMS-User-Service-Type                                        | 1225 |                 | Enumerated       | M,V  | P   |          |          | Y    |
Note: See TracChangeset for help on using the changeset viewer.