comparison extensions/dict_dcca_3gpp/add_avps.c @ 1528:3908b839dcf2

Rename Assistance-info and MIC-Check-Indicator 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) incorrect name and should be "Assistance-Info" per clause 6.3.3. Fix: Assistance-info (3802) renamed to Assistance-Info (3802). 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80. Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865).
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 14:26:28 +1000
parents 12055ddd8318
children 2c92c6b73ac9
comparison
equal deleted inserted replaced
1527:12055ddd8318 1528:3908b839dcf2
13757 AVP_TYPE_OCTETSTRING /* base type of data */ 13757 AVP_TYPE_OCTETSTRING /* base type of data */
13758 }; 13758 };
13759 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL); 13759 CHECK_dict_new(DICT_AVP, &data, UTF8String_type, NULL);
13760 }; 13760 };
13761 13761
13762 /* Assistance-info, Grouped, code 3802, section 6.3.3 */ 13762 /* Note: 3GPP TS 29.345 Table 6.3.1-1 row Assistance-info (3802) has */
13763 /* incorrect name and should be "Assistance-Info" per clause 6.3.3. */
13764 /* */
13765 /* Fix: Assistance-info (3802) renamed to Assistance-Info (3802). */
13766 /* Assistance-Info, Grouped, code 3802, section 6.3.3 */
13763 { 13767 {
13764 struct dict_avp_data data = { 13768 struct dict_avp_data data = {
13765 3802, /* Code */ 13769 3802, /* Code */
13766 10415, /* Vendor */ 13770 10415, /* Vendor */
13767 "Assistance-info", /* Name */ 13771 "Assistance-Info", /* Name */
13768 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ 13772 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
13769 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */ 13773 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flag values */
13770 AVP_TYPE_GROUPED /* base type of data */ 13774 AVP_TYPE_GROUPED /* base type of data */
13771 }; 13775 };
13772 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 13776 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
14582 AVP_TYPE_OCTETSTRING /* base type of data */ 14586 AVP_TYPE_OCTETSTRING /* base type of data */
14583 }; 14587 };
14584 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 14588 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
14585 }; 14589 };
14586 14590
14587 /* MIC-Check-indicator, Unsigned32, code 3865, section 6.3.80 */ 14591 /* Note: 3GPP TS 29.345 Table 6.3.1-1 row MIC-Check-indicator (3865) has */
14592 /* incorrect name and should be "MIC-Check-Indicator" per clause 6.3.80. */
14593 /* */
14594 /* Fix: MIC-Check-indicator (3865) renamed to MIC-Check-Indicator (3865). */
14595 /* MIC-Check-Indicator, Unsigned32, code 3865, section 6.3.80 */
14588 { 14596 {
14589 struct dict_avp_data data = { 14597 struct dict_avp_data data = {
14590 3865, /* Code */ 14598 3865, /* Code */
14591 10415, /* Vendor */ 14599 10415, /* Vendor */
14592 "MIC-Check-indicator", /* Name */ 14600 "MIC-Check-Indicator", /* Name */
14593 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */ 14601 AVP_FLAG_VENDOR |AVP_FLAG_MANDATORY, /* Fixed flags */
14594 AVP_FLAG_VENDOR, /* Fixed flag values */ 14602 AVP_FLAG_VENDOR, /* Fixed flag values */
14595 AVP_TYPE_UNSIGNED32 /* base type of data */ 14603 AVP_TYPE_UNSIGNED32 /* base type of data */
14596 }; 14604 };
14597 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 14605 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
"Welcome to our mercurial repository"