-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `33574ad` to `f0b6fce`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@33574ad...f0b6fce) --- updated-dependencies: - dependency-name: third_party/openthread/repo 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
5158278
commit 5046995
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
22 files
+1 −1 | include/openthread/instance.h | |
+83 −136 | include/openthread/netdiag.h | |
+47 −10 | src/cli/cli.cpp | |
+4 −4 | src/cli/cli.hpp | |
+5 −4 | src/cli/cli_coap.cpp | |
+3 −3 | src/cli/cli_dns.cpp | |
+4 −4 | src/cli/cli_ping.cpp | |
+11 −16 | src/cli/cli_srp_client.cpp | |
+6 −7 | src/cli/cli_srp_server.cpp | |
+11 −10 | src/cli/cli_tcat.cpp | |
+4 −0 | src/cli/cli_tcat.hpp | |
+56 −23 | src/cli/cli_tcp.cpp | |
+12 −13 | src/cli/cli_udp.cpp | |
+10 −0 | src/core/api/netdiag_api.cpp | |
+10 −0 | src/core/config/ip6.h | |
+10 −0 | src/core/config/network_diagnostic.h | |
+13 −0 | src/core/net/ip6.cpp | |
+16 −0 | src/core/thread/network_diagnostic.cpp | |
+22 −0 | src/core/thread/network_diagnostic.hpp | |
+13 −0 | src/core/thread/network_diagnostic_tlvs.hpp | |
+6 −0 | tests/toranj/cli/cli.py | |
+16 −2 | tests/toranj/cli/test-020-net-diag-vendor-info.py |