comparison extensions/dict_dcca_3gpp/add_avps.c @ 1550:224cb55be2d7

dict_dcca_3gpp: fix invalid AVP name in comment A comment had non-ASCII hyphens in 'Application-Session-Id'.
author Luke Mewburn <luke@mewburn.net>
date Tue, 07 Jul 2020 12:50:52 +1000
parents 121c1737116d
children
comparison
equal deleted inserted replaced
1549:19ab8ac08a36 1550:224cb55be2d7
21280 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Application-Service-Type)", NULL, NULL, NULL }; 21280 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(3GPP/Application-Service-Type)", NULL, NULL, NULL };
21281 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type); 21281 CHECK_dict_new(DICT_TYPE, &tdata, NULL, &type);
21282 CHECK_dict_new(DICT_AVP, &data, type, NULL); 21282 CHECK_dict_new(DICT_AVP, &data, type, NULL);
21283 }; 21283 };
21284 21284
21285 /* Change-1.4.0: Application–Session–Id (2103) type changed from UTF8String to Unsigned32. */ 21285 /* Change-1.4.0: Application-Session-Id (2103) type changed from UTF8String to Unsigned32. */
21286 /* Application-Session-Id, Unsigned32, code 2103, section 8.4 */ 21286 /* Application-Session-Id, Unsigned32, code 2103, section 8.4 */
21287 { 21287 {
21288 struct dict_avp_data data = { 21288 struct dict_avp_data data = {
21289 2103, /* Code */ 21289 2103, /* Code */
21290 10415, /* Vendor */ 21290 10415, /* Vendor */
"Welcome to our mercurial repository"