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 64 files
+4 −4 src/cli/cli_ba.cpp
+8 −0 tests/nexus/CMakeLists.txt
+22 −1 tests/nexus/platform/nexus_node.cpp
+5 −0 tests/nexus/platform/nexus_node.hpp
+8 −0 tests/nexus/run_nexus_tests.sh
+2 −25 tests/nexus/test_5_2_5.cpp
+305 −0 tests/nexus/test_5_3_10.cpp
+195 −0 tests/nexus/test_5_3_11.cpp
+3 −34 tests/nexus/test_5_3_8.cpp
+5 −28 tests/nexus/test_5_3_9.cpp
+220 −0 tests/nexus/test_5_5_1.cpp
+397 −0 tests/nexus/test_5_5_2.cpp
+391 −0 tests/nexus/test_5_5_3.cpp
+232 −0 tests/nexus/test_5_5_4_1.cpp
+279 −0 tests/nexus/test_5_5_4_2.cpp
+278 −0 tests/nexus/test_5_5_5.cpp
+0 −1 tests/nexus/verify_5_1_1.py
+0 −2 tests/nexus/verify_5_1_5.py
+0 −1 tests/nexus/verify_5_1_6.py
+2 −4 tests/nexus/verify_5_2_3.py
+3 −3 tests/nexus/verify_5_2_4.py
+0 −1 tests/nexus/verify_5_2_6.py
+219 −0 tests/nexus/verify_5_3_10.py
+149 −0 tests/nexus/verify_5_3_11.py
+5 −4 tests/nexus/verify_5_3_3.py
+2 −1 tests/nexus/verify_5_3_7.py
+1 −1 tests/nexus/verify_5_3_8.py
+208 −0 tests/nexus/verify_5_5_1.py
+431 −0 tests/nexus/verify_5_5_2.py
+314 −0 tests/nexus/verify_5_5_3.py
+146 −0 tests/nexus/verify_5_5_4_1.py
+253 −0 tests/nexus/verify_5_5_4_2.py
+214 −0 tests/nexus/verify_5_5_5.py
+0 −318 tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
+0 −183 tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
+0 −241 tests/scripts/thread-cert/Cert_5_1_03_RouterAddressReallocation.py
+0 −269 tests/scripts/thread-cert/Cert_5_1_04_RouterAddressReallocation.py
+0 −314 tests/scripts/thread-cert/Cert_5_1_05_RouterAddressTimeout.py
+0 −199 tests/scripts/thread-cert/Cert_5_1_06_RemoveRouterId.py
+0 −279 tests/scripts/thread-cert/Cert_5_1_07_MaxChildCount.py
+0 −220 tests/scripts/thread-cert/Cert_5_1_08_RouterAttachConnectivity.py
+0 −274 tests/scripts/thread-cert/Cert_5_1_09_REEDAttachConnectivity.py
+0 −214 tests/scripts/thread-cert/Cert_5_1_10_RouterAttachLinkQuality.py
+0 −213 tests/scripts/thread-cert/Cert_5_1_11_REEDAttachLinkQuality.py
+0 −208 tests/scripts/thread-cert/Cert_5_1_12_NewRouterNeighborSync.py
+0 −206 tests/scripts/thread-cert/Cert_5_1_13_RouterReset.py
+0 −305 tests/scripts/thread-cert/Cert_5_2_01_REEDAttach.py
+0 −428 tests/scripts/thread-cert/Cert_5_2_03_LeaderReject2Hops.py
+0 −386 tests/scripts/thread-cert/Cert_5_2_04_REEDUpgrade.py
+0 −370 tests/scripts/thread-cert/Cert_5_2_05_AddressQuery.py
+0 −327 tests/scripts/thread-cert/Cert_5_2_06_RouterDowngrade.py
+0 −263 tests/scripts/thread-cert/Cert_5_2_07_REEDSynchronization.py
+0 −201 tests/scripts/thread-cert/Cert_5_3_01_LinkLocal.py
+0 −295 tests/scripts/thread-cert/Cert_5_3_02_RealmLocal.py
+0 −352 tests/scripts/thread-cert/Cert_5_3_03_AddressQuery.py
+0 −256 tests/scripts/thread-cert/Cert_5_3_04_AddressMapCache.py
+0 −243 tests/scripts/thread-cert/Cert_5_3_05_RoutingLinkQuality.py
+0 −229 tests/scripts/thread-cert/Cert_5_3_06_RouterIdMask.py
+0 −218 tests/scripts/thread-cert/Cert_5_3_07_DuplicateAddress.py
+0 −222 tests/scripts/thread-cert/Cert_5_3_08_ChildAddressSet.py
+0 −328 tests/scripts/thread-cert/Cert_5_3_09_AddressQuery.py
+0 −335 tests/scripts/thread-cert/Cert_5_3_10_AddressQuery.py
+0 −199 tests/scripts/thread-cert/Cert_5_3_11_AddressQueryTimeoutIntervals.py
+4 −0 tests/scripts/thread-cert/pktverify/packet_filter.py
Loading