Commit 657887a9 authored by rennoch's avatar rennoch
Browse files

add PICS for CW

parent 5ae41e9b
Loading
Loading
Loading
Loading
+50 −3
Original line number Diff line number Diff line
@@ -159,10 +159,57 @@ group PICS_Module_Parameters
                                CW PICS used for test case selection
        *************************************************************************************************** */
				
        /** @desc	boolean PICS ref: ETSI TS 186 018-1  PICS 2/4
        *			True, if the invocation of the CW service provided
				
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/1
        *			True, if CW condition determined by the AS based on the 
        *					receipt of a 180 (Ringing) response with a 
        *					Alert-Info header field set to "urn:alert:service:call-waiting"?
        */
        boolean PC_CW_AS_180withAIhdr;
        				
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/2
        *			True, if CW condition determined by the AS based on validation 
        * 					of the "approaching NDUB" condition
        */
        boolean PC_CW_AS_approaching_NDUB_condition;
        
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/3
        *			True, if AS initiate the procedures for the provision of 
        *					an announcement to the calling
        */
        boolean PC_CW_AS_inititate_announcement;

        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/2
        *			True, if User Equipment of the user C indicate to the user 
        *					that the outgoing communication is being treated as 
        *					a waiting communication
        */
        boolean PC_CW_UEC_indicate_waiting_communication;
        
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/3
        *			True, if User Equipment of the user B able to send a 
        *					Communication Waiting indication in a 180 Ringing 
        *					and send the Alert-Info header with the value 
        *					<urn:alert:service:callwaiting>
        */
        boolean PC_CW_UEB_support_180withCWI_AIhdr;
				
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/4
        *			True, if the User Equipment accept and understand the XML 
        *					CW MIME attachment and notify the user.
        */
        boolean PC_CW_UE_support_XML_PROVIDED;

				
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/1
        *			True, if support of timer Timer TAS-CW
        */
        boolean PC_CW_TAS_CW_SUPPORTED;
        				
        /** @desc	boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/2
        *			True, if support of timer Timer TUE-CW
        */
        boolean PC_CW_INVOCATION_PROVIDED;
        boolean PC_CW_TUE_CW_SUPPORTED;

		/* ****************************************************************************************************
								MCID PICS used for test case selection
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module CW_TestCases {
    			testcase TC_CW_U01_001(inout CSeq p_cSeq_s) 
    			runs on ServerSyncComp
    			system TestAdapter {
    				if (PC_CW_INVOCATION_PROVIDED) {
    				if (PC_CW_UE_support_XML_PROVIDED) {
        				//Variables
        				var ImsComponent v_imsComponent_pcscf;
        				f_cf_1PcscfUp(v_imsComponent_pcscf);