Commit e145ddde authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TP in section Interface Management Procedures

parent 4d5b469d
Loading
Loading
Loading
Loading
+57 −0
Original line number Diff line number Diff line
@@ -1688,6 +1688,63 @@ Package TP_GNB {
            	
            	} // end TP TP_NGAP_GNB_IMP_03
            	
            	Test Purpose {
            		
            	TP Id TP_NGAP_GNB_IMP_06
		        
		        Test objective "Verify that the GNB node can send a AMF CONFIGURATION UPDATE FAILURE."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.7.3.2"
		        
		        Config Id CFG_GNB_01
		        
		        PICS Selection PICS_A2/1 and PICS_A3/6_3
		        
		        Initial conditions with {
	        		the UE entity isRegisteredTo the AMF and
	        		the UE entity isCMIDLE and
	        		the UE entity hasReceivedPAGINGMessage 
	    		}
		        
		        Expected behaviour
		            ensure that {
		                when {
		                    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, // Implementation Note: Incorrect PLMN ID: The PLMN ID in the message does not match the PLMN ID of the GNB.
		                        		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 AMF entity
		                }
		                then {
		                    the IUT entity sends a AMF_CONFIGURATION_UPDATE_FAILURE containing
		                    	Cause;
		                    to the AMF entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_GNB_IMP_06
            	
    	} //End Group AMF Configuration Update
    	
    	Group "NG Reset"