Commit 3546b77b authored by pintar's avatar pintar
Browse files

example of PICS checking and import of PICS module

parent 28984381
Loading
Loading
Loading
Loading
+24 −19
Original line number Diff line number Diff line
@@ -14,19 +14,18 @@
	//LibCommon
	import from LibCommon_Sync all ;
	import from LibCommon_VerdictControl all;
	//AtsCommon
	import from SS_Ims_TestConfiguration all;
	//Ats Sip
	import from SS_Ims_TestSystem all;
	import from SS_Ims_TCFunctions all;
	
	//LibSip
	import from LibSip_SIPTypesAndValues all;
	import from LibSip_Interface all;
	//LibIms
	import from LibIms_Interface all;
	
	//AtsCommon
	import from SS_Ims_PIXITS all;
	import from SS_Ims_PICS all;
	import from SS_Ims_TestConfiguration all;
	import from SS_Ims_TestSystem all;
	import from SS_Ims_TCFunctions all;
	
	
group SuplementaryService_TIP_TIR{

@@ -642,6 +641,8 @@ group SuplementaryService_MCID{
			testcase TC_MCID_U01_002(inout CSeq p_cSeq_s) 
			runs on ServerSyncComp
			system TestAdapter {
				if(PC_MCID_XML_MIME_BODY_PROVIDED)
				{
    				//Variables
    				var ImsComponent v_imsComponent_pcscf;
    				f_cf_1PcscfUp(v_imsComponent_pcscf);
@@ -653,7 +654,11 @@ group SuplementaryService_MCID{
    				f_serverSync1Client({c_prDone, c_tbDone});
    
    				f_cf_1PcscfDown(v_imsComponent_pcscf);

				}
				else			
				{
					log("[UE] Does the invocation of the MCID service using the XML MIME body mcid provided? Set PICS item PC_MCID_XML_MIME_BODY_PROVIDED to TRUE before running this test!");
				}
			} // end TC_MCID_U01_002
			
		}// end group destination_UE