-
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 `e5aaa57` to `62cac82`. - [Commits](openthread/openthread@e5aaa57...62cac82) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
59f89a2
commit 6714691
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+1 −1 | .github/workflows/otbr.yml | |
+1 −1 | .github/workflows/posix.yml | |
+1 −1 | .github/workflows/simulation-1.1.yml | |
+1 −1 | .github/workflows/simulation-1.4.yml | |
+1 −1 | .github/workflows/toranj.yml | |
+1 −1 | .github/workflows/unit.yml | |
+116 −118 | include/openthread/border_agent.h | |
+1 −1 | include/openthread/instance.h | |
+78 −57 | src/cli/README.md | |
+65 −79 | src/cli/cli.cpp | |
+27 −37 | src/core/api/border_agent_api.cpp | |
+1 −1 | src/core/config/border_agent.h | |
+7 −0 | src/core/instance/instance.hpp | |
+248 −163 | src/core/meshcop/border_agent.cpp | |
+156 −135 | src/core/meshcop/border_agent.hpp | |
+23 −18 | src/core/net/mdns.cpp | |
+15 −12 | src/core/net/mdns.hpp | |
+241 −57 | tests/nexus/test_border_agent.cpp | |
+0 −6 | tests/scripts/expect/cli-misc.exp | |
+0 −123 | tests/scripts/thread-cert/border_router/test_ephemeral_key_counters.py | |
+4 −4 | tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py | |
+1 −11 | tests/scripts/thread-cert/node.py | |
+10 −10 | tests/toranj/cli/cli.py | |
+9 −30 | tests/toranj/cli/test-028-border-agent-ephemeral-key.py |