Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 34 files
+1 −1 .github/workflows/build.yml
+0 −1 etc/cmake/options.cmake
+0 −75 include/openthread/backbone_router_ftd.h
+1 −1 include/openthread/instance.h
+0 −18 include/openthread/thread.h
+0 −8 script/check-simulation-build-cmake
+0 −14 src/cli/cli.cpp
+0 −49 src/cli/cli_bbr.cpp
+0 −2 src/core/BUILD.gn
+0 −1 src/core/CMakeLists.txt
+0 −28 src/core/api/backbone_router_ftd_api.cpp
+0 −11 src/core/api/thread_ftd_api.cpp
+0 −5 src/core/backbone_router/backbone_tmf.cpp
+0 −3 src/core/backbone_router/bbr_leader.cpp
+2 −413 src/core/backbone_router/bbr_manager.cpp
+2 −103 src/core/backbone_router/bbr_manager.hpp
+0 −350 src/core/backbone_router/ndproxy_table.cpp
+0 −308 src/core/backbone_router/ndproxy_table.hpp
+2 −30 src/core/config/backbone_router.h
+0 −7 src/core/instance/instance.hpp
+0 −6 src/core/net/ip6.cpp
+0 −22 src/core/thread/address_resolver.cpp
+0 −3 src/core/thread/tmf.cpp
+0 −2 src/core/thread/uri_paths.cpp
+0 −4 src/core/thread/uri_paths.hpp
+30 −1 tests/nexus/build.sh
+0 −172 tests/scripts/thread-cert/backbone/bbr_5_11_01.py
+0 −312 tests/scripts/thread-cert/backbone/test_dua_dad.py
+0 −249 tests/scripts/thread-cert/backbone/test_dua_routing.py
+0 −275 tests/scripts/thread-cert/backbone/test_dua_routing_med.py
+0 −257 tests/scripts/thread-cert/backbone/test_mlr_multicast_routing_across_thread_pans.py
+0 −222 tests/scripts/thread-cert/backbone/test_ndproxy.py
+0 −1 tests/unit/CMakeLists.txt
+0 −115 tests/unit/test_ndproxy_table.cpp
Loading