mirror of
https://github.com/espressif/openthread.git
synced 2026-09-03 07:40:10 +00:00
[channel-manager] add local csl channel selection on SSED (#9641)
This commit enables channel manager on SSED, together with channel monitor, auto-selecting a better CSL channel for the link between child and its parent. It also fixes tracking of CcaSuccessRate on CslChannel and adds toranj tests for auto-channel selection and thread_cert test for autocsl-channel selection.
This commit is contained in:
@@ -95,6 +95,7 @@ OT_CLANG_TIDY_BUILD_OPTS=(
|
||||
'-DOT_BORDER_ROUTING=ON'
|
||||
'-DOT_BORDER_ROUTING_DHCP6_PD=ON'
|
||||
'-DOT_CHANNEL_MANAGER=ON'
|
||||
'-DOT_CHANNEL_MANAGER_CSL=ON'
|
||||
'-DOT_CHANNEL_MONITOR=ON'
|
||||
'-DOT_COAP=ON'
|
||||
'-DOT_COAP_BLOCK=ON'
|
||||
|
||||
Reference in New Issue
Block a user