Commit 57885f3f authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TPs in section 8.4

parent 82516f3e
Loading
Loading
Loading
Loading
+118 −4
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ Package TP_AMF {
	        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" 
	            "ETSI TS 138 413 [1], Clauses 8.4.1.2" 
	        
	        Config Id CFG_AMF_01
	        
@@ -713,7 +713,7 @@ Package TP_AMF {
	        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" 
	            "ETSI TS 138 413 [1], Clauses 8.4.1.3" 
	        
	        Config Id CFG_AMF_01
	        
@@ -766,10 +766,10 @@ Package TP_AMF {
	
	        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."
	        Test objective "Verify that the AMF node successfully processes a HANDOVER_REQUEST message that contains mandatory IEs and answers with HANDOVER REQUEST ACKNOWLEDGE to acknowledge the handover."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.11.2" 
	            "ETSI TS 138 413 [1], Clauses 8.4.2.2" 
	        
	        Config Id CFG_AMF_01
	        
@@ -822,6 +822,120 @@ Package TP_AMF {
    	} // End Group "Handover Resource Allocation"
    	
    	
    	Group "Path Switch Request"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
	
	        TP Id TP_NGAP_AMF_MMP_03
	        
	        Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and answers with PATH SWITCH REQUEST ACKNOWLEDGE to acknowledge the path switch."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.4.4.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 PATH_SWITCH_REQUEST containing  	
	                        RAN_UE_NGAP_ID,
	                        Source_AMF_UE_NGAP_ID,
	                        User_Location_Information,
	                        UE_Security_Capabilities,
	                        PDU_Session_Resources_to_be_Switched_in_Downlink_List containing
	                        	PDU_Session_Resources_to_be_Switched_in_Downlink_Item containing
	                        		PDU_SessionId,
	                        		Path_Switch_Request_Transfer
	                        		;
	                        	;
	                        ;	                        
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a PATH_SWITCH_REQUEST_ACKNOWLEDGE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Security_Context
	                        PDU_Session_Resource_Switched_List containing
	                        	PDU_Session_Resource_Switched_Item containing
	                        		PDU_SessionId,
	                        		Path_Switch_Request_Acknowledge_Transfer
	                        		;
	                        	;
	                        ;
	                     to the GNB entity
	                	}
	            	}
	            	
	            } // End TP_NGAP_AMF_MMP_03
	            
	            Test Purpose {
	
		        TP Id TP_NGAP_AMF_MMP_04
		        
		        Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and two PDU Sessions with sam ID and answers with PATH SWITCH REQUEST FAILURE."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.4.4.4" 
		        
		        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 PATH_SWITCH_REQUEST containing  	
		                        RAN_UE_NGAP_ID,
		                        Source_AMF_UE_NGAP_ID,
		                        User_Location_Information,
		                        UE_Security_Capabilities,
		                        PDU_Session_Resources_to_be_Switched_in_Downlink_List containing
		                        	PDU_Session_Resources_to_be_Switched_in_Downlink_Item containing
		                        		PDU_SessionId,
		                        		Path_Switch_Request_Transfer
		                        		;,
		                        	PDU_Session_Resources_to_be_Switched_in_Downlink_Item containing
		                        		PDU_SessionId,
		                        		Path_Switch_Request_Transfer
		                        		;
		                        	;
		                        ;	                        
		                    from the GNB entity
		                }
		                then {
		                    the IUT entity sends a PATH_SWITCH_REQUEST_FAILURE containing
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID,
		                        PDU_Session_Resource_Released_List containing
		                        	PDU_Session_Resource_Released_Item containing
		                        		PDU_SessionId,
		                        		Path_Switch_Request_Unsuccessful_Transfer
		                        		;
		                        	;
		                        ;
		                     to the GNB entity
		                	}
		            	}
	            	
	            } // End TP_NGAP_AMF_MMP_04
	            
    	} // End Group "Path Switch Request"
    	
    	
    } // End Group "8.4 UE Mobility Management Procedures"
       
} // End of Package TP_AMF