Skip to content

Commit

Permalink
submodule: bump openthread from ab28127 to ce8bbfe
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `ab28127` to `ce8bbfe`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@ab28127...ce8bbfe)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 73247f8 commit 018649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 41 files
+2 −2 .github/workflows/codeql.yml
+2 −0 .github/workflows/otbr.yml
+2 −0 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+2 −0 .github/workflows/simulation-1.1.yml
+2 −0 .github/workflows/simulation-1.2.yml
+2 −0 .github/workflows/toranj.yml
+2 −0 .github/workflows/unit.yml
+1 −1 etc/cmake/options.cmake
+40 −0 include/openthread/coap_secure.h
+1 −1 include/openthread/instance.h
+24 −0 include/openthread/nat64.h
+30 −27 include/openthread/netdiag.h
+36 −1 src/cli/README_COAPS.md
+16 −8 src/cli/cli.cpp
+40 −6 src/cli/cli_coap_secure.cpp
+1 −0 src/cli/cli_coap_secure.hpp
+228 −0 src/cli/cli_commissioner.cpp
+11 −0 src/core/api/coap_secure_api.cpp
+10 −0 src/core/api/nat64_api.cpp
+33 −9 src/core/coap/coap_secure.cpp
+37 −0 src/core/coap/coap_secure.hpp
+3 −3 src/core/common/settings.cpp
+3 −3 src/core/common/settings.hpp
+1 −1 src/core/config/border_agent.h
+50 −5 src/core/meshcop/secure_transport.cpp
+40 −0 src/core/meshcop/secure_transport.hpp
+11 −0 src/core/net/ip4_types.cpp
+11 −0 src/core/net/ip4_types.hpp
+12 −0 src/core/net/ip6_address.cpp
+21 −0 src/core/net/ip6_address.hpp
+2 −2 src/core/thread/key_manager.cpp
+13 −0 src/core/thread/network_diagnostic.cpp
+7 −0 src/core/thread/network_diagnostic_tlvs.hpp
+35 −0 src/lib/spinel/radio_spinel.cpp
+23 −0 src/lib/spinel/radio_spinel.hpp
+2 −0 src/ncp/ncp_base_dispatcher.cpp
+104 −0 tests/toranj/cli/test-026-coaps-conn-limit.py
+4 −0 tests/toranj/openthread-core-toranj-config-simulation.h
+1 −0 tests/toranj/start.sh
+39 −0 tests/unit/test_ip_address.cpp

0 comments on commit 018649b

Please sign in to comment.