-
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.
submodule: bump openthread from
aebecca
to 000f5fc
Bumps [openthread](https://github.com/openthread/openthread) from `aebecca` to `000f5fc`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@aebecca...000f5fc) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ae03498
commit bd23e90
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
26 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 | |
+14 −25 | src/core/meshcop/meshcop_tlvs.cpp | |
+1 −2 | src/core/meshcop/meshcop_tlvs.hpp | |
+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 | |
+15 −9 | 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 | |
+0 −1 | src/core/thread/mle_router.hpp | |
+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 |