More msg elems added.

FossilOrigin-Name: 2fe304a4420e05d3f2dc2ea6497ca224170eca724b0e626cc8814ab4538dfc11
This commit is contained in:
7u83@mail.ru 2016-03-14 16:18:37 +00:00
parent ac337bf841
commit 7f7d763e86
3 changed files with 22 additions and 6 deletions

View File

@ -502,7 +502,9 @@ static cw_action_out_t actions_out[]={
} }
, ,
/* ---------------------------------------------------
/* --------------------------------------------------------------------------
* Join Response Message * Join Response Message
*/ */
@ -562,9 +564,8 @@ static cw_action_out_t actions_out[]={
, ,
/* --------------------------------------------------------------------------
/* --------------------------------------------------- * Configuration Status Response Message - OUT
* Configuration Status Response Message
*/ */
{ {

View File

@ -199,10 +199,26 @@ static cw_action_in_t actions_in[] = {
.start = cw_in_generic2, .start = cw_in_generic2,
.min_len = 4, .min_len = 4,
.max_len = 4, .max_len = 4,
.mand = 0 .mand = 1
} }
, ,
/* Capwap Timers - Config Status Resp */
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
.elem_id = CW_ELEM_CAPWAP_TIMERS,
.item_id = CW_ITEM_CAPWAP_TIMERS,
.start = cw_in_generic2,
.min_len = 2,
.max_len = 2,
.mand = 1
}
,
/* Result Code - Config Status Resp */ /* Result Code - Config Status Resp */
{ {
.capwap_state = CW_STATE_CONFIGURE, .capwap_state = CW_STATE_CONFIGURE,

View File

@ -15,7 +15,6 @@ int configure()
mbag_del_all(conn->incomming); mbag_del_all(conn->incomming);
printf("Putting AC NAME\n");
mbag_set_str(conn->local,CW_ITEM_AC_NAME,"abc"); mbag_set_str(conn->local,CW_ITEM_AC_NAME,"abc");