-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtcdm3.2.txt
71 lines (36 loc) · 1.41 KB
/
tcdm3.2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
1
11.9.8-1
DUT issues a ScanNetworks command
TH sends a ScanNetworksResponse and DUT properly receives that response with a list of scanned networks
2
11.9.8-2
if (PICS_WIFI) then DUT issues an AddWiFiNetwork command
TH sends an AddWiFiNetworkResponse with a new WiFi network interface Id on the listed interfaces
3
11.9.8-3
if (PICS_WIFI) then DUT issues an UpdateWiFiNetwork command
TH sends an UpdateWiFiNetworkResponse with an updated WiFi network interface
4
11.9.8-4
if (PICS_THREAD) then DUT issues an AddThreadNetwork command
TH sends an AddThreadNetworkResponse with a new Thread network interface Id on the listed interfaces
5
11.9.8-5
if (PICS_THREAD) then DUT issues an UpdateThreadNetwork command
TH sends an UpdateThreadNetworkResponse with an updated Thread network interface
6
11.9.8-6
if PICS_WIFI) OR (PICS_THREAD then DUT issues a RemoveNetwork command
TH sends a RemoveNetworkResponse with an updated network interfaces list
7
11.9.8-7
DUT issues an EnableNetwork command
TH sends an EnableNetworkResponse and DUT properly receives that response with a list of enabled networks
8
11.9.8-8
DUT issues a DisableNetwork command
TH sends a DisableNetworkResponse and DUT properly receives that response with a list of disabled networks
9
11.9.8-9
DUT issues a GetLastNetworkCommissioningResult command
TH sends a response with the last Network Commissioning interface Id added to the list