Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent db46c7a commit 366ab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 43 files
+12 −3 examples/platforms/simulation/radio.c
+12 −1 examples/platforms/utils/mac_frame.cpp
+20 −0 examples/platforms/utils/mac_frame.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 −10 include/openthread/udp.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
+8 −91 src/core/net/udp6.cpp
+17 −9 src/core/net/udp6.hpp
+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
+3 −0 src/ncp/ncp_base_dispatcher.cpp
+13 −0 src/ncp/ncp_base_radio.cpp
+16 −0 src/posix/platform/include/openthread/openthread-system.h
+9 −0 src/posix/platform/openthread-posix-config.h
+6 −0 src/posix/platform/radio.cpp
+4 −2 src/posix/platform/system.cpp
+27 −15 src/posix/platform/trel.cpp
+4 −1 tests/scripts/thread-cert/border_router/internet/test_upstream_dns.py
+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

0 comments on commit 366ab61

Please sign in to comment.