LibIms_Interface.ttcn 1004 Bytes
Newer Older
 *	@author 	STF 346, STF366, STF368, STF369, STF450
 *  @version    $Id$
 *	@desc		This module provides the types used by the test component 
 *              for SIP-IMS tests. Module become from STF306 and STF334-336
 *              This module is part of LibImsV2.
 */

module LibIms_Interface
{	
	//LibCommon
	import from LibCommon_Sync all;
	import from LibCommon_AbstractData all;
	import from LibCommon_BasicTypesAndValues all;
	import from LibCommon_DataStrings all;
	//LibSip
	import from LibSip_SIPTypesAndValues all;
	import from LibSip_SDPTypes all;
	import from LibSip_Templates all;
	import from LibSip_PIXITS all;
schmitting's avatar
schmitting committed
	import from LibSip_Interface all; 
	//LibIms
	import from LibIms_SIPTypesAndValues all;

	group AdressTypes
	{

		type component ImsComponent extends SipComponent
		{
		  // general variables
		  var ImsInterfaceProfile vc_interfaceprofile 
		} // end ImsComponent

	}// end group AdressTypes



  
} // end module LibIms_TestSystem