From a01e74386742e3686e45e636bec28aeebcac769f Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 12 Mar 2016 21:35:58 +0000 Subject: [PATCH] Added statistics timer and reboot statistics to config status request. FossilOrigin-Name: 1a81b778d735f334ab0acc3443bb0678944b0a0088fb45c929482203e08c818b --- src/mod/capwap/capwap_actions_wtp.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/mod/capwap/capwap_actions_wtp.c b/src/mod/capwap/capwap_actions_wtp.c index aea69136..3a5da7de 100644 --- a/src/mod/capwap/capwap_actions_wtp.c +++ b/src/mod/capwap/capwap_actions_wtp.c @@ -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