-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `0fb1c22` to `c13fcc6`. - [Commits](openthread/openthread@0fb1c22...c13fcc6) --- updated-dependencies: - dependency-name: openthread 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
0b55873
commit a513869
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | include/openthread/thread.h | |
+1 −0 | src/cli/README.md | |
+2 −0 | src/cli/cli.cpp | |
+13 −0 | src/core/common/callback.hpp | |
+10 −34 | src/core/common/notifier.cpp | |
+22 −16 | src/core/common/notifier.hpp | |
+62 −11 | src/core/config/parent_search.h | |
+75 −74 | src/core/meshcop/secure_transport.cpp | |
+43 −29 | src/core/meshcop/secure_transport.hpp | |
+2 −2 | src/core/thread/child_supervision.cpp | |
+219 −82 | src/core/thread/mle.cpp | |
+54 −37 | src/core/thread/mle.hpp | |
+23 −10 | src/core/thread/mle_router.cpp | |
+5 −13 | src/core/thread/mle_router.hpp | |
+40 −0 | src/core/thread/router.hpp | |
+15 −0 | tests/toranj/cli/cli.py | |
+172 −0 | tests/toranj/cli/test-034-fed-parent-search.py | |
+4 −0 | tests/toranj/openthread-core-toranj-config.h | |
+1 −0 | tests/toranj/start.sh |