Commit f377782c authored by stl's avatar stl
Browse files

new TPs in section 8.7

parent 6872851a
Loading
Loading
Loading
Loading
+98 −82
Original line number Diff line number Diff line
@@ -1356,10 +1356,10 @@ Package TP_AMF {
	
		        TP Id TP_NGAP_AMF_IMP_04
		        
	        Test objective "Verify that the AMF node successfully declines a RAN CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE FAILURE when the AMF is not able to handle the request."
		        Test objective "Verify that the AMF node successfully declines a AMF CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE FAILURE when the AMF is not able to handle the request."
		        
		        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.2.3" 
		            "ETSI TS 138 413 [1], Clauses 8.7.3.2" 
		        
		        Config Id CFG_AMF_01
		        
@@ -1407,10 +1407,10 @@ Package TP_AMF {
	
		        TP Id TP_NGAP_AMF_IMP_05
		        
	        Test objective "Verify that the AMF node successfully declines a AMF CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE FAILURE when the AMF is not able to handle the request."
		        Test objective "Verify that the AMF node successfully processes a AMF CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE ACKNOWLEDGE to acknowledge the update."
		        
		        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.3.2" 
		            "ETSI TS 138 413 [1], Clauses 8.7.2.2" 
		        
		        Config Id CFG_AMF_01
		        
@@ -1418,35 +1418,51 @@ Package TP_AMF {
		        
		        Initial conditions with {
	        		the UE entity isRegisteredTo the AMF // TODO: check initial conditions
        		// AMF cannot accept the setup
	    		}
		        
		        Expected behaviour
		            ensure that {
		                when {
	                    the IUT entity receives a RAN_CONFIGURATION_UPDATE containing  	
	                        Supported_TA_List containing
	                        	Supported_TA_Item containing
	                        	TAC,
	                        	Broadcast_PLMN_List containing
	                        		Broadcast_PLMN_Item containing
		                    the IUT entity receives a AMF_CONFIGURATION_UPDATE containing  	
		                        Served_GUAMI_List containing
		                        	Served_GUAMI_Item containing
		                        		GUAMI
		                        	;
		                        ;,
		                        PLMN_Support_List containing
		                        	PLMN_Support_Item containing
		                        		PLMN_Identity,
	                        			TAI_Slice_Support_List
		                        		Slice_Support_List
		                        	;
		                        ;,
		                        AMF_TNL_Association_to_Add_List containing
		                        	AMF_TNL_Association_to_Add_item containing
		                        		AMF_TNL_Association_Address,
		                        		TNL_Address_Weight_Factor
		                        	;
		                        ;,
		                        AMF_TNL_Association_to_Update_List containing 
		                        	AMF_TNL_Association_to_Update_Item containing
		                        		AMF_TNL_Association_Address
		                        	;
		                        ;
		                    ;            
		                    from the GNB entity
		                }
		                then {
	                    the IUT entity sends a RAN_CONFIGURATION_UPDATE_FAILURE containing
	                    	Cause;
		                    the IUT entity sends a AMF_CONFIGURATION_UPDATE_ACKNOWLEDGE containing
		                    	AMF_TNL_Association_Setup_List containing
		                    		AMF_TNL_Association_Setup_Item containing
		                    			AMF_TNL_Association_Address
		                    		;
		                    	;
		                    ;
		                    to the GNB entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_05
    		 		
    	} // End Group "AMF Configuration Update"
    	
    } // End Group "8.7 Interface Management Procedures"