Commit 6caba872 authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TP TP_NGAP_GNB_MMP_09

parent 2218095c
Loading
Loading
Loading
Loading
+51 −0
Original line number Diff line number Diff line
@@ -1170,6 +1170,57 @@ Package TP_GNB {
            	
            	} // end TP TP_NGAP_GNB_MMP_08
            	
            	Test Purpose {
	
	        TP Id TP_NGAP_GNB_MMP_09
	        
	        Test objective "Verify that the GNB node successfully processes a HANDOVER REQUEST message that contains mandatory IEs and answers with HANDOVER REQUEST FAILURE because the UE is not longer available."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.4.2.3, 9.2.3.4 and 9.2.3.6" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A2/1 and PICS_A3/3_2
	        
	        Initial conditions with {
        		the UE entity isNoLongerAvailable
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a HANDOVER_REQUEST containing  	
	                        AMF_UE_NGAP_ID,
	                        Handover_Typ,
	                        Cause,
	                        UE_Aggregate_Maximum_Bit_Rate,
	                        UE_Security_Capabilities,
	                        Security_Context,
	                        PDU_Session_Resource_Setup_List containing
	                        	PDU_Session_Resource_Setup_Item containing
	                        		PDU_SessionId indicating value PX_PDU_ID,
	                        		S_NSSAI,
	                        		Handover_Request_Transfer
	                        	;
	                        ;,
	                        Allowed_NSSAI,
	                        Source_to_Target_Transparent_Container,
	                        GUAMI        	
	                        ;
	                    from the AMF entity
	                }
	                then {
	                    the IUT entity sends a HANDOVER_FAILURE containing
	                        AMF_UE_NGAP_ID,
	                        Cause
	                        ;
	                     to the AMF entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_GNB_MMP_09
            	
    	} // End Group "Handover Resource Allocation"
    	
    	Group "Handover Notification"