Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
agent: backhaul_manager: Refactor handler for AP_METRICS_RESPONSE_MES…
Browse files Browse the repository at this point in the history
…SAGE

Create new class ExpectedApMetricsResponse for
easy handling of the logic of AP Metrics query and response.
The class saves the expected bssids responses and
collect them together before sending the combined
response to the controller

Signed-off-by: Vladyslav Tupikin <[email protected]>
Signed-off-by: Ran Regev <[email protected]>
  • Loading branch information
Vladyslav Tupikin authored and RanRegev committed Jun 22, 2020
1 parent 7af3b19 commit d2e2989
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 218 deletions.
1 change: 1 addition & 0 deletions agent/src/beerocks/slave/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ file(GLOB beerocks_agent_sources
${MODULE_PATH}/link_metrics/*.c*
${MODULE_PATH}/platform_manager/*.c*
${MODULE_PATH}/gate/*.c*
${MODULE_PATH}/backhaul_manager/internal/*.c*
${MODULE_PATH}/*.c*
)

Expand Down
Loading

0 comments on commit d2e2989

Please sign in to comment.