Commit 67f10db5 authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new test purposes

parent 73da7de4
Loading
Loading
Loading
Loading
+269 −91
Original line number Diff line number Diff line
@@ -531,6 +531,10 @@ Package TP_GNB {
    } // end Group 8.2 PDU Session Management Procedures
    
    Group "8.3 UE Context Management Procedures"
    {
    	import all from Ngap_Common;
    	
    	 Group "Initial Context Setup" 
         {
         	import all from Ngap_Common;
    	 
@@ -548,7 +552,7 @@ Package TP_GNB {
        	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 {
            //TODO: Do we have an initial condition here?
            	the UE entity isRegisteredTo the AMF // TODO
        	}
        
	        Expected behaviour
@@ -561,7 +565,8 @@ Package TP_GNB {
	                        PDU_Session_Resource_Setup_Request_List containing
	                            PDU_SessionId,
	                            S_NSSAI,
                            PDU_Session_Resource_Setup_Request_Transfer
	                            PDU_Session_Resource_Setup_Request_Transfer;
	                        ,
	                        Allowed_NSSAI,
	                        UE_Security_Capabilities,
	                        Security_Key
@@ -595,9 +600,9 @@ Package TP_GNB {
	        
	        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 {
           //TODO: Do we have an initial condition here?
        }
//	        Initial conditions with {
//	           //TODO: Do we have an initial condition here?
//	        }
	        
	        Expected behaviour
	            ensure that {
@@ -609,7 +614,8 @@ Package TP_GNB {
	                        PDU_Session_Resource_Setup_Request_List containing
	                            PDU_SessionId,
	                            S_NSSAI,
                            PDU_Session_Resource_Setup_Request_Transfer
	                            PDU_Session_Resource_Setup_Request_Transfer;
	                        ,
	                        Allowed_NSSAI,
	                        UE_Security_Capabilities,
	                        Security_Key
@@ -629,6 +635,178 @@ Package TP_GNB {
	            	}
	            
	            } // end TP_NGAP_GNB_CMP_02
         	} // end Group Initial Context Setup
    
    	
            
            Group "UE Context Modification"
            {
            	import all from Ngap_Common;
            	
            	Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_03
		        
		        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT MODIFICATION REQUEST contains mandatory IEs and answers with UE CONTEXT MODIFICATION FAILURE with failed PDU session."

		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.4.2" 
		        
		        Config Id CFG_GNB_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 {
//		           //TODO: Do we have an initial condition here?
//		        }
		        
		        Expected behaviour
		            ensure that {
		                when {
		                    the IUT entity receives a UE_CONTEXT_MODIFICATION_REQUEST containing  	
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID
		                        ;
		                    from the AMF entity
		                }
		                then {
		                    the IUT entity sends a UE_CONTEXT_MODIFICATION_FAILURE containing
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID,
		                        Cause
		                        ;
		                     to the AMF entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_GNB_CMP_03
            
            	Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_04
		        
		        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT MODIFICATION REQUEST contains mandatory IEs and answers with UE CONTEXT MODIFICATION RESPONSE with successfully modify UE context."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.4.3" 
		        
		        Config Id CFG_GNB_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 {
//		           //TODO: Do we have an initial condition here?
//		        }
		        
		        Expected behaviour
		            ensure that {
		                when {
		                    the IUT entity receives a UE_CONTEXT_MODIFICATION_REQUEST containing  	
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID
		                        ;
		                    from the AMF entity
		                }
		                then {
		                    the IUT entity sends a UE_CONTEXT_MODIFICATION_RESPONSE containing
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID
		                        ;
		                     to the AMF entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_GNB_CMP_04
            
            } // end Group UE Context Modification
            
            
            Group "UE Context Suspend"
            {
            	import all from Ngap_Common;
            	
            	Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_05
		        
		        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT SUSPEND REQUEST contains mandatory IEs and answers with UE CONTEXT SUSPEND REQUEST RESPONSE with successfully suspend UE context."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.11.2" 
		        
		        Config Id CFG_GNB_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 {
//		           //TODO: Do we have an initial condition here?
//		        }
		        
		        Expected behaviour
		            ensure that {
		                when {
		                    the IUT entity receives a UE_CONTEXT_SUSPEND_REQUEST containing  	
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID,
		                        PDU_Session_Resource_Suspend_List containing
		                        	 PDU_SessionId,
		                        	 UE_Context_Suspend_Request_Transfer;
		                        ;
		                    from the AMF entity
		                }
		                then {
		                    the IUT entity sends a UE_CONTEXT_SUSPEND_RESPONSE containing
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID
		                        ;
		                     to the AMF entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_GNB_CMP_05
            	
            	Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_06
		        
		        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT SUSPEND REQUEST contains mandatory IEs and answers with UE CONTEXT SUSPEND FAILURE with failed suspension."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.11.3" 
		        
		        Config Id CFG_GNB_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 {
//		           //TODO: Do we have an initial condition here?
//		        }
		        
		        Expected behaviour
		            ensure that {
		                when {
		                    the IUT entity receives a UE_CONTEXT_SUSPEND_REQUEST containing  	
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID,
		                        PDU_Session_Resource_Suspend_List containing
		                        	 PDU_SessionId,
		                        	 UE_Context_Suspend_Request_Transfer;
		                        ;
		                    from the AMF entity
		                }
		                then {
		                    the IUT entity sends a UE_CONTEXT_SUSPEND_FAILURE containing
		                        AMF_UE_NGAP_ID,
		                        RAN_UE_NGAP_ID,
		                        Cause
		                        ;
		                     to the AMF entity
		                	}
		            	}
            	
            	} // end TP TP_NGAP_GNB_CMP_06
            	
            }// end Group UE Context Suspend
            
    } // end Group 8.3 UE Context Management Procedures