Commit 9b525fb0 authored by kretzschmann's avatar kretzschmann
Browse files

add TP for UE CONTEXT RESUME FAILURE message

parent e145ddde
Loading
Loading
Loading
Loading
+46 −1
Original line number Diff line number Diff line
@@ -742,7 +742,52 @@ Package TP_AMF {
        	
        	} // end TP TP_NGAP_AMF_CMP_07
        	
        	//TODO: error case 8.3.12.3
        	Test Purpose {
        		
			// This TP applies only if the NG-RAN node is an ng-eNB
	        TP Id TP_NGAP_AMF_CMP_13
	        
	        Test objective "Verify that the AMF node successfully processes a UE CONTEXT RESUME REQUEST contains mandatory IEs and answers with UE CONTEXT RESUME FAILURE with failing to resume UE context."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.12.3" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A2/2 and PICS_A4/2_12
	        
			Initial conditions with {
        		the UE entity isRegisteredTo the AMF and
				the UE entity hasSuspendedContext
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a UE_CONTEXT_RESUME_REQUEST containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        RRC_Resume_Cause,
	                        PDU_Session_Resource_Resume_List containing
	                        	PDU_Session_Resource_Resume_Item containing
	                        		PDU_SessionId indicating value PX_PDU_ID,
	                        		UE_Context_Resume_Request_Transfer
	                        	;
	                        ;
	                    ;
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a UE_CONTEXT_RESUME_FAILURE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Cause
	                     ;
	                     to the GNB entity
	                	}
	            	}
        	
        	} // end TP TP_NGAP_AMF_CMP_13
        	
        } // end Group "UE Context Resume"