1284194Sdelphij
2284194Sdelphij#----------------------------------------------------------------------------
3284194Sdelphij# $File: communications,v 1.5 2009/09/19 16:28:08 christos Exp $
4284194Sdelphij# communication
5284194Sdelphij
6284194Sdelphij# TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
7284194Sdelphij# It is used for conformance testing of communication protocols.
8284194Sdelphij# Added by W. Borgert <debacle@debian.org>.
9284194Sdelphij0	string		$Suite			TTCN Abstract Test Suite
10284194Sdelphij>&1	string		$SuiteId
11284194Sdelphij>>&1	string		>\n			%s
12284194Sdelphij>&2	string		$SuiteId
13284194Sdelphij>>&1	string		>\n			%s
14284194Sdelphij>&3	string		$SuiteId
15284194Sdelphij>>&1	string		>\n			%s
16284194Sdelphij
17284194Sdelphij# MSC (message sequence charts) are a formal description technique,
18284194Sdelphij# described in ITU-T Z.120, mainly used for communication protocols.
19284194Sdelphij# Added by W. Borgert <debacle@debian.org>.
20284194Sdelphij0	string		mscdocument	Message Sequence Chart (document)
21284194Sdelphij0	string		msc		Message Sequence Chart (chart)
22284194Sdelphij0	string		submsc		Message Sequence Chart (subchart)
23