Commit 9a69f95e authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Rx TP added

parent 30bf1bd5
Loading
Loading
Loading
Loading
+64 −0
Original line number Diff line number Diff line
@@ -628,6 +628,39 @@ Package TP_RX {
            }  
    }  // End of TP_RX_PCRF_STA_01
     
    Test Purpose {
        TP Id TP_RX_PCRF_STA_02
        //TP_EPC_7003_2 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT after reception of ST-Request sends ST-Answer."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clause 4.4.4, 4.4.5, A.8"
        
        Config Id CFG_RX_PCRF_01
        
        PICS Selection PICS_1
        
        Initial conditions with {
        	the UE_A entity isNotAttachedTo the EPC_A and
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity sends an STR
                    to the EPC_PCRF_A entity
                }
                then {
                    the EPC_PCRF_A entity sends the STA containing
                        Result_Code_AVP
                            indicating value DIAMETER_SUCCESS
                    ;
                    to the IMS_P_CSCF_A entity
                }
            }  
    }  // End of TP_RX_PCRF_STA_02
    
    Test Purpose {
        TP Id TP_RX_PCSCF_STR_01
        //TP_EPC_6034_01 from TS 103 029 V5.1.1
@@ -816,6 +849,37 @@ Package TP_RX {
            }  
    }  // End of TP_RX_PCSCF_STR_06
    
    Test Purpose {
        TP Id TP_RX_PCSCF_STR_07
        //TP_EPC_6012_02 from TS 103 029 V5.1.1
        Test objective  "Verify that IUT after reception of 200 response REGISTER sends an ST-Request."
        
        Reference 
            "TS 129 214 (V15.6.0) [8], clauses 4.4.4, 4.4.5a, A.8"
        
        Config Id CFG_RX_PCSCF_01
        
        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 IMS_P_CSCF_A entity receives a 200_Response_REGISTER
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends the STR containing
                        Session_Id_AVP;
                    to the EPC_PCRF_A entity
                }
            }  
    }  // End of TP_RX_PCSCF_STR_07
    
    
    
} // End of Package TP_RX