Skip to content

Commit

Permalink
submodule: bump openthread from 90adc86 to 4db6520 (#823)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `90adc86` to `4db6520`.
- [Commits](openthread/openthread@90adc86...4db6520)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 0a95724 commit c187ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 45 files
+1 −1 .github/workflows/otbr.yml
+1 −1 .github/workflows/otns.yml
+1 −1 .github/workflows/posix.yml
+1 −1 .github/workflows/simulation-1.1.yml
+51 −1 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+3 −2 etc/cmake/options.cmake
+76 −10 include/openthread/channel_manager.h
+1 −1 include/openthread/instance.h
+1 −0 script/make-pretty
+73 −14 src/cli/cli.cpp
+2 −0 src/core/BUILD.gn
+30 −5 src/core/api/channel_manager_api.cpp
+1 −2 src/core/config/border_agent.h
+12 −0 src/core/config/channel_manager.h
+13 −6 src/core/config/misc.h
+2 −2 src/core/config/mle.h
+3 −1 src/core/instance/instance.cpp
+6 −2 src/core/instance/instance.hpp
+5 −1 src/core/mac/mac.cpp
+2 −0 src/core/openthread-core-config.h
+1 −1 src/core/thread/csl_tx_scheduler.hpp
+18 −36 src/core/thread/mle_router.cpp
+58 −132 src/core/thread/network_data.cpp
+15 −25 src/core/thread/network_data.hpp
+6 −9 src/core/thread/network_data_leader_ftd.cpp
+5 −4 src/core/thread/network_data_notifier.cpp
+33 −0 src/core/thread/network_data_types.hpp
+5 −3 src/core/thread/version.hpp
+159 −14 src/core/utils/channel_manager.cpp
+98 −18 src/core/utils/channel_manager.hpp
+2 −0 src/lib/spinel/BUILD.gn
+5 −1 src/lib/spinel/CMakeLists.txt
+748 −0 src/lib/spinel/logger.cpp
+69 −0 src/lib/spinel/logger.hpp
+3 −699 src/lib/spinel/radio_spinel.cpp
+3 −14 src/lib/spinel/radio_spinel.hpp
+143 −0 tests/scripts/thread-cert/addon_test_channel_manager_autocsl.py
+88 −1 tests/scripts/thread-cert/node.py
+14 −14 tests/toranj/build.sh
+13 −1 tests/toranj/cli/cli.py
+2 −2 tests/toranj/cli/test-020-net-diag-vendor-info.py
+59 −8 tests/toranj/cli/test-602-channel-manager-channel-select.py
+85 −57 tests/unit/test_network_data.cpp

0 comments on commit c187ec4

Please sign in to comment.