Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Jan 8, 2024
1 parent 3b742d1 commit 1538909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 40 files
+3 −3 .github/workflows/otns.yml
+10 −2 examples/apps/cli/main.c
+66 −11 examples/platforms/simulation/radio.c
+46 −0 include/openthread/history_tracker.h
+1 −1 include/openthread/instance.h
+1 −1 include/openthread/tcp_ext.h
+21 −12 include/openthread/trel.h
+1 −1 script/bootstrap
+7 −0 script/check-posix-build-cmake
+79 −1 src/cli/README_HISTORY.md
+2 −9 src/cli/cli.cpp
+1 −1 src/cli/cli_coap.cpp
+1 −1 src/cli/cli_coap_secure.cpp
+87 −1 src/cli/cli_history.cpp
+1 −2 src/core/api/backbone_router_ftd_api.cpp
+9 −0 src/core/api/history_tracker_api.cpp
+5 −0 src/core/api/trel_api.cpp
+1 −1 src/core/common/message.cpp
+12 −0 src/core/config/history_tracker.h
+2 −2 src/core/crypto/crypto_platform.cpp
+1 −2 src/core/diags/factory_diags.cpp
+1 −1 src/core/net/udp6.hpp
+12 −0 src/core/radio/trel_interface.cpp
+7 −0 src/core/radio/trel_interface.hpp
+1 −2 src/core/thread/mlr_manager.cpp
+190 −171 src/core/thread/network_diagnostic.cpp
+44 −47 src/core/thread/network_diagnostic.hpp
+21 −21 src/core/thread/network_diagnostic_tlvs.hpp
+5 −1 src/core/thread/router_table.cpp
+1 −1 src/core/thread/router_table.hpp
+74 −0 src/core/utils/history_tracker.cpp
+42 −0 src/core/utils/history_tracker.hpp
+1 −1 src/lib/spinel/radio_spinel_impl.hpp
+1 −1 src/posix/platform/infra_if.cpp
+56 −2 src/posix/platform/netif.cpp
+12 −0 tests/toranj/cli/cli.py
+2 −0 tests/unit/test_srp_server.cpp
+13 −2 tools/harness-simulation/harness/Thread_Harness/Sniffer/SimSniffer.py
+10 −1 tools/harness-simulation/posix/sniffer_sim/proto/sniffer.proto
+51 −16 tools/harness-simulation/posix/sniffer_sim/sniffer.py

0 comments on commit 1538909

Please sign in to comment.