Skip to content

Commit

Permalink
submodule: bump openthread from 8a8a4d8 to 54afce9 (#826)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `8a8a4d8` to `54afce9`.
- [Commits](openthread/openthread@8a8a4d8...54afce9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 5802e52 commit 48e8579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 53 files
+1 −1 .github/workflows/otbr.yml
+1 −1 .github/workflows/posix.yml
+1 −1 .github/workflows/simulation-1.1.yml
+1 −1 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+1 −0 include/openthread/border_routing.h
+1 −1 include/openthread/instance.h
+3 −1 src/cli/README_BR.md
+6 −2 src/cli/cli_br.cpp
+14 −2 src/core/api/thread_api.cpp
+1 −0 src/core/border_router/routing_manager.cpp
+4 −4 src/core/coap/coap.cpp
+5 −2 src/core/coap/coap.hpp
+2 −2 src/core/meshcop/border_agent.cpp
+5 −5 src/core/meshcop/commissioner.cpp
+2 −2 src/core/meshcop/dataset_manager.cpp
+1 −1 src/core/meshcop/dataset_manager_ftd.cpp
+2 −7 src/core/meshcop/joiner_router.cpp
+3 −3 src/core/meshcop/joiner_router.hpp
+2 −7 src/core/meshcop/secure_transport.cpp
+3 −3 src/core/meshcop/secure_transport.hpp
+2 −7 src/core/net/dhcp6_client.cpp
+3 −3 src/core/net/dhcp6_client.hpp
+2 −7 src/core/net/dhcp6_server.cpp
+5 −6 src/core/net/dhcp6_server.hpp
+4 −5 src/core/net/dns_client.cpp
+4 −3 src/core/net/dns_client.hpp
+2 −7 src/core/net/dnssd_server.cpp
+6 −7 src/core/net/dnssd_server.hpp
+2 −2 src/core/net/nd_agent.cpp
+2 −7 src/core/net/sntp_client.cpp
+4 −6 src/core/net/sntp_client.hpp
+4 −4 src/core/net/srp_client.cpp
+4 −3 src/core/net/srp_client.hpp
+2 −7 src/core/net/srp_server.cpp
+2 −2 src/core/net/srp_server.hpp
+14 −3 src/core/net/udp6.cpp
+37 −6 src/core/net/udp6.hpp
+1 −1 src/core/thread/address_resolver.cpp
+0 −12 src/core/thread/child_supervision.hpp
+1 −1 src/core/thread/dua_manager.cpp
+1 −2 src/core/thread/mesh_forwarder_ftd.cpp
+9 −34 src/core/thread/mle.cpp
+18 −47 src/core/thread/mle.hpp
+3 −3 src/core/thread/mle_router.cpp
+1 −1 src/core/thread/mlr_manager.cpp
+1 −1 src/core/thread/network_data_notifier.cpp
+3 −2 src/core/thread/network_data_service.cpp
+5 −6 src/core/thread/tmf.cpp
+3 −9 src/core/thread/tmf.hpp
+2 −4 src/core/utils/mesh_diag.cpp
+2 −2 tests/unit/test_srp_server.cpp

0 comments on commit 48e8579

Please sign in to comment.