osmo-gsm-manuals/common/chapters/gb-ns2-nsvc-states-reset-bl...

10 lines
297 B
Plaintext

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"];
}