Commit e985c986 authored by kretzschmann's avatar kretzschmann
Browse files

add missing default TPs for section 8.6

parent 5a5b3ecf
Loading
Loading
Loading
Loading
+37 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ Package TP_AMF {
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.6.2.2 and 9.2.5.2" 
	        
	        Config Id CFG_GNB_01
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1
	        
@@ -1186,6 +1186,42 @@ Package TP_AMF {
	    	
		} // end "Downlink NAS Transport"
		
		Group "Reroute NAS Request"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_AMF_NAS_02 
	        
	        Test objective "Verify that the IUT can send an REROUTE NAS REQUEST message to reroute the INITIAL UE MESSAGE message to another AMF."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.6.5.2 and 9.2.5.5" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a Reroute NAS Request procedure"
	                }
	                then {
	                    the IUT entity sends an REROUTE_NAS_REQUEST containing
	                        RAN_UE_NGAP_ID,
	                        NAS_PDU,
	                        AMF_Set_ID
	                     ;   
	                     to the GNB entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_AMF_NAS_02
	    	
		} // end "Reroute NAS Request"
    	
	} // end Group "8.6 Transport of NAS Messages Procedures"
       
} // End of Package TP_AMF
+43 −3
Original line number Diff line number Diff line
@@ -1509,9 +1509,49 @@ Package TP_GNB {
	            
	    	} // end TP_NGAP_GNB_NAS_02
	    	
		} // end "Uplink NAS Transport"
		} // end "NAS Non Delivery Indication"
		
		Group "NAS Non Delivery Indication"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_GNB_NAS_03 
	        
	        Test objective "Verify that the IUT can send an NAS Non Delivery Indication message to the AMF."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.6.4.2 and 9.2.5.4" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A3/5_1
	        
	        Initial conditions with {
        		the UE entity isNoLongerAvailable to the GNB entity
    		}
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a NAS Non Delivery Indication procedure"
	                }
	                then {
	                    the IUT entity sends an NAS_NON_DELIVERY_INDICATION containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        NAS_PDU,
	                        Cause
	                     ;   
	                     to the AMF entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_GNB_NAS_03
	    	
		} // end "NAS Non Delivery Indication"
    	
	} // end Group "8.6 Transport of NAS Messages Procedures"
    
} // End of Package TP_GNB
 No newline at end of file