Commit 73da7de4 authored by kretzschmann's avatar kretzschmann
Browse files

Merge branch 'fhg' into TTF033

parents 97c83114 946e74b7
Loading
Loading
Loading
Loading
+101 −1
Original line number Diff line number Diff line
@@ -530,7 +530,107 @@ Package TP_GNB {
    	
    } // end Group 8.2 PDU Session Management Procedures
    
    Group "8.3 UE Context Management Procedures"
    {
    	import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_CMP_01
        
        Test objective "Verify that the NG-RAN node successfully processes a INITIAL CONTEXT SETUP REQUEST contains mandatory IEs and answers with INITIAL CONTEXT SETUP RESPONSE with successfully established UE context."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.3.1.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 INITIAL_CONTEXT_SETUP_REQUEST containing  	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        GUAMI,
                        PDU_Session_Resource_Setup_Request_List containing
                            PDU_SessionId,
                            S_NSSAI,
                            PDU_Session_Resource_Setup_Request_Transfer
                        Allowed_NSSAI,
                        UE_Security_Capabilities,
                        Security_Key
                        ;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a INITIAL_CONTEXT_SETUP_RESPONSE containing
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        PDU_Session_Resource_Setup_Response_List containing
                            PDU_SessionId,
                            PDU_Session_Resource_Setup_Response_Transfer;
                        ;
                     to the AMF entity
                	}
            	}
            
            } // end TP_NGAP_GNB_CMP_01
            
        Test Purpose {
		
        TP Id TP_NGAP_GNB_CMP_02
        
        Test objective "Verify that the NG-RAN node successfully processes a INITIAL CONTEXT SETUP REQUEST contains mandatory IEs and answers with INITIAL CONTEXT SETUP RESPONSE with failed PDU session."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.3.1.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 INITIAL_CONTEXT_SETUP_REQUEST containing  	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        GUAMI,
                        PDU_Session_Resource_Setup_Request_List containing
                            PDU_SessionId,
                            S_NSSAI,
                            PDU_Session_Resource_Setup_Request_Transfer
                        Allowed_NSSAI,
                        UE_Security_Capabilities,
                        Security_Key
                        ;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a INITIAL_CONTEXT_SETUP_RESPONSE containing
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        PDU_Session_Resource_Failed_to_Setup_List containing
                            PDU_SessionId,
                            PDU_Session_Resource_Setup_Unsuccessful_Transfer;
                        ;
                     to the AMF entity
                	}
            	}
            
            } // end TP_NGAP_GNB_CMP_02
                        
    } // end Group 8.3 UE Context Management Procedures
    
    Group "8.6 Initial UE message"
    {