-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCSC1_1.txt
63 lines (32 loc) · 1.42 KB
/
TCSC1_1.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
1.a
no ref
Configure TH/DUT to accept all packets received (no loss scenario)
no desc
1.b
4.14.3-1,4.3.4.1 (flags),4.3.4.6 (Ack Message Counter)
TH sends a single reliable (R flag set) message to DUT
Verify DUT responds with an acknowledgement message with the A flag set and the Acknowledged Message Counter field set to the Message Counter of the received message.
2.a
no ref
Configure TH to ignore the first packet received (partial packet loss scenario)
no desc
2.b
4.14.3-1
TH sends a single reliable (R flag set) message to DUT
Verify TH ignores acknowledgement of receipt from DUT
2.c
4.14.3-1,4.14.10,4.2.2.5
Configure the TH to accept all packets received (no loss scenario). TH sends the same message as in step 2.b after waiting for MRP_RETRY_INTERVAL_IDLE milliseconds.
Verify TH receives an acknowledgement from the DUT with the A flag set and the Acknowledged Message Counter field set to the Message Counter of the received message.
3.a
no ref
Configure TH to ignore all packets received (100% packet loss)
no desc
3.b
4.14.3-1
TH sends a single reliable (R flag set) message to DUT
Verify TH ignores acknowledgement of receipt from DUT
3.c
4.14.3-1,4.14.10
TH sends the same message as in step 3.b after waiting for MRP_RETRY_INTERVAL_IDLE milliseconds.
Verify TH ignores all acknowledgement of receipt from DUT until the maximum number of retransmissions have been sent, as defined by MRP_MAX_TRANSMISSIONS.