-
Notifications
You must be signed in to change notification settings - Fork 30
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 `84e80c6` to `f6cee79`. - [Commits](openthread/openthread@84e80c6...f6cee79) --- 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
8351b1b
commit aada94e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+27 −1 | include/openthread/border_agent.h | |
+1 −1 | include/openthread/instance.h | |
+28 −0 | src/cli/README.md | |
+21 −0 | src/cli/cli.cpp | |
+4 −7 | src/cli/cli_br.hpp | |
+10 −0 | src/core/api/border_agent_api.cpp | |
+10 −0 | src/core/config/border_agent.h | |
+23 −6 | src/core/meshcop/border_agent.cpp | |
+16 −0 | src/core/meshcop/border_agent.hpp | |
+5 −8 | src/core/net/tcp6.hpp | |
+10 −4 | src/core/thread/mle.cpp | |
+2 −1 | src/core/thread/mle.hpp | |
+14 −18 | src/core/thread/mle_router.cpp | |
+3 −1 | src/core/thread/mle_types.hpp | |
+25 −2 | src/core/thread/router.hpp | |
+3 −6 | src/core/utils/parse_cmdline.cpp | |
+1 −4 | src/ncp/ncp_base.hpp | |
+11 −0 | tests/nexus/test_border_agent.cpp | |
+6 −0 | tests/toranj/cli/cli.py | |
+5 −0 | tests/toranj/cli/test-028-border-agent-ephemeral-key.py | |
+3 −6 | tests/unit/test_message.cpp | |
+1 −4 | tests/unit/test_pool.cpp | |
+2 −0 | tools/cp-caps/README.md | |
+165 −130 | tools/cp-caps/rcp_caps_test.py |