Commit 30b4fb19 authored by kretzschmann's avatar kretzschmann
Browse files

add TP_NGAP_GNB_CMP_10

parent f5d0e9e0
Loading
Loading
Loading
Loading
+47 −0
Original line number Diff line number Diff line
@@ -641,6 +641,53 @@ Package TP_GNB {
	            } // end TP_NGAP_GNB_CMP_02
         	} // end Group Initial Context Setup
         	
        Group "UE Context Release (NG-RAN node initiated)"
        {
        	
        	import all from Ngap_Common;
    		
    		Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_10
		        
		        Test objective "Verify that the NG-RAN node successfully requests the AMF to release the UE-associated logical NG-connection."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.2.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 a UE context release request
                		}
		                then {
		                    the IUT entity sends a UE_CONTEXT_RELEASE_REQUEST containing  	
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID
		                        PDU_Session_Resource_List containing
		                        	PDS_Session_Resource_Item containing
		                        		PDU_Session_ID indicating value PX_PDU_ID
		                        	;
		                        ;,
		                        Cause
		                    ;
		                    to the AMF entity
		                }
		                
		        	}
		                
		       	}  // End TP TP_NGAP_GNB_CMP_10
        	
        } // End Group "UE Context Release (NG-RAN node initiated)"
    
    	Group "UE Context Release (AMF initiated)"
    	{
    		import all from Ngap_Common;