Navigation


Changeset 1430:2af8fe326a8c in freeDiameter for extensions


Ignore:
Timestamp:
Feb 19, 2020, 2:25:08 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 MME-LocationInformation? to MME-Location-Information

3GPP TS 29.272 table 7.3.1/1 incorrectly has a space instead
of hyphen in the row for MME-Location-Information.
Clause 7.3.115 and other references use the correct name.

Generated name renamed from MME-LocationInformation?.

Location:
extensions/dict_dcca_3gpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.c

    r1429 r1430  
    175175        CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Time", &Time_type);
    176176        CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "UTF8String", &UTF8String_type);
    177        
    178177
    179178        /* The following is created automatically. Do not modify. */
     
    52815280        };
    52825281
    5283         /* MME-LocationInformation */
     5282        /* 3GPP TS 29.272 table 7.3.1/1 incorrectly has a space         */
     5283        /* instead of hyphen in the row for MME-Location-Information.   */
     5284        /* Generated name renamed from MME-LocationInformation.         */
     5285        /* MME-Location-Information */
    52845286        {
    52855287                struct dict_avp_data data = {
    52865288                        1600,   /* Code */
    52875289                        10415,  /* Vendor */
    5288                         "MME-LocationInformation",      /* Name */
     5290                        "MME-Location-Information",     /* Name */
    52895291                        AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY,    /* Fixed flags */
    52905292                        AVP_FLAG_VENDOR,        /* Fixed flag values */
     
    1025510257        /*****************************************************/
    1025610258
    10257 
    10258        
    1025910259        /* 3GPP2-BSID */
    1026010260        {
  • extensions/dict_dcca_3gpp/dict_dcca_3gpp.org

    r1429 r1430  
    415415| SGSN-User-State                                               | 1498 |         7.3.113 | Grouped          | V    |     |          | M        | N    |
    416416| User-State                                                    | 1499 |         7.3.114 | Enumerated       | V    |     |          | M        | N    |
    417 | MME-Location Information                                      | 1600 |         7.3.115 | Grouped          | V    |     |          | M        | N    |
     417| # 3GPP TS 29.272 table 7.3.1/1 incorrectly has a space        |      |                 |                  |      |     |          |          |      |
     418| # instead of hyphen in the row for MME-Location-Information.  |      |                 |                  |      |     |          |          |      |
     419| # Generated name renamed from MME-LocationInformation.        |      |                 |                  |      |     |          |          |      |
     420| MME-Location-Information                                      | 1600 |         7.3.115 | Grouped          | V    |     |          | M        | N    |
    418421| SGSN-Location-Information                                     | 1601 |         7.3.116 | Grouped          | V    |     |          | M        | N    |
    419422| E-UTRAN-Cell-Global-Identity                                  | 1602 |         7.3.117 | OctetString      | V    |     |          | M        | N    |
Note: See TracChangeset for help on using the changeset viewer.