Skip to content

Commit

Permalink
submodule: bump openthread from 090c777 to 444d1dd (#786)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `090c777` to `444d1dd`.
- [Commits](openthread/openthread@090c777...444d1dd)

---
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 Oct 31, 2024
1 parent 515355f commit 3e176c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 49 files
+1 −0 .code-spell-ignore
+1 −0 etc/cmake/options.cmake
+7 −0 examples/platforms/simulation/CMakeLists.txt
+2 −2 examples/platforms/simulation/dnssd.c
+9 −0 examples/platforms/simulation/platform-config.h
+12 −3 examples/platforms/simulation/radio.c
+12 −1 examples/platforms/utils/mac_frame.cpp
+20 −0 examples/platforms/utils/mac_frame.h
+3 −0 include/openthread/border_agent.h
+1 −1 include/openthread/instance.h
+10 −1 include/openthread/link.h
+20 −0 include/openthread/link_raw.h
+35 −11 include/openthread/platform/radio.h
+11 −1 src/cli/README.md
+15 −1 src/cli/cli.cpp
+5 −0 src/core/api/link_api.cpp
+5 −0 src/core/api/link_raw_api.cpp
+11 −0 src/core/mac/link_raw.cpp
+10 −0 src/core/mac/link_raw.hpp
+31 −2 src/core/mac/mac.cpp
+15 −0 src/core/mac/mac.hpp
+1 −0 src/core/mac/mac_links.cpp
+30 −0 src/core/mac/mac_links.hpp
+2 −2 src/core/mac/mac_types.hpp
+17 −4 src/core/mac/sub_mac.cpp
+15 −0 src/core/mac/sub_mac.hpp
+1 −0 src/core/meshcop/border_agent.cpp
+100 −91 src/core/net/mdns.cpp
+25 −32 src/core/net/mdns.hpp
+2 −1 src/core/net/nat64_translator.cpp
+14 −0 src/core/radio/radio.hpp
+6 −0 src/core/radio/radio_platform.cpp
+14 −0 src/core/thread/mle.cpp
+37 −0 src/core/thread/mle_router.cpp
+4 −0 src/core/thread/mle_router.hpp
+11 −0 src/lib/spinel/radio_spinel.cpp
+11 −0 src/lib/spinel/radio_spinel.hpp
+1 −0 src/lib/spinel/spinel.c
+9 −1 src/lib/spinel/spinel.h
+8 −0 src/ncp/CMakeLists.txt
+3 −0 src/ncp/ncp_base_dispatcher.cpp
+13 −0 src/ncp/ncp_base_radio.cpp
+9 −0 src/ncp/ncp_config.h
+168 −0 src/ncp/platform/dnssd.cpp
+6 −0 src/posix/platform/radio.cpp
+3 −0 tests/toranj/cli/cli.py
+108 −0 tests/toranj/cli/test-033-alt-short-addr-role-transition.py
+1 −0 tests/toranj/start.sh
+186 −1 tests/unit/test_nat64.cpp

0 comments on commit 3e176c9

Please sign in to comment.