comparison extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1431:217575573669

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.
author Luke Mewburn <luke@mewburn.net>
date Wed, 19 Feb 2020 16:32:00 +1100
parents 2af8fe326a8c
children 4bd30996ad7f
comparison
equal deleted inserted replaced
1430:2af8fe326a8c 1431:217575573669
6365 AVP_TYPE_UNSIGNED32 /* base type of data */ 6365 AVP_TYPE_UNSIGNED32 /* base type of data */
6366 }; 6366 };
6367 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 6367 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
6368 }; 6368 };
6369 6369
6370 /* 3GPP 32.299-b60 (11.6.0 2012.12.21) */ 6370 /* 3GPP 32.299-b80 (11.8.0 2013-07) */
6371 /* AF-Correlation-Information */ 6371 /* AF-Correlation-Information */
6372 { 6372 {
6373 struct dict_avp_data data = { 6373 struct dict_avp_data data = {
6374 1276, /* Code */ 6374 1276, /* Code */
6375 10415, /* Vendor */ 6375 10415, /* Vendor */
7860 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Low-Priority-Indicator)", NULL, NULL, NULL }; 7860 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Low-Priority-Indicator)", NULL, NULL, NULL };
7861 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type); 7861 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
7862 CHECK_dict_new(DICT_AVP, &data, type, NULL); 7862 CHECK_dict_new(DICT_AVP, &data, type, NULL);
7863 }; 7863 };
7864 7864
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 */
7866 { 7869 {
7867 struct dict_avp_data data = { 7870 struct dict_avp_data data = {
7868 2307, /* Code */ 7871 2307, /* Code */
7869 10415, /* Vendor */ 7872 10415, /* Vendor */
7870 "MBMSGW-Address", /* Name */ 7873 "MBMS-GW-Address", /* Name */
7871 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ 7874 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
7872 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */ 7875 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
7873 AVP_TYPE_OCTETSTRING /* base type of data */ 7876 AVP_TYPE_OCTETSTRING /* base type of data */
7874 }; 7877 };
7875 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL); 7878 CHECK_dict_new(DICT_AVP, &data, Address_type, NULL);
"Welcome to our mercurial repository"