Commit c7aec3d6 authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TP 9.3.7.3

parent 3b285c29
Loading
Loading
Loading
Loading
+61 −3
Original line number Diff line number Diff line
@@ -1132,13 +1132,11 @@ Package TP_SCCAS {
                        CallId indicating value PX_UE_A_CALLID, 
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE,
		                // 1) set the Request-URI set to the URI contained in the Contact header field returned at the creation of the dialog
						// with the remote UE;
						Contact indicating value "set to the Contact header field provided on the source leg at the creation of the dialog",// a) the Contact header field set to the Contact header field provided on the source leg at the creation of the dialog with the remote UE;
                    	ContentType indicating value "application/sdp", 
                        	MessageBody containing  // 3) a new SDP offer, including:
                            	SDP containing
                            		Media indicating value PX_PSMedia; // TODO: PIX for media
                            		Media indicating value PX_PSMedia; // TODO: PIX for media, media characteristics as received in the SIP INVITE request
                        		;
                        	;
                    to the IMS_S_CSCF entity
@@ -1152,6 +1150,66 @@ Package TP_SCCAS {
    	
    	Group "9.3.7.3 SCC AS procedures for CS to PS dual radio access transfer for a call in the alerting phase on the terminating side"
    	{
    		import all from Sip_Common;
    		
    		Test Purpose {
            
			// When the SCC AS receives a SIP INVITE request due to static STI and if SCC AS supports CS to PS dual radio access
			// transfer for calls in alerting phase and:
			// 1) if there is one dialog in an early dialog phase such that:
			//		a) a SIP 180 (Ringing) response to the SIP INVITE request has been received from the SC UE; and
			//		b) a g.3gpp.drvcc-alerting media feature tag as described in annex C in the Contact header field was included in
			// 		the SIP INVITE request due to static STI,
			// then the SCC AS shall send a SIP UPDATE request towards the remote UE populated as follows:
			// 1) include the Contact header field set to the Contact header field provided on the source leg at the creation of the
			// dialog with the remote UE; and
			// 2) include a new SDP offer, including the media characteristics as received in the SIP INVITE request due to static
			// STI, by following the rules of 3GPP TS 24.229 [2].
            
	            TP Id TP_ISC_SCCAS_CPT_INV_06
	            
	            Test objective "Verify that SCC AS correctly recognizes and initiated for CS to PS dual radio access transfer for a call in the alerting phase on the terminating side "
	        
	        	Reference 
	            "ETSI TS 124 237 [1], Clauses 9.3.7.3." 
	        
	        	Config Id CFG_SCCAS_01
	        
	       	 	PICS Selection NONE 
	        
	        	Initial conditions with {
	            	the UE entity isRegisteredTo the IMS and
	            	 the IUT entity hasAchievedInitialINVITE // TODO: INVITE contains: g3gppDrvccAlerting
	        		// SCC AS supports CS to PS dual radio access transfer for calls in alerting phase
	        	}
	        	
	        	Expected behaviour
	            	ensure that {
	                	when {                      	                         	
			                the IUT entity receives an r_180_Ringing                    	
			                from the IMS_S_CSCF entity		              
	                }                    	             	
	              	then {
	                    	the IUT entity sends an UPDATE containing
	                        From indicating value PX_UE_A_SIP_URI,
	                        To indicating value PX_UE_B_SIP_URI,
	                        CallId indicating value PX_UE_A_CALLID, 
	                        Via indicating value PX_UE_A_VIA,
	                        Route indicating value PX_UE_A_SERVICE_ROUTE,
							Contact indicating value "set to the Contact header field provided on the source leg at the creation of the dialog",// a) the Contact header field set to the Contact header field provided on the source leg at the creation of the dialog with the remote UE;
	                    	ContentType indicating value "application/sdp", 
	                        	MessageBody containing  // 3) a new SDP offer, including:
	                            	SDP containing
	                            		Media indicating value PX_PSMedia; // TODO: PIX for media, media characteristics as received in the SIP INVITE request
	                        		;
	                        	;
	                    to the IMS_S_CSCF entity
	                }
                
             	}
        	
            
            } // end TP TP_ISC_SCCAS_CPT_INV_06
            
    	} // end Group"9.3.7.3 SCC AS procedures for CS to PS dual radio access transfer for a call in the alerting phase on the terminating side