xref: /openbsd/usr.bin/file/magdir/communications (revision 09467b48)
1#	$OpenBSD: communications,v 1.2 2008/05/14 20:45:35 chl Exp $
2
3#----------------------------------------------------------------------------
4# communication
5
6# TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
7# It is used for conformance testing of communication protocols.
8# Added by W. Borgert <debacle@debian.org>.
90	string		$Suite			TTCN Abstract Test Suite
10>&1	string		$SuiteId
11>>&1	string		>\n			%s
12>&2	string		$SuiteId
13>>&1	string		>\n			%s
14>&3	string		$SuiteId
15>>&1	string		>\n			%s
16
17# MSC (message sequence charts) are a formal description technique,
18# described in ITU-T Z.120, mainly used for communication protocols.
19# Added by W. Borgert <debacle@debian.org>.
200	string		mscdocument	Message Sequence Chart (document)
210	string		msc		Message Sequence Chart (chart)
220	string		submsc		Message Sequence Chart (subchart)
23