Commit e689b9ff authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

GNB PDU first test and AMF PDU minor change

parent b0bfb8dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ Package TP_AMF {
                                PDU_Session_NAS_PDU containing
                                    uL_NAS_TRANSPORT_message_identity set to UL_NAS_TRANSPORT,
                                    payload_container containing
                                        Message_type set to PDU_SESSION_ESTABLISHMENT_REQUEST;;,
                                        Message_type set to PDU_SESSION_ESTABLISHMENT_ACCEPT;;,
                                S_NSSAI containing
                                    SST set to PX_SST,
                                    SD set to PX_SD;,
@@ -164,6 +164,7 @@ Package TP_AMF {
        
        Initial conditions with {
            the UE entity hasEstablishedPDUsession
            //UE configured at 5GC to support dedicated QoS  flow
        }
        
        Expected behaviour
+68 −0
Original line number Diff line number Diff line
@@ -20,6 +20,74 @@ Package TP_GNB {
    {
        import all from Ngap_Common;

    	Test Purpose {
		
        TP Id TP_NGAP_GNB_PDU_01 
        
        Test objective "Verify that the NG-RAN node successfully processes a PDU_SESSION_RESOURCE_SETUP_REQUEST and answers with PDU_SESSION_RESOURCE_SETUP_RESPONSE for successfully established PDU session."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.2.1.2, 9.2.1.1 and 9.2.1.2" 
        
        Config Id CF_GNB_N2
        
        PICS Selection PICS_A2/1 and PICS_A3/1_1

        Initial conditions with {
            the UE entity isRegisteredToAMF
        }

        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a PDU_SESSION_RESOURCE_SETUP_REQUEST containing
                        AMF_UE_NGAP_ID set to PX_AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID set to RV_RAN_UE_NGAP_ID,
                        PDU_Session_Resource_Setup_Request_List containing
                            PDU_Session_Resource_Setup_Request_Item containing
                                PDU_SessionId indicating value PX_PDU_SessionId,
                                PDU_Session_NAS_PDU containing
                                    uL_NAS_TRANSPORT_message_identity set to UL_NAS_TRANSPORT,
                                    payload_container containing
                                        Message_type set to PDU_SESSION_ESTABLISHMENT_ACCEPT;;,
                                S_NSSAI containing
                                    SST set to PX_SST,
                                    SD set to PX_SD;,
                                PDU_Session_Resource_Setup_Request_Transfer containing
                                    UL_NG_U_UP_TNL_Information containing
                                        EndpointIPAddress indicating value PX_N3_ENDPOINT_IP_ADDRESS,
                                        GTP_TEID indicating value PX_GTP_TEID;,
                                    PDU_Session_Type set to IPv4,
                                    QoS_Flow_Setup_Request_List containing
                                        QoS_Flow_Setup_Request_Item containing
                                            QoSFlowIdentifier indicating value PX_QFI,
                                            QoSFlowLevelQosParameters containing
                                                QoSCharactersistics containing
                                                    Non_Dynamic_5QI set to PX_5QI;,
                                                Allocation_and_Retention_Priority;;;;;;;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a PDU_SESSION_RESOURCE_SETUP_RESPONSE containing
                        AMF_UE_NGAP_ID set to PX_AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID set to RV_RAN_UE_NGAP_ID,
                        PDU_Session_Resource_Setup_Response_List containing
                          PDU_Session_Resource_Setup_Response_Item containing
                            PDU_SessionId indicating value RV_PDU_SessionId,
                            PDU_Session_Resource_Setup_Response_Transfer containing
                              DL_QoS_Flow_per_TNL_Information containing
                                UP_Transport_Layer_Information containing
                                    EndpointIPAddress indicating value RV_N3_GNB_ADDRESS,
                                    GTP_TEID indicating value RV_GTP_TEID;,
                                Associated_QoS_Flow_List containing
                                    Associated_QoS_Flow_Item containing
                                        QoS_Flow_Identifier indicating value RV_QFI;;;;;;;
                     to the AMF entity
               	}
           	}

        } // end TP_NGAP_GNB_PDU_01
        
    } // end Group 8.2 PDU Session Management Procedures

    Group "8.3 UE Context Management Procedures"