Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump third_party/openthread/repo from 7f4c7fc to e958f88 #28400

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump third_party/openthread/repo from 7f4c7fc to e958f88
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>
dependabot[bot] authored Jul 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3a687cea46c6ca3e1dc90efdd9a4d7824a6baf29
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