Commit dcadd259 authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files
into TTF033
parents f377782c 61f1cff6
Loading
Loading
Loading
Loading
+85 −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,8 +1186,92 @@ 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"
	
	Group "8.8 Configuration Transfer Procedure"
    {	    	
		Group "Downlink RAN Configuration Transfer"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_AMF_CTP_01
	        
	        Test objective "Verify that the IUT can send an Downlink RAN Configuration Transfer message to transfer RAN configuration information to the NG-RAN."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.8.2 and 9.2.7.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a Downlink RAN Configuration Transfer"
	                }
	                then {
	                    the IUT entity sends an NAS_NON_DELIVERY_INDICATION containing
	                        SON_Configuration_Transfer containing
	                        	Target_RAN_Node_ID containing
	                        		Global_RAN_Node_ID,
	                        		Selected_TAI
	                        	;,
	                        	Source_RAN_Node_ID containing
	                        		Global_RAN_Node_ID,
	                        		Selected_TAI
	                        	;,
	                        	SON_Information
	                        ;
	                     ;   
	                     to the GNB entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_AMF_CTP_01
	    	
		} // end "Downlink RAN Configuration Transfer"
    	
	} // end Group "8.8 Configuration Transfer Procedure"
       
	Group "8.7 Interface Management Procedures"
    {
    	Group "NG Setup"
+94 −5
Original line number Diff line number Diff line
@@ -1415,7 +1415,6 @@ Package TP_GNB {
		        
		} // End Group "Uplink RAN Early Status Transfer"
		
		
    } // End Group "8.4 UE Mobility Management Procedures"
    
    Group "8.6 Transport of NAS Messages Procedures"
@@ -1466,7 +1465,7 @@ Package TP_GNB {
	        	}
	            
	    	} // end TP_NGAP_GNB_NAS_01
	    }
	    } // end "Initial UE Message"
	    	
	    Group "Uplink NAS Transport"
    	{
@@ -1511,6 +1510,47 @@ Package TP_GNB {
	    	
		} // end "Uplink NAS Transport"
		
		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 a 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"
	
	Group "8.7 Interface Management Procedures"
@@ -1520,5 +1560,54 @@ Package TP_GNB {
    		
    	} // End Group "NG Setup"
    }
} // End of Package TP_GNB
	
	Group "8.8 Configuration Transfer Procedure"
    {	    	
		Group "Uplink RAN Configuration Transfer"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_GNB_CTP_01
	        
	        Test objective "Verify that the IUT can send an Uplink RAN Configuration Transfer message to transfer RAN configuration information to the AMF."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.8.1 and 9.2.7.1" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A3/5_1
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a Uplink RAN Configuration Transfer"
	                }
	                then {
	                    the IUT entity sends an NAS_NON_DELIVERY_INDICATION containing
	                        SON_Configuration_Transfer containing
	                        	Target_RAN_Node_ID containing
	                        		Global_RAN_Node_ID,
	                        		Selected_TAI
	                        	;,
	                        	Source_RAN_Node_ID containing
	                        		Global_RAN_Node_ID,
	                        		Selected_TAI
	                        	;,
	                        	SON_Information
	                        ;
	                     ;   
	                     to the AMF entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_GNB_CTP_01
	    	
		} // end "Uplink RAN Configuration Transfer"
    	
	} // end Group "8.8 Configuration Transfer Procedure"

 
} // End of Package TP_GNB