Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 93f3113 to `0c6c2f…
Browse files Browse the repository at this point in the history
…e` (#2270)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `93f3113` to `0c6c2fe`.
- [Commits](openthread/openthread@93f3113...0c6c2fe)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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 Apr 30, 2024
1 parent 619fbc7 commit 5afa125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 41 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+1 −0 etc/cmake/options.cmake
+5 −0 examples/apps/cli/main.c
+11 −0 examples/platforms/simulation/misc.c
+1 −1 include/openthread/instance.h
+10 −0 include/openthread/platform/misc.h
+30 −0 include/openthread/thread_ftd.h
+2 −0 script/test
+34 −1 src/cli/README.md
+39 −0 src/cli/cli.cpp
+1 −1 src/cli/cli_dns.cpp
+2 −2 src/cli/cli_srp_client.cpp
+1 −1 src/cli/cli_udp.cpp
+5 −5 src/cli/cli_utils.hpp
+10 −0 src/core/api/thread_ftd_api.cpp
+2 −1 src/core/border_router/routing_manager.cpp
+2 −0 src/core/border_router/routing_manager.hpp
+38 −0 src/core/common/callback.hpp
+14 −0 src/core/config/misc.h
+27 −43 src/core/meshcop/dataset_manager.cpp
+12 −6 src/core/meshcop/dataset_manager.hpp
+23 −20 src/core/meshcop/dataset_manager_ftd.cpp
+1 −8 src/core/meshcop/secure_transport.cpp
+8 −1 src/core/net/ip6.cpp
+24 −0 src/core/net/ip6.hpp
+1 −7 src/core/thread/anycast_locator.cpp
+1 −8 src/core/thread/mle.cpp
+4 −6 src/core/thread/mlr_manager.cpp
+9 −0 src/lib/spinel/logger.cpp
+13 −1 src/lib/spinel/radio_spinel.cpp
+1 −0 src/lib/spinel/radio_spinel.hpp
+2 −0 src/lib/spinel/spinel.c
+11 −0 src/lib/spinel/spinel.h
+4 −0 src/ncp/ncp_base.cpp
+8 −0 src/ncp/ncp_base_dispatcher.cpp
+5 −0 src/ncp/ncp_base_radio.cpp
+0 −14 tests/scripts/thread-cert/border_router/test_on_link_prefix.py
+2 −2 tests/scripts/thread-cert/node.py
+112 −1,255 tests/unit/CMakeLists.txt
+4 −0 tests/unit/test_platform.cpp

0 comments on commit 5afa125

Please sign in to comment.