comparison extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1430:2af8fe326a8c

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.
author Luke Mewburn <luke@mewburn.net>
date Wed, 19 Feb 2020 16:25:08 +1100
parents 40b2df6871ea
children 217575573669
comparison
equal deleted inserted replaced
1429:40b2df6871ea 1430:2af8fe326a8c
172 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterIdentity", &DiameterIdentity_type); 172 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterIdentity", &DiameterIdentity_type);
173 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterURI", &DiameterURI_type); 173 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "DiameterURI", &DiameterURI_type);
174 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "IPFilterRule", &IPFilterRule_type); 174 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "IPFilterRule", &IPFilterRule_type);
175 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Time", &Time_type); 175 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "Time", &Time_type);
176 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "UTF8String", &UTF8String_type); 176 CHECK_dict_search( DICT_TYPE, TYPE_BY_NAME, "UTF8String", &UTF8String_type);
177
178 177
179 /* The following is created automatically. Do not modify. */ 178 /* The following is created automatically. Do not modify. */
180 /* Changes will be lost during the next update. Modify the source org file instead. */ 179 /* Changes will be lost during the next update. Modify the source org file instead. */
181 180
182 /* 3GPP 29.061-c00 (12.0.0 2012.12.20) */ 181 /* 3GPP 29.061-c00 (12.0.0 2012.12.20) */
5278 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-State)", NULL, NULL, NULL }; 5277 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/User-State)", NULL, NULL, NULL };
5279 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type); 5278 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
5280 CHECK_dict_new(DICT_AVP, &data, type, NULL); 5279 CHECK_dict_new(DICT_AVP, &data, type, NULL);
5281 }; 5280 };
5282 5281
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 */
5284 { 5286 {
5285 struct dict_avp_data data = { 5287 struct dict_avp_data data = {
5286 1600, /* Code */ 5288 1600, /* Code */
5287 10415, /* Vendor */ 5289 10415, /* Vendor */
5288 "MME-LocationInformation", /* Name */ 5290 "MME-Location-Information", /* Name */
5289 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ 5291 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
5290 AVP_FLAG_VENDOR, /* Fixed flag values */ 5292 AVP_FLAG_VENDOR, /* Fixed flag values */
5291 AVP_TYPE_GROUPED /* base type of data */ 5293 AVP_TYPE_GROUPED /* base type of data */
5292 }; 5294 };
5293 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 5295 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
10252 10254
10253 /*****************************************************/ 10255 /*****************************************************/
10254 /* end of generated data, rules below added manually */ 10256 /* end of generated data, rules below added manually */
10255 /*****************************************************/ 10257 /*****************************************************/
10256 10258
10257
10258
10259 /* 3GPP2-BSID */ 10259 /* 3GPP2-BSID */
10260 { 10260 {
10261 struct dict_avp_data data = { 10261 struct dict_avp_data data = {
10262 9010, /* Code */ 10262 9010, /* Code */
10263 5535, /* Vendor */ 10263 5535, /* Vendor */
"Welcome to our mercurial repository"