Commit 1307935
1 parent 386bb51 commit 1307935
1 file changed
+1
-1
lines changed- .github/workflows/docker.yml+1-1
- .github/workflows/otns.yml+13-13
- .github/workflows/posix.yml+1
- CMakeLists.txt+3-1
- etc/cmake/options.cmake+2-2
- examples/README.md+1-1
- examples/common-switches.mk+4-2
- include/openthread/dataset.h+28-1
- include/openthread/dns_client.h+19-5
- include/openthread/instance.h+1-1
- include/openthread/mesh_diag.h+10
- include/openthread/netdata.h+66-6
- include/openthread/netdiag.h+2
- include/openthread/platform/radio.h+21
- include/openthread/tcp.h+5-5
- script/cmake-build+4-1
- script/make-pretty+1-1
- src/cli/README.md+27-20
- src/cli/README_DATASET.md+30-2
- src/cli/README_NETDATA.md+87-2
- src/cli/cli.cpp+78-22
- src/cli/cli_dataset.cpp+221-136
- src/cli/cli_dataset.hpp+2-2
- src/cli/cli_network_data.cpp+123-2
- src/cli/cli_network_data.hpp+1
- src/core/BUILD.gn+2
- src/core/api/dataset_api.cpp+29
- src/core/api/netdata_api.cpp+25
- src/core/config/dns_client.h+21
- src/core/config/mac.h+11
- src/core/mac/mac.hpp+3-2
- src/core/mac/mac_frame.hpp+30-8
- src/core/mac/sub_mac.cpp+39
- src/core/net/dns_client.cpp+322-11
- src/core/net/dns_client.hpp+80-6
- src/core/net/srp_server.cpp+6-6
- src/core/openthread-core-config.h+1
- src/core/thread/csl_tx_scheduler.cpp+5
- src/core/thread/mesh_forwarder.cpp+1
- src/core/thread/mle.cpp+41-50
- src/core/thread/mle.hpp+31-1
- src/core/thread/mle_router.cpp+73-111
- src/core/thread/mle_router.hpp+3-2
- src/core/thread/mle_tlvs.cpp+55
- src/core/thread/mle_tlvs.hpp+20-11
- src/core/thread/network_data.cpp+47-3
- src/core/thread/network_data.hpp+13
- src/core/thread/network_data_leader.cpp+9-3
- src/core/thread/network_data_leader.hpp+21
- src/core/thread/network_data_leader_ftd.cpp+98-86
- src/core/thread/network_data_leader_ftd.hpp+57-18
- src/core/thread/network_data_types.cpp+8
- src/core/thread/network_data_types.hpp+24
- src/core/thread/network_diagnostic.cpp+9
- src/core/thread/network_diagnostic_tlvs.hpp+7
- src/core/thread/router_table.cpp+6
- src/core/thread/router_table.hpp+13
- src/core/thread/topology.hpp+5-3
- src/core/thread/version.hpp+4-3
- src/core/utils/mesh_diag.cpp+19-5
- src/core/utils/mesh_diag.hpp+3-2
- src/lib/spinel/radio_spinel_impl.hpp+13-11
- src/lib/spinel/spinel.h+15-7
- src/ncp/ncp_base_radio.cpp+19-12
- src/posix/Makefile-posix+1-1
- tests/fuzz/ot_fuzz_framework.cpp
- tests/fuzz/ot_fuzz_framework.h
- tests/scripts/expect/cli-tcp-tls.exp+4-1
- tests/scripts/expect/cli-tcp.exp+4-1
- tests/scripts/expect/tun-dns-over-tcp-client.exp+46
- tests/scripts/thread-cert/node.py+4-2
- tests/scripts/thread-cert/pktverify/consts.py+4
- tests/scripts/thread-cert/pktverify/layer_fields.py+1-1
- tests/scripts/thread-cert/v1_2_LowPower_7_1_01_SingleProbeLinkMetricsWithEnhancedAcks.py+5-5
- tests/scripts/thread-cert/v1_2_LowPower_7_1_02_SingleProbeLinkMetricsWithoutEnhancedAck.py+388
- tests/scripts/thread-cert/v1_2_LowPower_7_2_01_ForwardTrackingSeries.py+6-6
- tests/toranj/cli/cli.py+7-1
- tests/toranj/cli/test-019-netdata-context-id.py+369
- tests/toranj/start.sh+1
- tools/harness-thci/OpenThread.py+4-1
- tools/otci/otci/otci.py+10-1
0 commit comments