-
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.
Bumps [openthread](https://github.com/openthread/openthread) from `4db6520` to `7d4a1f8`. - [Commits](openthread/openthread@4db6520...7d4a1f8) --- 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
c187ec4
commit 2418107
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 files
+16 −0 | include/openthread/border_routing.h | |
+1 −1 | include/openthread/instance.h | |
+23 −0 | src/cli/README_BR.md | |
+41 −0 | src/cli/cli_br.cpp | |
+57 −82 | src/cli/cli_network_data.cpp | |
+1 −5 | src/cli/cli_network_data.hpp | |
+5 −0 | src/core/api/border_routing_api.cpp | |
+84 −70 | src/core/border_router/routing_manager.cpp | |
+43 −7 | src/core/border_router/routing_manager.hpp | |
+12 −1 | src/core/net/nd6.hpp | |
+19 −8 | src/core/radio/ble_secure.cpp | |
+4 −4 | src/core/thread/mle_router.cpp | |
+189 −183 | src/core/thread/network_data.cpp | |
+2 −0 | tests/toranj/openthread-core-toranj-config.h | |
+21 −0 | tests/unit/CMakeLists.txt | |
+7 −7 | tests/unit/test_platform.cpp | |
+102 −3 | tests/unit/test_routing_manager.cpp | |
+170 −0 | tests/unit/test_tcat.cpp |