Commit 1eb61d1c authored by Yann Garcia's avatar Yann Garcia
Browse files

Update TPs for Mw interfaces

parent f4fc2312
Loading
Loading
Loading
Loading
+80 −6
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ Package TP_MW {
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isRegisteredTo the IMS_A and
            the NW_UE_B entity isAttachedTo the IMS_A
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
@@ -109,7 +109,7 @@ Package TP_MW {
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_REGISTER_02
        TP Id TP_MW_PCSCF_REGISTER_08
        // TP_IMST2_MW_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a full registration (UE_A initiated)."
@@ -155,7 +155,11 @@ Package TP_MW {
                        AuthenticationInfo,
                        PAccessNetworkInfo,
                        PAssociatedURI indicating value PX_UE_A_SIP_URI,
                        P_Charging_Function_Addresses_HDR,
                        P_Charging_Function_Addresses,
                           orig_ioi_parameter 
                               indicating value "Operator Identifier Of ImsA" ,
                           term_ioi_parameter 
                               indicating value "Operator Identifier Of ImsB"
                        Path
                        ;
                }
@@ -172,7 +176,7 @@ Package TP_MW {
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
        
        Config Id CFG_INT_GM_01
        Config Id CFG_INT_MW_01
        
        PICS Selection PICS_1
        
@@ -263,7 +267,7 @@ Package TP_MW {
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.2.1, 6.2"
        
        Config Id CFG_INT_GM_01
        Config Id CFG_INT_MW_01
        
        PICS Selection PICS_1
        
@@ -323,5 +327,75 @@ Package TP_MW {
            }
    } // End of TP_MW_PCSCF_INVITE_01
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_INVITE_02
        // TP_IMST2_MW_INI_05 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_A initiated)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.2.1, 6.2"
        
        Config Id CFG_INT_MW_02
        
        PICS Selection PICS_1
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isRequestedToSend an INVITE
                }
                then {
                    the IMS_P_CSCF_A entity sends an INVITE 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,
                        PAccessNetworkInfo,
                        ContentType indicating value "application/sdp",
                        ContentLength,
                        MessageBody containing
                            SDP containing
                                Version indicating value "0" 
                                // TODO To be continued
                            ;
                        ;;
                     and the IMS_P_CSCF_A entity receives a 100_Trying 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
                        ;
                     or the IMS_P_CSCF_A entity receives a 180_Ringing 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
                        ;
                     and the IMS_P_CSCF_A 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
                        ;
                     and the IMS_P_CSCF_A entity sends a ACK 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
                        ;
                 }
            }
    } // End of TP_MW_PCSCF_INVITE_02
    
} // End of Package TP_MW