Skip to content

Commit

Permalink
Bump third_party/openthread/repo from eaa6261 to 786bd7f (#29683)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `eaa6261` to `786bd7f`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@eaa6261...786bd7f)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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 and pull[bot] committed Oct 13, 2023
1 parent b2c1bd1 commit 2368284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 73 files
+31 −31 .github/workflows/build.yml
+2 −2 .github/workflows/codeql.yml
+2 −2 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+2 −2 .github/workflows/makefile-check.yml
+3 −3 .github/workflows/otbr.yml
+2 −2 .github/workflows/otci.yml
+7 −7 .github/workflows/otns.yml
+13 −13 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+17 −17 .github/workflows/simulation-1.1.yml
+13 −13 .github/workflows/simulation-1.2.yml
+2 −2 .github/workflows/size.yml
+9 −9 .github/workflows/toranj.yml
+7 −7 .github/workflows/unit.yml
+2 −2 .github/workflows/version.yml
+10 −7 include/openthread/coap.h
+0 −2 include/openthread/crypto.h
+1 −1 include/openthread/instance.h
+2 −0 include/openthread/ip6.h
+1 −6 include/openthread/joiner.h
+50 −0 include/openthread/message.h
+2 −2 include/openthread/nat64.h
+1 −1 include/openthread/netdata_publisher.h
+1 −1 include/openthread/thread_ftd.h
+3 −2 include/openthread/udp.h
+1 −1 src/core/api/backbone_router_ftd_api.cpp
+21 −4 src/core/api/coap_api.cpp
+8 −2 src/core/api/ip6_api.cpp
+17 −0 src/core/api/message_api.cpp
+1 −1 src/core/api/thread_ftd_api.cpp
+14 −2 src/core/api/udp_api.cpp
+42 −17 src/core/backbone_router/bbr_local.cpp
+17 −4 src/core/backbone_router/bbr_local.hpp
+8 −2 src/core/border_router/routing_manager.cpp
+2 −2 src/core/border_router/routing_manager.hpp
+1 −1 src/core/coap/coap.hpp
+4 −0 src/core/common/message.cpp
+88 −10 src/core/common/message.hpp
+7 −0 src/core/common/time_ticker.cpp
+1 −0 src/core/common/time_ticker.hpp
+11 −0 src/core/config/border_routing.h
+12 −8 src/core/crypto/crypto_platform.cpp
+1 −1 src/core/mac/mac_frame.hpp
+2 −2 src/core/meshcop/dataset.hpp
+40 −29 src/core/net/ip6.cpp
+8 −29 src/core/net/ip6.hpp
+4 −0 src/core/net/ip6_mpl.cpp
+1 −1 src/core/net/nat64_translator.cpp
+19 −0 src/core/net/nd6.cpp
+11 −0 src/core/net/nd6.hpp
+2 −8 src/core/radio/trel_interface.cpp
+1 −1 src/core/thread/dua_manager.cpp
+10 −16 src/core/thread/mesh_forwarder.cpp
+1 −1 src/core/thread/mesh_forwarder.hpp
+12 −1 src/core/thread/mesh_forwarder_ftd.cpp
+70 −25 src/core/thread/mle.cpp
+12 −6 src/core/thread/mle.hpp
+42 −73 src/core/thread/mle_router.cpp
+37 −22 src/core/thread/mle_router.hpp
+9 −0 src/core/thread/neighbor_table.cpp
+11 −0 src/core/thread/neighbor_table.hpp
+1 −1 src/core/thread/network_data_notifier.cpp
+1 −1 src/core/thread/network_diagnostic_tlvs.hpp
+1 −1 src/core/thread/router_table.hpp
+2 −2 src/core/utils/mesh_diag.hpp
+2 −0 src/posix/platform/netif.cpp
+27 −1 tests/scripts/thread-cert/border_router/test_firewall.py
+1 −0 tests/scripts/thread-cert/config.py
+0 −0 tests/scripts/thread-cert/pktverify/verify.py
+27 −0 tests/unit/test_message.cpp
+20 −0 tests/unit/test_routing_manager.cpp
+6 −0 third_party/mbedtls/mbedtls-config.h

0 comments on commit 2368284

Please sign in to comment.