Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent c48cd0f commit 6d5b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 54 files
+1 −1 .github/workflows/fuzz.yml
+6 −6 .github/workflows/otbr.yml
+6 −6 .github/workflows/otns.yml
+9 −9 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+14 −14 .github/workflows/simulation-1.1.yml
+15 −15 .github/workflows/simulation-1.4.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+20 −0 include/openthread/ble_secure.h
+27 −1 include/openthread/border_agent.h
+1 −1 include/openthread/instance.h
+1 −0 include/openthread/platform/settings.h
+28 −0 src/cli/README.md
+21 −0 src/cli/cli.cpp
+4 −7 src/cli/cli_br.hpp
+10 −0 src/core/api/ble_secure_api.cpp
+10 −0 src/core/api/border_agent_api.cpp
+15 −2 src/core/common/settings.cpp
+29 −1 src/core/common/settings.hpp
+10 −0 src/core/config/border_agent.h
+1 −1 src/core/diags/README.md
+2 −2 src/core/mac/mac.cpp
+23 −6 src/core/meshcop/border_agent.cpp
+16 −0 src/core/meshcop/border_agent.hpp
+31 −0 src/core/meshcop/secure_transport.cpp
+13 −0 src/core/meshcop/secure_transport.hpp
+75 −4 src/core/meshcop/tcat_agent.cpp
+9 −6 src/core/meshcop/tcat_agent.hpp
+5 −8 src/core/net/tcp6.hpp
+1 −1 src/core/radio/ble_secure.hpp
+5 −4 src/core/thread/link_quality.cpp
+22 −6 src/core/thread/link_quality.hpp
+10 −4 src/core/thread/mle.cpp
+2 −1 src/core/thread/mle.hpp
+14 −18 src/core/thread/mle_router.cpp
+3 −1 src/core/thread/mle_types.hpp
+1 −1 src/core/thread/neighbor.hpp
+27 −5 src/core/thread/router.hpp
+5 −1 src/core/utils/flash.hpp
+3 −6 src/core/utils/parse_cmdline.cpp
+1 −4 src/ncp/ncp_base.hpp
+11 −0 tests/nexus/test_border_agent.cpp
+17 −0 tests/scripts/expect/cli-tcat.exp
+6 −0 tests/toranj/cli/cli.py
+5 −0 tests/toranj/cli/test-028-border-agent-ephemeral-key.py
+1 −1 tests/unit/test_link_quality.cpp
+3 −6 tests/unit/test_message.cpp
+1 −4 tests/unit/test_pool.cpp
+2 −0 tools/cp-caps/README.md
+165 −130 tools/cp-caps/rcp_caps_test.py
+135 −112 tools/tcat_ble_client/cli/base_commands.py
+6 −4 tools/tcat_ble_client/cli/cli.py
+2 −0 tools/tcat_ble_client/tlv/tcat_tlv.py

0 comments on commit 6d5b8cb

Please sign in to comment.