-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCSC1_3.txt
55 lines (28 loc) · 1.08 KB
/
TCSC1_3.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
1
4.13.7.1-1
TH sends a reliable (R flag set) MRP message to DUT that requires a data response.
DUT must receive the message.
2
4.13.7.1-1
DUT must respond to the message with a MRP reply packet that piggybacks the ACK(A flag set).
DUT should piggyback the ACKs of the message in the reply to TH.
3
4.13.7.1-2
TH sends a reliable (R flag set) MRP message to DUT that doesn’t require a data response.
DUT must receive the message.
4
4.13.7.1-2
DUT must respond to the message with an ACK message.
DUT must sent only the ACK packet to TH.
5
4.13.7.2-1
TH sends 5 unreliable (R flag not set) MRP messages to DUT that requires a data response.
DUT may receive the messages.
6
4.13.7.2-2
DUT must respond to the message with a MRP reply packet that doesn’t piggyback the ACK(A flag not set).
DUT should send only a MRP reply packet to TH with no ACK piggybacked or sent in a separate message.
7
4.13.7.3-1
TH sends a reliable MRP message that contains an invalid request with R flag set.
DUT should send only an ACK to TH and no other packet signaling that the MRP session was closed.