Commit 3f7eaeaa authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TPs in 8.7

parent aae8cbd7
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -1545,6 +1545,40 @@ Package TP_AMF {
            	
    	} // End Group "NG Reset"
    	
    	Group "Error Indication"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
		
	        TP Id TP_NGAP_AMF_IMP_07 
	        
	        Test objective "Verify that the AMF can send a ERROR INDICATION to established PDU session to the GNB when a error occurs."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.5.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1
	        
	        Initial conditions with {
	            the UE entity isRegisteredTo the AMF
	        }
	        
	        Expected behaviour
	            ensure that {
	                when {  
	                	the IUT entity indicate a ERROR INDICATION
	                }
	                then {
	                    the IUT entity sends a ERROR_INDICATION 
	                    to the GNB entity
	                	}
	            	}
	            
	            } // end TP_NGAP_AMF_IMP_07
    	}
    } // End Group "8.7 Interface Management Procedures"
	
	Group "8.8 Configuration Transfer Procedure"