Commit 61f1cff6 authored by kretzschmann's avatar kretzschmann
Browse files

add TPs for the section 8.8

parent e985c986
Loading
Loading
Loading
Loading
+48 −0
Original line number Diff line number Diff line
@@ -1224,5 +1224,53 @@ Package TP_AMF {
    	
	} // 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"
       
} // End of Package TP_AMF
+51 −4
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"
    	{
@@ -1509,7 +1508,7 @@ Package TP_GNB {
	            
	    	} // end TP_NGAP_GNB_NAS_02
	    	
		} // end "NAS Non Delivery Indication"
		} // end "Uplink NAS Transport"
		
		Group "NAS Non Delivery Indication"
    	{
@@ -1519,7 +1518,7 @@ Package TP_GNB {
			
	        TP Id TP_NGAP_GNB_NAS_03 
	        
	        Test objective "Verify that the IUT can send an NAS Non Delivery Indication message to the AMF."
	        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" 
@@ -1554,4 +1553,52 @@ Package TP_GNB {
    	
	} // end Group "8.6 Transport of NAS Messages Procedures"
	
	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
 No newline at end of file