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

new TPs in section 8.4 UE Mobility Management Procedures

parent 1f646cd3
Loading
Loading
Loading
Loading
+107 −0
Original line number Diff line number Diff line
@@ -631,6 +631,113 @@ Package TP_AMF {
            
    } // End Group 8.3 UE Context Management Procedures
    
    Group "8.4 UE Mobility Management Procedures"
    {
    	
    	Group "Handover Preparation"
    	{
    		import all from Ngap_Common;
            	
        	Test Purpose {
	
	        TP Id TP_NGAP_AMF_MMP_01
	        
	        Test objective "Verify that the AMF node successfully processes a HANDOVER REQUIRED message contains mandatory IEs and answers with HANDOVER COMMAND with successfully 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_REQUIRED containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Handover_Typ,
	                        Cause,
	                        Target_ID,
	                        PDU_Session_Resource_List containing
	                        	PDU_SessionId,
	                        	Handover_Required_Transfer,
	                        	Source_to_Target_Transparent_Container
	                        	;
	                        ;
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a HANDOVER_COMMAND containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Handover_Typ,
	                        PDU_Session_Resource_List containing
	                        	PDU_SessionId,
	                        	Handover_Command_Transfer
	                        	;
	                        ;
	                     to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_MMP_01
            	
            	Test Purpose {
	
	        TP Id TP_NGAP_AMF_MMP_02
	        
	        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_REQUIRED containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Handover_Typ,
	                        Cause,
	                        Target_ID,
	                        PDU_Session_Resource_List containing
	                        	PDU_SessionId,
	                        	Handover_Required_Transfer,
	                        	Source_to_Target_Transparent_Container
	                        	;
	                        ;
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a HANDOVER_PREPARATION_FAILURE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Cause
	                        ;
	                     to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_MMP_02
            	
    	} // End Group "Handover Preparation"
    	
    	
    } // End Group "8.4 UE Mobility Management Procedures"
       
} // End of Package TP_AMF
+55 −0
Original line number Diff line number Diff line
@@ -940,6 +940,61 @@ Package TP_GNB {
            
    } // end Group 8.3 UE Context Management Procedures
    
    Group "8.4 UE Mobility Management Procedures"
    {
    	
    	Group "Handover Preparation"
    	{
    		import all from Ngap_Common;
            	
        	Test Purpose {
	
	        TP Id TP_NGAP_GNB_MMP_01
	        
	        Test objective "Verify that the IUT can send a HANDOVER REQUIRED message contains mandatory IEs."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.11.2" 
	        
	        Config Id CFG_GNB_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 indicate the initiation Handover Required
                	}
                	then {
	                    the IUT entity sends a HANDOVER_REQUIRED containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Handover_Typ,
	                        Cause,
	                        Target_ID,
	                        PDU_Session_Resource_List containing
	                        	PDU_SessionId,
	                        	Handover_Required_Transfer,
	                        	Source_to_Target_Transparent_Container
	                        	;
	                        ;
	                    to the AMF entity
	                }
	                
	            	}
            	
            	} // end TP TP_NGAP_GNB_MMP_01
            	
            	
    	} // End Group "Handover Preparation"
    	
    	
    } // End Group "8.4 UE Mobility Management Procedures"
    
    Group "8.6 Initial UE message"
    {
    	import all from Ngap_Common;