Commit 6872851a authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TPs in section 8.7

parent 5a5b3ecf
Loading
Loading
Loading
Loading
+262 −0
Original line number Diff line number Diff line
@@ -1188,5 +1188,267 @@ Package TP_AMF {
    	
	} // end Group "8.6 Transport of NAS Messages Procedures"
       
	Group "8.7 Interface Management Procedures"
    {
    	Group "NG Setup"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
	
	        TP Id TP_NGAP_AMF_IMP_01
	        
	        Test objective "Verify that the AMF node successfully processes a NG RESET REQEST message that contains mandatory IEs and answers with NG SETUP ACKNOWLEDGE to acknowledge the setup."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.1.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        Initial conditions with {
        		the UE entity isRegisteredTo the AMF // TODO: check initial conditions
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a NG_SETUP_REQUEST containing  	
	                        Global_RAN_Node_ID,
	                        Supported_TA_List containing
	                        	Supported_TA_Item containing
	                        	TAC,
	                        	Broadcast_PLMN_List containing
	                        		Broadcast_PLMN_Item containing
	                        			PLMN_Identity,
	                        			TAI_Slice_Support_List
	                        			;
	                        		;
	                        	;
	                        ;,
	                        Default_Paging_DRX
	                        ;           
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a NG_SETUP_RESPONSE containing
	                      	AMF_Name,
	                      	Served_GUAMI_List containing
	                      		Served_GUAMI_Item containing
	                      			GUAMI
	                      		;
	                      	;,
	                      	Relative_AMF_Capacity,
	                      	PLMN_Support_List containing
	                      		PLMN_Support_Item containing
	                      			PLMN_Identity,
	                      			Slice_Support_List,
	                      			Extended_Slice_Support_List
	                      		;
	                      	;
	                     ;
	                     to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_01
        	
        	Test Purpose {

	        TP Id TP_NGAP_AMF_IMP_02
	        
	        Test objective "Verify that the AMF node successfully decline a NG RESET REQEST message and answers with NG SETUP FAILURE when the AMF is not able to handle the request."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.1.3" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        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 NG_SETUP_REQUEST containing  	
	                        Global_RAN_Node_ID,
	                        Supported_TA_List containing
	                        	Supported_TA_Item containing
	                        	TAC,
	                        	Broadcast_PLMN_List containing
	                        		Broadcast_PLMN_Item containing
	                        			PLMN_Identity,
	                        			TAI_Slice_Support_List
	                        			;
	                        		;
	                        	;
	                        ;,
	                        Default_Paging_DRX
	                        ;           
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a NG_SETUP_FAILURE containing
	                      	Cause
	                     ;
	                     to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_02
		
    		} // End Group "NG Setup"
    	
    	Group "RAN Configuration Update"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
	
	        TP Id TP_NGAP_AMF_IMP_03
	        
	        Test objective "Verify that the AMF node successfully processes a RAN CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE ACKNOWLEDGE to acknowledge the update."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.2.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        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
	                        			PLMN_Identity,
	                        			TAI_Slice_Support_List
	                        			;
	                        		;
	                        	;
	                        ;  
	                    ;            
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a RAN_CONFIGURATION_UPDATE_ACKNOWLEDGE 
	                    to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_03
            	
            	Test Purpose {
	
	        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."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.2.3" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        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
	                        			PLMN_Identity,
	                        			TAI_Slice_Support_List
	                        			;
	                        		;
	                        	;
	                        ;  
	                    ;            
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a RAN_CONFIGURATION_UPDATE_FAILURE containing
	                    	Cause;
	                    to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_04
    		
    	} // End Group "RAN Configuration Update"
    	
    	Group "AMF Configuration Update"
    	{
    		import all from Ngap_Common;
    		
    		Test Purpose {
	
	        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."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.7.3.2" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
	        
	        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
	                        			PLMN_Identity,
	                        			TAI_Slice_Support_List
	                        			;
	                        		;
	                        	;
	                        ;  
	                    ;            
	                    from the GNB entity
	                }
	                then {
	                    the IUT entity sends a RAN_CONFIGURATION_UPDATE_FAILURE containing
	                    	Cause;
	                    to the GNB entity
	                	}
	            	}
            	
            	} // end TP TP_NGAP_AMF_IMP_05
    	} // End Group "AMF Configuration Update"
    	
    } // End Group "8.7 Interface Management Procedures"
} // End of Package TP_AMF
+7 −0
Original line number Diff line number Diff line
@@ -1513,5 +1513,12 @@ Package TP_GNB {
    	
	} // end Group "8.6 Transport of NAS Messages Procedures"
    
    Group "8.7 Interface Management Procedures"
    {
    	Group "NG Setup"
    	{
    		
    	} // End Group "NG Setup"
    }
} // End of Package TP_GNB