-
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 `7252cad` to `a0ba929`. - [Commits](openthread/openthread@7252cad...a0ba929) --- 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
44f039e
commit 4d2445a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 files
+1 −1 | include/openthread/instance.h | |
+1 −1 | include/openthread/srp_client.h | |
+2 −2 | src/core/api/thread_api.cpp | |
+18 −0 | src/core/common/tlvs.cpp | |
+15 −0 | src/core/common/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 | |
+7 −5 | src/core/thread/address_resolver.cpp | |
+1 −1 | src/core/thread/child_table.cpp | |
+11 −2 | src/core/thread/discover_scanner.cpp | |
+26 −1 | src/core/thread/link_metrics.cpp | |
+10 −11 | src/core/thread/mesh_forwarder_ftd.cpp | |
+2 −2 | src/core/thread/mle.cpp | |
+36 −0 | src/core/thread/mle.hpp | |
+12 −3 | src/core/thread/mle_router.cpp | |
+12 −0 | src/core/thread/mle_types.hpp | |
+1 −1 | src/core/thread/network_data_leader.cpp | |
+1 −1 | src/core/thread/network_data_notifier.cpp | |
+16 −16 | src/core/thread/router_table.cpp | |
+2 −2 | src/core/utils/mesh_diag.cpp | |
+45 −3 | tests/unit/test_dns_client.cpp |