Rev

Rev 507 | Rev 515 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | Bug Tracker

Rev 507 Rev 510
Line 1... Line 1...
1
/**
1
/**
2
 *      @author   STF 346, STF366, STF368, STF369
2
 *      @author   STF 346, STF366, STF368, STF369
3
 *  @version  $Id: LibSip_SIPTypesAndValues.ttcn 507 2011-05-16 06:28:59Z schmitting $
3
 *  @version  $Id: LibSip_SIPTypesAndValues.ttcn 510 2011-05-18 07:23:26Z schmitting $
4
 *      @desc     This module defines message, header, structured and simple SIP
4
 *      @desc     This module defines message, header, structured and simple SIP
5
 *            types as well constants used by LipSip constructs. <br>
5
 *            types as well constants used by LipSip constructs. <br>
6
 *            Note that any changes made to the definitions in this module
6
 *            Note that any changes made to the definitions in this module
7
 *            may be overwritten by future releases of this library
7
 *            may be overwritten by future releases of this library
8
 *            End users are encouraged to contact the distributers of this  
8
 *            End users are encouraged to contact the distributers of this  
Line 12... Line 12...
12
 *            is ok but should be done at same time as dummy template updates;
12
 *            is ok but should be done at same time as dummy template updates;
13
 *            Existing message or header types shall not be changed or removed -
13
 *            Existing message or header types shall not be changed or removed -
14
 *            change requests shall be made to http://t-ort.etsi.org
14
 *            change requests shall be made to http://t-ort.etsi.org
15
 */
15
 */
16
16
17
module LibSip_SIPTypesAndValues language "TTCN-3:2005"
17
module LibSip_SIPTypesAndValues
18
{
18
{
19
        import from LibSip_SDPTypes all;
19
        import from LibSip_SDPTypes all;
20
        import from LibSip_XMLTypes all;
20
        import from LibSip_XMLTypes all;
21
    import from LibSip_SimpleMsgSummaryTypes all;
21
    import from LibSip_SimpleMsgSummaryTypes all;
22
22