communications 788 B

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