aboutsummaryrefslogtreecommitdiffstats
path: root/common/chapters/gb-ns2-nsvc-states-reset-block.dot
blob: b1825d52090f6380637a08aba9912375058dd807 (plain)
1
2
3
4
5
6
7
8
9
digraph G {
	DISABLED -> RESET [label="transport layer available"];
	RESET -> BLOCKED [label="reset ack"];
	BLOCKED -> UNBLOCKED [label="unblock"];
	UNBLOCKED -> BLOCKED  [label="block"];
	BLOCKED -> RESET [label="test procedure timeout"];
	UNBLOCKED -> RESET [label="test procedure timeout"];
}