# HG changeset patch # User Luke Mewburn # Date 1582089908 -39600 # Node ID 2af8fe326a8c51ec15c3e3a5939021a361641e9a # Parent 40b2df6871eab06df7403587a70cbecd5b0e6090 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. diff -r 40b2df6871ea -r 2af8fe326a8c contrib/dict_json/dictionary_dcca_3gpp.json --- a/contrib/dict_json/dictionary_dcca_3gpp.json Wed Feb 19 12:24:43 2020 +1100 +++ b/contrib/dict_json/dictionary_dcca_3gpp.json Wed Feb 19 16:25:08 2020 +1100 @@ -8435,7 +8435,7 @@ "Must": "V", "MustNot": "M" }, - "Name": "MME-LocationInformation", + "Name": "MME-Location-Information", "Type": "Grouped", "Vendor": 10415 }, diff -r 40b2df6871ea -r 2af8fe326a8c extensions/dict_dcca_3gpp/dict_dcca_3gpp.c --- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c Wed Feb 19 12:24:43 2020 +1100 +++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.c Wed Feb 19 16:25:08 2020 +1100 @@ -174,7 +174,6 @@ CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "IPFilterRule", &IPFilterRule_type); CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Time", &Time_type); CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "UTF8String", &UTF8String_type); - /* The following is created automatically. Do not modify. */ /* Changes will be lost during the next update. Modify the source org file instead. */ @@ -5280,12 +5279,15 @@ CHECK_dict_new(DICT_AVP, &data, type, NULL); }; - /* MME-LocationInformation */ + /* 3GPP TS 29.272 table 7.3.1/1 incorrectly has a space */ + /* instead of hyphen in the row for MME-Location-Information. */ + /* Generated name renamed from MME-LocationInformation. */ + /* MME-Location-Information */ { struct dict_avp_data data = { 1600, /* Code */ 10415, /* Vendor */ - "MME-LocationInformation", /* Name */ + "MME-Location-Information", /* Name */ AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ AVP_FLAG_VENDOR, /* Fixed flag values */ AVP_TYPE_GROUPED /* base type of data */ @@ -10254,8 +10256,6 @@ /* end of generated data, rules below added manually */ /*****************************************************/ - - /* 3GPP2-BSID */ { struct dict_avp_data data = { diff -r 40b2df6871ea -r 2af8fe326a8c extensions/dict_dcca_3gpp/dict_dcca_3gpp.org --- a/extensions/dict_dcca_3gpp/dict_dcca_3gpp.org Wed Feb 19 12:24:43 2020 +1100 +++ b/extensions/dict_dcca_3gpp/dict_dcca_3gpp.org Wed Feb 19 16:25:08 2020 +1100 @@ -414,7 +414,10 @@ | MME-User-State | 1497 | 7.3.112 | Grouped | V | | | M | N | | SGSN-User-State | 1498 | 7.3.113 | Grouped | V | | | M | N | | User-State | 1499 | 7.3.114 | Enumerated | V | | | M | N | -| MME-Location Information | 1600 | 7.3.115 | Grouped | V | | | M | N | +| # 3GPP TS 29.272 table 7.3.1/1 incorrectly has a space | | | | | | | | | +| # instead of hyphen in the row for MME-Location-Information. | | | | | | | | | +| # Generated name renamed from MME-LocationInformation. | | | | | | | | | +| MME-Location-Information | 1600 | 7.3.115 | Grouped | V | | | M | N | | SGSN-Location-Information | 1601 | 7.3.116 | Grouped | V | | | M | N | | E-UTRAN-Cell-Global-Identity | 1602 | 7.3.117 | OctetString | V | | | M | N | | Tracking-Area-Identity | 1603 | 7.3.118 | OctetString | V | | | M | N |