Commit 30bf1bd5 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Gx TP added

parent 9c3b1b04
Loading
Loading
Loading
Loading
+39 −4
Original line number Diff line number Diff line
@@ -205,6 +205,42 @@ Package TP_GX {
            }  
    }  // End of TP_GX_PGW_RAA_03
     
    Test Purpose {
        TP Id TP_GX_PGW_RAA_04
        //TP_7002_19 from TS 103 029 V5.1.1
        Test objective  "IUT successfully processes an RA-Request received due to removal of 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 containing
                        Charging_Rule_Remove_AVP containing
                            Charging_Rule_Name_AVP
                    ;;
                    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_GX_PGW_RAA_04
     
    Test Purpose {
        TP Id TP_GX_PCRF_RAR_01
        //TP_EPC_7002_02 from TS 103 029 V5.1.1
@@ -284,10 +320,9 @@ Package TP_GX {
                }
                then {
                    the EPC_PCRF_A entity sends the RAR containing
                        Charging_Rule_Install_AVP containing
                        Charging_Rule_Remove_AVP containing
                            Charging_Rule_Name_AVP
                        ;;;
                        ;;
                    to the EPC_PGW_A entity
                }
            }