PROJECT PURPOSE:
----------------

This project contains the parameters for the Session Initiation Protocal (SIP) test suite, standardized by the ETSI. 

The goal of this project is to provide a simple way to edit the parameters via PragmaDev Studio.

The parameters file should to be used with the test suite executables, which are provided together with this project.


PROJECT CONTENTS:
-----------------

The project contains the following files:    
  - params.ttcnpar																								
    Some parameters (called module parameters) can be configure before the execution
    of the test suite. In this file, all these parameters are present. Some of them have
    been predefined in the TTCN-3 code, some other are not and a default value has been set.
    In every case, user can change the value of this parameters to adapt the test to its target.
    It is important to understand that these values are used during the execution of the test suite.

  - License
    Licenses of external libraries used to build the executables.

																																
INSTRUCTIONS:
-------------

The provided test suite executables are:
  - SIP_MainModule_win32.exe
  - SIP_MainModule_linux32
  - SIP_MainModule_linux64

To run:
  <executable> -f params.ttcnpar
	
