comparison extensions/dict_dcca_3gpp/add_avps.c @ 1527:12055ddd8318

Rename Periodic-time (3117) 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has incorrect name and should be "Periodic-Time" per majority use. Fix: Periodic-time (3117) renamed to Periodic-Time (931).
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 13:35:46 +1000
parents dc79c3ae3674
children 3908b839dcf2
comparison
equal deleted inserted replaced
1526:dc79c3ae3674 1527:12055ddd8318
12057 AVP_TYPE_UNSIGNED32 /* base type of data */ 12057 AVP_TYPE_UNSIGNED32 /* base type of data */
12058 }; 12058 };
12059 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 12059 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
12060 }; 12060 };
12061 12061
12062 /* Periodic-time, Unsigned32, code 3117, section 8.4.29 */ 12062 /* Note: 3GPP TS 29.336 Table 8.4.1-1 row Periodic-time (3117) has */
12063 /* incorrect name and should be "Periodic-Time" per majority use. */
12064 /* */
12065 /* Fix: Periodic-time (3117) renamed to Periodic-Time (931). */
12066 /* Periodic-Time, Unsigned32, code 3117, section 8.4.29 */
12063 { 12067 {
12064 struct dict_avp_data data = { 12068 struct dict_avp_data data = {
12065 3117, /* Code */ 12069 3117, /* Code */
12066 10415, /* Vendor */ 12070 10415, /* Vendor */
12067 "Periodic-time", /* Name */ 12071 "Periodic-Time", /* Name */
12068 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ 12072 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
12069 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */ 12073 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
12070 AVP_TYPE_UNSIGNED32 /* base type of data */ 12074 AVP_TYPE_UNSIGNED32 /* base type of data */
12071 }; 12075 };
12072 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 12076 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
"Welcome to our mercurial repository"