Commit 8a004e51 authored by pintar's avatar pintar
Browse files

Not needed

parent 55161056
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
module SS_Ims_TestExecution {
		
	//LobCommon
	import from LibCommon_BasicTypesAndValues all;
	//AtsCommon
	import from SS_Ims_PIXITS all;
	import from SS_Ims_Testcases all;
	//SipAts
	import from LibSip_SIPTypesAndValues all;
	//import from SipIsup_PICS all;

	control {
        
		//Variables
		var UInt8 i, j := 0;
		//var UInt8 j := 0;
		var CSeq v_CSeq_s := {
			fieldName := CSEQ_E,
			seqNumber := 0,
			method := "INVITE"
		};



	}//end control

} // end module SS_Ims_TestExecution
 No newline at end of file