Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 85fb634 commit cbcad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 51 files
+1 −1 .github/workflows/docker.yml
+1 −1 include/openthread/instance.h
+1 −0 include/openthread/thread.h
+1 −0 src/cli/README.md
+2 −0 src/cli/cli.cpp
+1 −1 src/core/coap/coap.cpp
+1 −1 src/core/coap/coap_secure.cpp
+1 −1 src/core/coap/coap_secure.hpp
+13 −0 src/core/common/callback.hpp
+9 −9 src/core/common/message.hpp
+10 −34 src/core/common/notifier.cpp
+22 −16 src/core/common/notifier.hpp
+8 −0 src/core/common/timer.cpp
+15 −0 src/core/common/timer.hpp
+0 −9 src/core/config/mle.h
+4 −0 src/core/config/openthread-core-config-check.h
+62 −11 src/core/config/parent_search.h
+1 −1 src/core/instance/instance.cpp
+6 −0 src/core/mac/mac_frame.cpp
+1 −1 src/core/meshcop/joiner_router.cpp
+148 −139 src/core/meshcop/secure_transport.cpp
+68 −58 src/core/meshcop/secure_transport.hpp
+1 −1 src/core/net/icmp6.cpp
+182 −25 src/core/net/mdns.cpp
+30 −12 src/core/net/mdns.hpp
+1 −1 src/core/radio/ble_secure.cpp
+2 −2 src/core/thread/child_supervision.cpp
+393 −163 src/core/thread/mle.cpp
+111 −51 src/core/thread/mle.hpp
+196 −162 src/core/thread/mle_router.cpp
+11 −23 src/core/thread/mle_router.hpp
+9 −0 src/core/thread/mle_types.hpp
+82 −5 src/core/thread/router.hpp
+1 −1 src/core/thread/tmf.cpp
+4 −0 src/lib/spinel/spinel.c
+71 −11 src/lib/spinel/spinel.h
+95 −0 src/ncp/ncp_base.hpp
+1 −0 src/ncp/ncp_base_dispatcher.cpp
+122 −0 src/ncp/ncp_base_ftd.cpp
+18 −18 src/ncp/platform/dnssd.cpp
+15 −0 tests/toranj/cli/cli.py
+172 −0 tests/toranj/cli/test-034-fed-parent-search.py
+4 −0 tests/toranj/openthread-core-toranj-config.h
+1 −0 tests/toranj/start.sh
+2 −0 tests/unit/test_dns_client.cpp
+153 −0 tests/unit/test_mdns.cpp
+1 −1 tests/unit/test_message.cpp
+98 −0 tests/unit/test_ncp_dnssd.cpp
+62 −10 tools/cp-caps/README.md
+156 −23 tools/cp-caps/rcp_caps_test.py
+4 −3 tools/otci/otci/otci.py

0 comments on commit cbcad5c

Please sign in to comment.