-
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 `aebecca` to `be79db7`. - [Commits](openthread/openthread@aebecca...be79db7) --- 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
39124fb
commit 3b2948a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
23 files
+101 −21 | src/core/border_router/routing_manager.cpp | |
+16 −4 | src/core/border_router/routing_manager.hpp | |
+42 −72 | src/core/common/tlvs.cpp | |
+61 −23 | src/core/common/tlvs.hpp | |
+17 −0 | src/core/config/border_routing.h | |
+74 −53 | src/core/net/ip6.cpp | |
+1 −0 | src/core/net/ip6.hpp | |
+4 −5 | src/core/net/ip6_headers.cpp | |
+5 −6 | src/core/net/ip6_headers.hpp | |
+3 −3 | src/core/net/ip6_mpl.cpp | |
+6 −6 | src/core/net/ip6_mpl.hpp | |
+11 −23 | src/core/thread/discover_scanner.cpp | |
+53 −77 | src/core/thread/link_metrics.cpp | |
+1 −1 | src/core/thread/link_metrics.hpp | |
+5 −4 | src/core/thread/lowpan.cpp | |
+14 −8 | src/core/thread/mesh_forwarder.cpp | |
+5 −0 | src/core/thread/mesh_forwarder.hpp | |
+2 −3 | src/core/thread/mesh_forwarder_ftd.cpp | |
+5 −10 | src/core/thread/mle_router.cpp | |
+2 −1 | src/lib/spinel/logger.cpp | |
+31 −0 | src/lib/spinel/openthread-spinel-config.h | |
+0 −68 | src/lib/spinel/spinel-config.h | |
+1 −1 | src/lib/spinel/spinel_interface.hpp |