Config Update Req

FossilOrigin-Name: e50469b6d64d2e0907acf3a3ec87bf143e673b9e5264fdbab61f1c40496c71f2
This commit is contained in:
7u83@mail.ru 2016-03-27 14:45:46 +00:00
parent 921b3fcaed
commit 9c8c7078e3
1 changed files with 39 additions and 1 deletions

View File

@ -526,7 +526,16 @@ static cw_action_in_t actions_in[] = {
}
,
/* --------------------------------------------------------------------------
* Configuration Update Response
*/
{
.capwap_state=CW_STATE_RUN,
.msg_id = CW_MSG_CONFIGURATION_UPDATE_RESPONSE,
}
,
/* End of list */
{0, 0}
@ -695,6 +704,35 @@ static cw_action_out_t actions_out[]={
,
/* --------------------------------------------------------------------------
* Configuration Update Request - OUT
*/
/* Location Data */
{
.msg_id = CW_MSG_CONFIGURATION_UPDATE_REQUEST,
.elem_id = CW_ELEM_LOCATION_DATA,
.item_id = CW_ITEM_LOCATION_DATA,
.out = cw_out_generic,
.get = cw_out_get_outgoing,
.mand = 0
}
,
/* WTP Name */
{
.msg_id = CW_MSG_CONFIGURATION_UPDATE_REQUEST,
.elem_id = CW_ELEM_WTP_NAME,
.item_id = CW_ITEM_WTP_NAME,
.out = cw_out_generic,
.get = cw_out_get_outgoing,
.mand = 0
}
,
{0,0}
};