-
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 `1c7abb6` to `0e1c9a7`. - [Commits](openthread/openthread@1c7abb6...0e1c9a7) --- 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
6ea72c6
commit 4db92af
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 | |
+2 −2 | src/core/mac/mac.cpp | |
+23 −0 | src/core/meshcop/border_agent.cpp | |
+16 −0 | src/core/meshcop/border_agent.hpp | |
+5 −8 | src/core/net/tcp6.hpp | |
+5 −4 | src/core/thread/link_quality.cpp | |
+22 −6 | src/core/thread/link_quality.hpp | |
+1 −4 | src/core/thread/mle.cpp | |
+1 −1 | src/core/thread/neighbor.hpp | |
+2 −3 | 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 | |
+1 −1 | tests/unit/test_link_quality.cpp | |
+3 −6 | tests/unit/test_message.cpp | |
+1 −4 | tests/unit/test_pool.cpp |