-
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 `cc8f66c` to `e10a925`. - [Commits](openthread/openthread@cc8f66c...e10a925) --- 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
502dd20
commit 99959ae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
25 files
+1 −1 | include/openthread/instance.h | |
+1 −1 | include/openthread/srp_client.h | |
+1 −9 | src/core/api/thread_ftd_api.cpp | |
+142 −205 | src/core/border_router/routing_manager.cpp | |
+39 −29 | src/core/border_router/routing_manager.hpp | |
+18 −0 | src/core/common/tlvs.cpp | |
+15 −0 | src/core/common/tlvs.hpp | |
+1 −1 | src/core/meshcop/meshcop_tlvs.hpp | |
+12 −2 | src/core/net/dns_client.cpp | |
+12 −5 | src/core/net/dnssd_server.cpp | |
+4 −3 | src/core/net/dnssd_server.hpp | |
+68 −71 | src/core/thread/child.cpp | |
+74 −183 | src/core/thread/child.hpp | |
+12 −8 | src/core/thread/discover_scanner.cpp | |
+26 −1 | src/core/thread/link_metrics.cpp | |
+5 −6 | src/core/thread/mle.cpp | |
+21 −10 | src/core/thread/mle_router.cpp | |
+54 −22 | src/core/thread/mlr_manager.cpp | |
+13 −4 | src/core/thread/network_diagnostic.cpp | |
+12 −0 | src/posix/platform/README_RCP_CAPS_DIAG.md | |
+73 −0 | src/posix/platform/rcp_caps_diag.cpp | |
+6 −0 | src/posix/platform/rcp_caps_diag.hpp | |
+2 −2 | src/posix/platform/spi_interface.cpp | |
+5 −92 | tests/unit/test_child.cpp | |
+45 −3 | tests/unit/test_dns_client.cpp |