Added statistics timer and reboot statistics to config status request.

FossilOrigin-Name: 1a81b778d735f334ab0acc3443bb0678944b0a0088fb45c929482203e08c818b
This commit is contained in:
7u83@mail.ru 2016-03-12 21:35:58 +00:00
parent e66cdacbfa
commit a01e743867
1 changed files with 27 additions and 0 deletions

View File

@ -362,6 +362,7 @@ static cw_action_out_t actions_out[] = {
.mand = 1
}
,
/* Radio Admin State - Config Status Request */
{
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
@ -374,6 +375,32 @@ static cw_action_out_t actions_out[] = {
/* WTP Reboot Statistics - Config Status Request */
{
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
.elem_id = CW_ELEM_WTP_REBOOT_STATISTICS,
.item_id = CW_ITEM_WTP_REBOOT_STATISTICS,
.out = cw_out_wtp_reboot_statistics,
.get = cw_out_get_config,
.mand = 1
}
,
/* ECN Support - Join Request */
{
.msg_id = CW_MSG_CONFIGURATION_STATUS_REQUEST,
.elem_id = CW_ELEM_STATISTICS_TIMER,
.item_id = CW_ITEM_STATISTICS_TIMER,
.out = cw_out_generic,
.get = cw_out_get_config,
.mand = 1
}
,
/* ---------------------------------------------------------------
* Change State Event Request - Out