Skip to content

Commit

Permalink
submodule: bump openthread from 3470934 to 7bd3abd (#864)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `3470934` to `7bd3abd`.
- [Commits](openthread/openthread@3470934...7bd3abd)

---
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 Jan 10, 2025
1 parent cdf0581 commit 9b2ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 68 files
+1 −0 .gitignore
+1 −1 script/check-size
+53 −23 src/cli/cli.cpp
+2 −2 src/cli/cli.hpp
+8 −3 src/core/coap/coap.cpp
+2 −2 src/core/coap/coap.hpp
+24 −1 src/core/coap/coap_secure.cpp
+10 −0 src/core/coap/coap_secure.hpp
+26 −0 src/core/common/tasklet.cpp
+8 −0 src/core/common/tasklet.hpp
+26 −0 src/core/config/mle.h
+11 −9 src/core/crypto/storage.cpp
+79 −13 src/core/crypto/storage.hpp
+6 −2 src/core/diags/README.md
+49 −10 src/core/diags/factory_diags.cpp
+3 −1 src/core/diags/factory_diags.hpp
+12 −3 src/core/instance/instance.cpp
+9 −0 src/core/instance/instance.hpp
+64 −12 src/core/meshcop/border_agent.cpp
+7 −2 src/core/meshcop/border_agent.hpp
+4 −4 src/core/meshcop/commissioner.cpp
+4 −4 src/core/meshcop/commissioner.hpp
+12 −8 src/core/meshcop/dataset_manager.cpp
+9 −7 src/core/meshcop/dataset_manager.hpp
+1 −1 src/core/meshcop/joiner.cpp
+1 −1 src/core/meshcop/joiner.hpp
+1 −1 src/core/meshcop/joiner_router.cpp
+1 −1 src/core/meshcop/joiner_router.hpp
+168 −74 src/core/meshcop/secure_transport.cpp
+96 −25 src/core/meshcop/secure_transport.hpp
+6 −1 src/core/net/nat64_translator.cpp
+1 −1 src/core/net/srp_client.cpp
+0 −4 src/core/net/srp_client.hpp
+1 −1 src/core/thread/anycast_locator.cpp
+1 −1 src/core/thread/anycast_locator.hpp
+1 −1 src/core/thread/dua_manager.cpp
+1 −1 src/core/thread/dua_manager.hpp
+4 −3 src/core/thread/key_manager.cpp
+13 −0 src/core/thread/mle.cpp
+1 −0 src/core/thread/mle.hpp
+88 −19 src/core/thread/mle_router.cpp
+23 −2 src/core/thread/mle_router.hpp
+3 −3 src/core/thread/mlr_manager.cpp
+3 −3 src/core/thread/mlr_manager.hpp
+4 −1 src/core/thread/network_data_notifier.cpp
+1 −1 src/core/thread/network_data_notifier.hpp
+5 −2 src/core/thread/network_diagnostic.cpp
+2 −2 src/core/thread/network_diagnostic.hpp
+19 −0 src/core/thread/router_table.cpp
+14 −0 src/core/thread/tmf.cpp
+3 −0 src/core/thread/tmf.hpp
+1 −1 src/core/utils/channel_manager.cpp
+1 −1 src/core/utils/channel_manager.hpp
+1 −1 src/core/utils/mesh_diag.cpp
+1 −1 src/core/utils/mesh_diag.hpp
+277 −11 tests/nexus/test_dtls.cpp
+39 −5 tests/scripts/expect/cli-diags.exp
+31 −31 tests/scripts/thread-cert/run_cert_suite.py
+1 −0 tests/scripts/thread-cert/test_diag.py
+1 −0 tests/unit/CMakeLists.txt
+571 −0 tests/unit/test_tasklet.cpp
+1 −0 tools/cp-caps/README.md
+8 −4 tools/cp-caps/rcp_caps_test.py
+10 −6 tools/otci/otci/command_handlers.py
+14 −12 tools/otci/otci/otci.py
+0 −0 tools/tcat_ble_client/cli/__init__.py
+2 −0 tools/tcat_ble_client/cli/cli.py
+74 −0 tools/tcat_ble_client/cli/tlv_commands.py

0 comments on commit 9b2ea83

Please sign in to comment.