Skip to content

Commit

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

---
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 Feb 12, 2024
1 parent 8d7091b commit 5578523
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
+22 −0 .clang-tidy
+14 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+1 −1 .github/workflows/makefile-check.yml
+1 −1 .github/workflows/otci.yml
+3 −3 .github/workflows/otns.yml
+7 −7 .github/workflows/posix.yml
+9 −9 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+5 −5 .github/workflows/toranj.yml
+4 −4 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+16 −7 CMakeLists.txt
+2 −2 examples/platforms/simulation/CMakeLists.txt
+12 −161 examples/platforms/simulation/openthread-core-simulation-config.h
+4 −1 include/openthread/border_routing.h
+1 −1 include/openthread/instance.h
+22 −11 include/openthread/link.h
+1 −1 include/openthread/platform/radio.h
+10 −0 include/openthread/thread_ftd.h
+5 −35 script/make-pretty
+27 −3 src/cli/README.md
+12 −0 src/cli/README_BR.md
+71 −29 src/cli/cli.cpp
+23 −9 src/core/api/link_api.cpp
+8 −3 src/core/api/thread_ftd_api.cpp
+8 −0 src/core/border_router/infra_if.hpp
+15 −7 src/core/border_router/routing_manager.cpp
+1 −0 src/core/common/time.hpp
+153 −0 src/core/common/trickle_timer.cpp
+42 −1 src/core/common/trickle_timer.hpp
+2 −2 src/core/mac/data_poll_sender.cpp
+10 −0 src/core/mac/mac.cpp
+15 −3 src/core/mac/mac.hpp
+2 −0 src/core/mac/mac_frame.cpp
+1 −1 src/core/mac/sub_mac.hpp
+3 −2 src/core/net/ip6_mpl.cpp
+33 −31 src/core/net/srp_server.cpp
+21 −23 src/core/net/srp_server.hpp
+13 −0 src/core/openthread-core-config.h
+36 −58 src/core/thread/mle.cpp
+364 −1,132 src/core/thread/mle.hpp
+65 −42 src/core/thread/mle_router.cpp
+36 −7 src/core/thread/mle_router.hpp
+32 −0 src/core/thread/mle_types.cpp
+100 −12 src/core/thread/mle_types.hpp
+7 −0 src/core/thread/neighbor_table.cpp
+4 −2 src/core/thread/router_table.cpp
+5 −3 src/core/thread/router_table.hpp
+0 −11 src/core/thread/topology.cpp
+7 −23 src/core/thread/topology.hpp
+5 −2 src/lib/spinel/spinel.h
+8 −8 src/ncp/ncp_base_mtd.cpp
+2 −2 src/posix/platform/CMakeLists.txt
+5 −170 src/posix/platform/openthread-core-posix-config.h
+1 −1 tests/scripts/expect/cli-discover.exp
+1 −1 tests/scripts/thread-cert/pktverify/consts.py
+1 −1 tests/scripts/thread-cert/v1_2_test_single_probe.py
+14 −14 tests/toranj/build.sh
+6 −0 tests/toranj/cli/cli.py
+162 −0 tests/toranj/cli/test-024-mle-adv-imax-change.py
+2 −0 tests/toranj/openthread-core-toranj-config-simulation.h
+1 −0 tests/toranj/start.sh
+21 −0 tests/unit/CMakeLists.txt
+118 −0 tests/unit/test_srp_server.cpp
+516 −0 tests/unit/test_trickle_timer.cpp
+14 −14 third_party/tcplp/tcplp.h
+1 −4 tools/harness-thci/OpenThread.py
+2 −2 tools/otci/otci/otci.py
+1 −1 tools/otci/tests/test_otci.py

0 comments on commit 5578523

Please sign in to comment.