--

This example shows how to test an SDL-RT system with a TTCN-3 test suite using common ASN.1 data types.

--

TTCN-3 does not have any specific message type. The record type is used for that purpose. 
In order to align the TTCN-3 and SDL-RT exchanged information, the parameters are of ASN.1 type.
The same ASN.1 type is used in SDL-RT as a parameter of the message, and in TTCN-3 as a field of the record.

Since the ASN.1 file is at the same level the SDL-RT project, no import or include is necesary.
An import is required in TTCN-3.

To start execution of the system, select test.ttcn3 and run debug.
