1
2#----------------------------------------------------------------------------
3# $File: communications,v 1.5 2009/09/19 16:28:08 christos Exp $
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