Added statistics timer and reboot statistics to config status request.
FossilOrigin-Name: 1a81b778d735f334ab0acc3443bb0678944b0a0088fb45c929482203e08c818b
This commit is contained in:
parent
e66cdacbfa
commit
a01e743867
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user