Commit 404f9071 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

New Rx TPs added.

parent 056c0f8d
Loading
Loading
Loading
Loading
+39 −0
Original line number Original line Diff line number Diff line
@@ -139,5 +139,44 @@ Package TP_RX {
            }  
            }  
    }  // End of TP TP_RX_PCSCF_AAR_01
    }  // End of TP TP_RX_PCSCF_AAR_01
    
    
    Test Purpose {
        TP Id TP_RX_PCRF_AAA_02
        //TP_EPC_7002_04 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT sends AA-Answer after RAA is received from PGW."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clause A.8"
        
        Config Id CFG_RX_PCRF_02
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the EPC_PGW_A entity sends a RAA
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends the AAA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS "(2001)"
                        Acceptable_Service_Info_AVP containing
                            "one or more" Media_Component_Description_AVP
                                indicating value "derived from AA-Request"
                        ;
                    ;
                    to the IMS_P_CSCF_A entity
                }
            }  
    }  // End of TP TP_RX_PCRF_AAA_02
    
    
    
} // End of Package TP_RX
} // End of Package TP_RX
+10 −0
Original line number Original line Diff line number Diff line
@@ -128,6 +128,16 @@ Package Sip_Common {
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A.g
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A.g
            ;
            ;
            
            
            Test Configuration CFG_RX_PCRF_02
                containing
                    Tester component IMS_P_CSCF_A of type DiameterComponent
                    
                    SUT component EPC_PCRF_A of type DiameterComponent
                    SUT component EPC_PGW_A of type DiameterComponent
                    connection between IMS_P_CSCF_A.g and EPC_PCRF_A.g
                    connection between EPC_PGW_A.g and EPC_PCRF_A.g
            ;
            
            Test Configuration CFG_RX_PCSCF_01 
            Test Configuration CFG_RX_PCSCF_01 
                containing
                containing
                    Tester component IMS_S_CSCF_A of type SipComponent
                    Tester component IMS_S_CSCF_A of type SipComponent