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

new TP in 8.4

parent 4c87cafc
Loading
Loading
Loading
Loading
+65 −0
Original line number Diff line number Diff line
@@ -734,8 +734,73 @@ Package TP_AMF {
            	
            	} // end TP TP_NGAP_AMF_MMP_02
            	
            	
            	
    	} // End Group "Handover Preparation"
    	
    	Group "Handover Resource Allocation"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
	
	        TP Id TP_NGAP_AMF_MMP_03
	        
	        Test objective "Verify that the AMF node successfully processes a HANDOVER REQUIRED message contains mandatory IEs and answers with IHANDOVER PREPARATION FAILURE with failed handover."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.11.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        Initial conditions with {
        		the UE entity isRegisteredTo the AMF // TODO: check initial conditions
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a HANDOVER_REQUEST containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Handover_Typ,
	                        Cause,
	                        UE_Aggregate_Maximum_Bit_Rate,
	                        UE_Security_Capabilitues
	                        PDU_Session_Setup_Resource_List containing
	                        	PDU_Session_Setup_Resource_Item containing
	                        		PDU_SessionId,
	                        		S_NSSAI,
	                        		Handover_Request_Transfer
	                        	;
	                        ;,
	                        Allowed_NSSAI,
	                        Source_to_Target_Transparent_Container,
	                        GUAMI        	
	                        ;
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a HANDOVER_REQUEST_ACKNOWLEDGE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        PDU_Session_Resource_Admitted_List containing
	                        	PDU_Session_Resource_Admitted_Item containing
	                        		PDU_SessionId,
	                        		Handover_Request_Acknowledge_Transfer
	                        		;	                
	                        	;,
	                        	Target_to_Source_Transparent_Container
	                        ;
	                     to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_MMP_03
    	} // End Group "Handover Resource Allocation"
    	
    	
    } // End Group "8.4 UE Mobility Management Procedures"