1
2#----------------------------------------------------------------------------
3# communication
4
5# TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
6# It is used for conformance testing of communication protocols.
7# Added by W. Borgert <debacle@debian.org>.
80	string		$Suite			TTCN Abstract Test Suite
9>&1	string		$SuiteId
10>>&1	string		>\n			%s
11>&2	string		$SuiteId
12>>&1	string		>\n			%s
13>&3	string		$SuiteId
14>>&1	string		>\n			%s
15
16# MSC (message sequence charts) are a formal description technique,
17# described in ITU-T Z.120, mainly used for communication protocols.
18# Added by W. Borgert <debacle@debian.org>.
190	string		mscdocument	Message Sequence Chart (document)
200	string		msc		Message Sequence Chart (chart)
210	string		submsc		Message Sequence Chart (subchart)
22