communications 853 B

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