File tree
5 files changed
+5
-5
lines changed- .github/workflows
- third_party
- imgui
- nanopb
- openthread
5 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
- .github/workflows/codeql.yml+2-2
- .github/workflows/otbr.yml+2
- .github/workflows/posix.yml+3-1
- .github/workflows/scorecards.yml+1-1
- .github/workflows/simulation-1.1.yml+2
- .github/workflows/simulation-1.2.yml+2
- .github/workflows/toranj.yml+2
- .github/workflows/unit.yml+2
- include/openthread/instance.h+1-1
- include/openthread/netdiag.h+30-27
- src/cli/cli.cpp+21-13
- src/cli/cli_coap.cpp+13-13
- src/cli/cli_coap_secure.cpp+5-5
- src/cli/cli_commissioner.cpp+230-2
- src/cli/cli_dataset.cpp+5-5
- src/cli/cli_dns.cpp+1-1
- src/cli/cli_joiner.cpp+1-1
- src/cli/cli_link_metrics.cpp+3-3
- src/cli/cli_output.hpp+16
- src/cli/cli_ping.cpp+1-1
- src/cli/cli_tcp.cpp+2-2
- src/cli/cli_udp.cpp+2-2
- src/core/border_router/routing_manager.cpp+1-1
- src/core/common/clearable.hpp+18-1
- src/core/common/message.cpp+1-1
- src/core/common/settings.hpp+2-2
- src/core/diags/factory_diags.hpp+2-3
- src/core/mac/mac.cpp+2-2
- src/core/mac/mac.hpp+2-1
- src/core/mac/mac_frame.cpp+2-2
- src/core/meshcop/commissioner.cpp+2-2
- src/core/meshcop/dataset.cpp+1-1
- src/core/meshcop/dataset_local.cpp+1-1
- src/core/meshcop/joiner.cpp+1-1
- src/core/meshcop/meshcop.cpp+3-2
- src/core/meshcop/secure_transport.cpp+9-8
- src/core/net/dhcp6_client.cpp+1-1
- src/core/net/dhcp6_server.cpp+1-1
- src/core/net/dns_client.cpp+2-2
- src/core/net/ip6.cpp+2-1
- src/core/net/ip6.hpp+1-1
- src/core/net/ip6_mpl.cpp+1-1
- src/core/net/tcp6.cpp+7-7
- src/core/radio/trel_interface.hpp+2-2
- src/core/radio/trel_link.cpp+3-3
- src/core/thread/child.cpp+2-2
- src/core/thread/discover_scanner.cpp+1-1
- src/core/thread/key_manager.cpp+2-2
- src/core/thread/mesh_forwarder.hpp+1-1
- src/core/thread/mle.cpp+2-2
- src/core/thread/mle_tlvs.cpp+2-1
- src/core/thread/mle_types.hpp+1-7
- src/core/thread/network_data_publisher.cpp+20-1
- src/core/thread/network_diagnostic.cpp+14-1
- src/core/thread/network_diagnostic_tlvs.hpp+7
- src/core/thread/radio_selector.cpp+1-1
- src/core/thread/router.cpp+2-2
- src/core/thread/router_table.hpp+1-2
- src/core/utils/channel_monitor.cpp+2-2
- src/core/utils/history_tracker.cpp+1-1
- src/core/utils/slaac_address.cpp+1-1
- src/lib/spinel/radio_spinel.cpp+20
- src/lib/spinel/radio_spinel.hpp+23
- src/ncp/ncp_base_dispatcher.cpp+2
- src/ncp/ncp_base_mtd.cpp+2
- src/posix/platform/netif.cpp-1
- tests/scripts/thread-cert/test_netdata_publisher.py+31
- tests/unit/test_routing_manager.cpp+3-1
0 commit comments