Commit bf28df9
2 files changed
+2
-2
lines changedSubmodule openthread updated 29 files
- .github/workflows/docker.yml+2-2
- include/openthread/instance.h+1-1
- include/openthread/mdns.h+23
- include/openthread/netdiag.h+47
- include/openthread/platform/mdns_socket.h+45
- include/openthread/platform/radio.h+25-12
- src/cli/README_SRP_SERVER.md+13
- src/cli/cli.cpp+39-27
- src/cli/cli.hpp+1
- src/cli/cli_commissioner.cpp+1-13
- src/cli/cli_mdns.cpp+6
- src/cli/cli_srp_server.cpp+15-28
- src/core/api/mdns_api.cpp+10
- src/core/config/srp_client.h+4
- src/core/instance/instance.cpp+4
- src/core/mac/mac_frame.cpp+2-3
- src/core/mac/sub_mac.cpp+104-11
- src/core/mac/sub_mac.hpp+16-5
- src/core/mac/sub_mac_csl_receiver.cpp+12-33
- src/core/mac/sub_mac_wed.cpp+41-5
- src/core/net/mdns.cpp+439-61
- src/core/net/mdns.hpp+113-9
- src/core/thread/network_diagnostic.cpp+94
- src/core/thread/network_diagnostic.hpp+1
- src/core/thread/network_diagnostic_tlvs.cpp+29
- src/core/thread/network_diagnostic_tlvs.hpp+54
- tests/scripts/thread-cert/node.py+2-11
- tests/toranj/cli/test-023-mesh-diag.py+44
- tests/unit/test_mdns.cpp+476-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments