-
Notifications
You must be signed in to change notification settings - Fork 59
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 `a0718d9` to `d48799d`. - [Commits](openthread/openthread@a0718d9...d48799d) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fc4330f
commit 8cc59c3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
17 files
+1 −0 | Android.mk | |
+1 −1 | include/openthread/instance.h | |
+2 −2 | include/openthread/tcp.h | |
+2 −0 | src/core/BUILD.gn | |
+1 −0 | src/core/CMakeLists.txt | |
+2 −0 | src/core/Makefile.am | |
+11 −3 | src/core/meshcop/border_agent.cpp | |
+5 −1 | src/core/net/tcp6.cpp | |
+0 −47 | src/core/thread/link_metrics.cpp | |
+0 −151 | src/core/thread/link_metrics.hpp | |
+1 −422 | src/core/thread/link_metrics_tlvs.hpp | |
+162 −0 | src/core/thread/link_metrics_types.cpp | |
+573 −0 | src/core/thread/link_metrics_types.hpp | |
+67 −2 | third_party/tcplp/lib/bitmap.c | |
+5 −0 | third_party/tcplp/lib/bitmap.h | |
+133 −36 | third_party/tcplp/lib/cbuf.c | |
+15 −4 | third_party/tcplp/lib/cbuf.h |