Commit b28f0e54 authored by pintar's avatar pintar
Browse files

module name changed

parent 8359ed93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 *	@desc		This module provides the TC functions used by the test component 
 *              for SIP side of the SUT. 
 */
module SipIsup_SIP_TCFunctions {
module SipIsup_IMS_TCFunctions {
	//LibCommon
	import from LibCommon_Sync all;
	import from LibCommon_VerdictControl all;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	//Ats Sip
	import from SipIsup_TestSystem all;
	//import from LibSip_SIPTypesAndValues all;
	import from SipIsup_SIP_TCFunctions all;
	import from SipIsup_IMS_TCFunctions all;
	
	//LibSip
	import from LibSip_SIPTypesAndValues all;