Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 9ca3b36 commit 10916bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 45 files
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+1 −0 include/openthread/border_routing.h
+1 −1 include/openthread/instance.h
+1 −0 script/test
+3 −0 src/cli/cli_br.cpp
+38 −5 src/core/border_router/routing_manager.cpp
+9 −2 src/core/border_router/routing_manager.hpp
+0 −21 src/core/coap/coap.cpp
+2 −9 src/core/coap/coap.hpp
+14 −2 src/core/common/frame_builder.cpp
+34 −2 src/core/common/frame_builder.hpp
+65 −0 src/core/common/message.hpp
+13 −11 src/core/mac/data_poll_sender.cpp
+19 −15 src/core/mac/mac.cpp
+53 −53 src/core/mac/mac_frame.cpp
+39 −25 src/core/mac/mac_frame.hpp
+2 −2 src/core/meshcop/border_agent.cpp
+0 −8 src/core/meshcop/joiner_router.cpp
+1 −4 src/core/meshcop/joiner_router.hpp
+1 −1 src/core/net/dns_client.cpp
+0 −12 src/core/net/dnssd_server.cpp
+1 −5 src/core/net/dnssd_server.hpp
+0 −12 src/core/net/ip6_mpl.cpp
+2 −6 src/core/net/ip6_mpl.hpp
+4 −0 src/core/net/nd6.cpp
+4 −0 src/core/net/nd6.hpp
+1 −10 src/core/net/sntp_client.hpp
+13 −0 src/core/radio/radio_platform.cpp
+34 −39 src/core/thread/mesh_forwarder.cpp
+1 −7 src/core/thread/mesh_forwarder.hpp
+7 −4 src/core/thread/mesh_forwarder_ftd.cpp
+0 −10 src/core/thread/mle.cpp
+1 −5 src/core/thread/mle.hpp
+10 −0 src/lib/spinel/spinel.h
+1 −1 src/ncp/ncp_base.hpp
+2 −1 src/ncp/ncp_base_dispatcher.cpp
+22 −2 src/ncp/ncp_base_ftd.cpp
+2 −2 src/ncp/platform/infra_if.cpp
+5 −4 src/posix/platform/netif.cpp
+124 −0 tests/scripts/thread-cert/border_router/test_dhcp6pd.py
+41 −0 tests/scripts/thread-cert/node.py
+110 −0 tests/unit/test_dns_client.cpp
+31 −27 tests/unit/test_mac_frame.cpp
+9 −1 tests/unit/test_routing_manager.cpp

0 comments on commit 10916bd

Please sign in to comment.