-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
aba7aed
to `b73114…
…c` (#2386) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `aba7aed` to `b73114c`. - [Commits](openthread/openthread@aba7aed...b73114c) --- 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
1 parent
9c5d254
commit ffb879a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
18 files
+12 −12 | .github/workflows/otbr.yml | |
+1 −1 | include/openthread/instance.h | |
+14 −3 | include/openthread/thread_ftd.h | |
+35 −2 | src/cli/README.md | |
+1 −1 | src/core/api/thread_ftd_api.cpp | |
+32 −10 | src/core/net/srp_client.cpp | |
+1 −1 | src/core/thread/mle.cpp | |
+6 −1 | src/core/thread/mle_router.cpp | |
+12 −4 | src/core/thread/mle_router.hpp | |
+3 −3 | src/lib/spinel/multi_frame_buffer.hpp | |
+14 −5 | src/lib/spinel/radio_spinel.cpp | |
+5 −1 | src/lib/spinel/radio_spinel.hpp | |
+3 −3 | src/lib/spinel/spi_frame.hpp | |
+8 −3 | src/posix/platform/radio.cpp | |
+81 −10 | tests/scripts/thread-cert/test_srp_auto_host_address.py | |
+6 −0 | tests/toranj/cli/cli.py | |
+120 −0 | tests/toranj/cli/test-032-leader-take-over.py | |
+2 −1 | tests/toranj/start.sh |