comparison extensions/dict_dcca_3gpp/dict_dcca_3gpp.c @ 1460:4f44d206e60d

regen dict_dcca_3gpp to fix comments
author Luke Mewburn <luke@mewburn.net>
date Mon, 09 Mar 2020 18:45:34 +1100
parents ffe2f27e00e5
children b98c9de78f58
comparison
equal deleted inserted replaced
1459:4b613aaf8873 1460:4f44d206e60d
3293 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type); 3293 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
3294 CHECK_dict_new(DICT_AVP, &data, type, NULL); 3294 CHECK_dict_new(DICT_AVP, &data, type, NULL);
3295 }; 3295 };
3296 3296
3297 /* S15-specific */ 3297 /* S15-specific */
3298 /* CS-Service-Qos-Request-Identifier, OctetString, code 2807 */ 3298 /* CS-Service-Qos-Request-Identifier, OctetString, code 2807, section E.6.3.2 */
3299 { 3299 {
3300 struct dict_avp_data data = { 3300 struct dict_avp_data data = {
3301 2807, /* Code */ 3301 2807, /* Code */
3302 10415, /* Vendor */ 3302 10415, /* Vendor */
3303 "CS-Service-Qos-Request-Identifier", /* Name */ 3303 "CS-Service-Qos-Request-Identifier", /* Name */
3306 AVP_TYPE_OCTETSTRING /* base type of data */ 3306 AVP_TYPE_OCTETSTRING /* base type of data */
3307 }; 3307 };
3308 CHECK_dict_new(DICT_AVP, &data, NULL, NULL); 3308 CHECK_dict_new(DICT_AVP, &data, NULL, NULL);
3309 }; 3309 };
3310 3310
3311 /* CS-Service-QoS-Request-Operation, Enumerated, code 2808 */ 3311 /* CS-Service-QoS-Request-Operation, Enumerated, code 2808, section E.6.3.3 */
3312 { 3312 {
3313 struct dict_avp_data data = { 3313 struct dict_avp_data data = {
3314 2808, /* Code */ 3314 2808, /* Code */
3315 10415, /* Vendor */ 3315 10415, /* Vendor */
3316 "CS-Service-QoS-Request-Operation", /* Name */ 3316 "CS-Service-QoS-Request-Operation", /* Name */
"Welcome to our mercurial repository"