Commit 056c0f8d authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

New Gx TPs added.

parent 13700583
Loading
Loading
Loading
Loading
+86 −0
Original line number Diff line number Diff line
@@ -64,5 +64,91 @@ Package TP_GX {
            }  
    }  // End of TP TP_GX_PGW_RAA_01
     
    Test Purpose {
        TP Id TP_GX_PGW_RAA_02
        //TP_EPC_7002_03 from TS 103 029 V5.1.1
        Test objective  "IUT successfully processes an RA-Request received due to the Session Bearer procedure and sends RA-Answer with Result_Code_AVP."
        
        Reference 
            "TS 129 212 (V15.3.0) [9], clause 4.5.2"
        
        Config Id CFG_GX_PGW_01
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isAttachedTo the IMS_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PCRF_A entity sends an RAR
                    to the EPC_PGW_A entity
                }
                then {
                    the EPC_PGW_A entity sends the RAA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                        ;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP TP_GX_PGW_RAA_02
     
    Test Purpose {
        TP Id TP_GX_PCRF_RAR_01
        //TP_EPC_7002_02 from TS 103 029 V5.1.1
        Test objective  "When IUT receives AA-Request from P-CSCF successfully sends an RA-Request due to the Session Bearer procedure"
        
        Reference 
            "TS 129 212 (V15.3.0) [9], clause 4.5.2"
        
        Config Id CFG_GX_PCRF_01
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isAttachedTo the IMS_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity sends an AAR
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends the RAR containing
                        Charging_Rule_Install_AVP containing
                            Charging_Rule_Definition_AVP containing
                                Charging_Rule_Name_AVP
                                Flow_Information_AVP containing
                                    Flow_Description_AVP
                                ;,
                                Flow_Status_AVP
                                Flows_AVP containing
                                    Media_Component_Number_AVP
                                ;,
                                QOS_Information_AVP containing
                                    QOS_Class_Identifier_AVP
                                        indicating value 
                                            "QCI_1 for voice or
                                             QCI_2 for video";,
                                    Max_Requested_Bandwidth_UL_AVP
                                    Max_Requested_Bandwidth_DL_AVP
                                    Guaranteed_Bitrate_UL_AVP
                                    Guaranteed_Bitrate_DL_AVP
                                    Allocation_Retention_Priority_AVP
                                ;
                            ;
                        ;
                    to the EPC_PGW_A entity
                }
            }  
    }  // End of TP TP_GX_PCRF_RAR_01
    
} // End of Package TP_GX
+3 −3
Original line number Diff line number Diff line
@@ -105,17 +105,17 @@ Package TP_RX {
                    to the IMS_P_CSCF_A entity
                }
            }  
    }  // End of TP TP_GX_PGW_RAA_01
    }  // End of TP TP_RX_PCRF_AAA_01
    
    
     
    Test Purpose {
        TP Id TP_RX_PCSCF_AAR_01
        //TP_EPC_6016_02 from TS 103 029 V5.1.1
        Test objective  "IUT successfully processes all mandatory AVPs in an AA-Request received due to provisioning of AF Signalling flow and sends AA-Answer."
        Test objective  "IUT does not send AA-Request if 4XX_Response REGISTER is received."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clause A.8, 4.4.5a and Annex B"
            "TS 129 214 (V15.6.0) [8], clause A.8"
        
        Config Id CFG_RX_PCSCF_01
        
+10 −0
Original line number Diff line number Diff line
@@ -110,6 +110,16 @@ Package Sip_Common {
                    connection between EPC_PCRF_A.g and EPC_PGW_A.g
            ;
            
            Test Configuration CFG_GX_PCRF_01 
                containing 
                    Tester component EPC_PGW_A of type DiameterComponent
                    Tester component IMS_P_CSCF_A of type DiameterComponent
                    
                    SUT component EPC_PCRF_A of type DiameterComponent
                    connection between EPC_PCRF_A.g and EPC_PGW_A.g
                    connection between EPC_PCRF_A.g and IMS_P_CSCF_A.g
            ;
            
            Test Configuration CFG_RX_PCRF_01 
                containing
                    Tester component IMS_P_CSCF_A of type DiameterComponent