comparison extensions/dict_mip6a/dict_mip6a.c @ 1121:ccbd1426e04a

Improve testmesg_stress to measure impact of loaded dictionary
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 14 May 2013 15:27:28 +0800
parents c473581adff2
children
comparison
equal deleted inserted replaced
1120:c473581adff2 1121:ccbd1426e04a
402 /* 402 /*
403 403
404 */ 404 */
405 struct dict_object * type; 405 struct dict_object * type;
406 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(MIP-Algorithm-Type)", NULL, NULL, NULL }; 406 struct dict_type_data tdata = { AVP_TYPE_INTEGER32, "Enumerated(MIP-Algorithm-Type)", NULL, NULL, NULL };
407 struct dict_enumval_data t_2 = { "HMAC-SHA-1", { .i32 = 2 }}; 407 struct dict_enumval_data t_2 = { "HMAC-SHA-1 [HMAC]", { .i32 = 2 }};
408 struct dict_avp_data data = { 408 struct dict_avp_data data = {
409 345, /* Code */ 409 345, /* Code */
410 0, /* Vendor */ 410 0, /* Vendor */
411 "MIP-Algorithm-Type", /* Name */ 411 "MIP-Algorithm-Type", /* Name */
412 AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY, /* Fixed flags */ 412 AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY, /* Fixed flags */
"Welcome to our mercurial repository"