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

TP added TP_MW_PCSCF_5G_EMC_200OK_BYE_02

parent ca6a2857
Loading
Loading
Loading
Loading
+46 −0
Original line number Diff line number Diff line
@@ -771,6 +771,52 @@ Package TP_MW_PS {
        
    } // End of TP_MW_PCSCF_5G_EMC_200OK_BYE_01
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_5G_EMC_200OK_BYE_02
        
        Test objective  "Verify that the P-CSCF successfully processes a 200 (OK) BYE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [1], clauses 5.2.7 and 6.2"
        
        Config Id CF_VoNR_INT_ES
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity is5GEmergencyRegisteredTo the _5GC_A and
            the UE_A entity isEmergencyRegisteredTo the IMS_A and
            the UE_B entity is5GEmergencyRegisteredTo the _5GC_B and
            the UE_B entity isEmergencyRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_P_CSCF_B entity receives a 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        ;
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_P_CSCF_B entity sends a 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        ;
                    to the UE_B entity
                }
            }
        
    } // End of TP_MW_PCSCF_5G_EMC_200OK_BYE_02
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_5G_EMC_487INVITE_01