communications 693 B

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