cisco_wtp_admini_state added.

FossilOrigin-Name: 2aa60df00b3a48d1911ec2114ef89b7c5cd2167a02e748e73f09560137723406
This commit is contained in:
7u83@mail.ru
2016-04-12 07:02:55 +00:00
parent 009bc16908
commit 6620a5e8d6
12 changed files with 64 additions and 36 deletions

View File

@ -337,13 +337,12 @@ static cw_action_in_t actions_in[] = {
}
,
/* Radio Admin State - Config Status Request */
/* Radio Admin State (IN) - Config Status Request */
{
.capwap_state = CW_STATE_CONFIGURE,
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
.elem_id = CW_ELEM_RADIO_ADMINISTRATIVE_STATE,
.item_id = CW_RADIOITEM_ADMIN_STATE,
// .start = cw_in_radio_administrative_state,
.start = cw_in_radio_generic,
.mand = 1
@ -755,8 +754,6 @@ static cw_action_out_t actions_out[]={
.msg_id = CW_MSG_CONFIGURATION_UPDATE_REQUEST,
.elem_id = CW_ELEM_RADIO_ADMINISTRATIVE_STATE,
.item_id = CW_RADIOITEM_ADMIN_STATE,
// .out = cw_out_radio_administrative_states,
// .get = cw_out_get_outgoing,
.out = cw_out_radio_generic,
.mand = 0
}