Skip to content

Commit

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

---
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 Feb 26, 2024
1 parent 8d30071 commit 3ab8620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 50 files
+3 −3 .github/workflows/otns.yml
+1 −1 include/openthread/instance.h
+83 −136 include/openthread/netdiag.h
+7 −2 src/cli/README_COAPS.md
+47 −10 src/cli/cli.cpp
+4 −4 src/cli/cli.hpp
+5 −4 src/cli/cli_coap.cpp
+265 −0 src/cli/cli_coap_secure.cpp
+3 −3 src/cli/cli_dns.cpp
+4 −4 src/cli/cli_ping.cpp
+11 −16 src/cli/cli_srp_client.cpp
+6 −7 src/cli/cli_srp_server.cpp
+11 −10 src/cli/cli_tcat.cpp
+4 −0 src/cli/cli_tcat.hpp
+56 −23 src/cli/cli_tcp.cpp
+12 −13 src/cli/cli_udp.cpp
+10 −0 src/core/api/netdiag_api.cpp
+2 −1 src/core/backbone_router/bbr_manager.cpp
+24 −0 src/core/config/ip6.h
+10 −0 src/core/config/network_diagnostic.h
+1 −1 src/core/crypto/mbedtls.cpp
+3 −1 src/core/instance/instance.cpp
+4 −1 src/core/instance/instance.hpp
+6 −0 src/core/mac/mac.cpp
+13 −0 src/core/net/ip6.cpp
+4 −3 src/core/radio/radio.hpp
+2 −2 src/core/radio/radio_platform.cpp
+1 −0 src/core/thread/child_table.cpp
+2 −1 src/core/thread/link_quality.cpp
+18 −2 src/core/thread/mle_router.cpp
+12 −0 src/core/thread/network_data.cpp
+12 −0 src/core/thread/network_data.hpp
+16 −0 src/core/thread/network_data_leader.cpp
+16 −0 src/core/thread/network_diagnostic.cpp
+22 −0 src/core/thread/network_diagnostic.hpp
+13 −0 src/core/thread/network_diagnostic_tlvs.hpp
+163 −32 src/core/utils/slaac_address.cpp
+68 −7 src/core/utils/slaac_address.hpp
+1 −1 tests/scripts/thread-cert/Cert_5_6_06_NetworkDataExpiration.py
+1 −1 tests/scripts/thread-cert/border_router/test_multi_border_routers.py
+1 −1 tests/scripts/thread-cert/border_router/test_single_border_router.py
+4 −7 tests/scripts/thread-cert/test_srp_auto_host_address.py
+8 −2 tests/toranj/cli/cli.py
+16 −2 tests/toranj/cli/test-020-net-diag-vendor-info.py
+381 −0 tests/toranj/cli/test-027-slaac-address.py
+6 −0 tests/toranj/openthread-core-toranj-config.h
+2 −1 tests/toranj/start.sh
+1 −1 tools/harness-simulation/harness/requirements.txt
+71 −0 tools/tcat_ble_client/tlv/tlv.py
+63 −0 tools/tcat_ble_client/utils/__init__.py

0 comments on commit 3ab8620

Please sign in to comment.