Commit 96df3b78 authored by Yann Garcia's avatar Yann Garcia
Browse files

Upadate TP_GM_UE_INVITE_01, add TP_GM_UE_INVITE_02

parent 78907667
Loading
Loading
Loading
Loading
+41 −6
Original line number Original line Diff line number Diff line
@@ -21,12 +21,11 @@ Package TP_GM {
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_UE_INVITE_01
        TP Id TP_GM_UE_INVITE_01
        Test objective  "Verify that the SUT successfully processes an initial INVITE."
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_A side)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
            "ETSI TS 186 011-1 (V5.1.1), clause 5.4.1",
            "TP_IMS_5097_01"
            "ETSI TS 186 011-2 (V5.1.1), clause 4.5.3.1"
        
        
        Config Id CFG_GM_01
        Config Id CFG_GM_01
        
        
@@ -34,9 +33,9 @@ Package TP_GM {
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B 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_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_A
            the UE_B entity isRegisteredTo the IMS_B
        }
        }
        
        
        Expected behaviour
        Expected behaviour
@@ -66,6 +65,42 @@ Package TP_GM {
            }
            }
    } // End of TP TP_GM_UE_INVITE_01
    } // End of TP TP_GM_UE_INVITE_01
    
    
} // End of Package TP_GM
    Test Purpose {
        
        
        TP Id TP_GM_UE_INVITE_02
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_B side)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
            "TP_IMS_5097_02"
        
        Config Id CFG_GM_01
        
        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 sends an InitialINVITE
                }
                then {
                    the UE_B entity receives an InitialINVITE containing
                        P_Asserted_Identity_HDR containing
                            SIP_URI indicating value PX_UE_A_SIP_URI,
                        P_Asserted_Identity_HDR containing
                            TEL_URI indicating value PX_UE_A_TEL_URI
                            ;
                        ;;
                }
            }
    } // End of TP TP_GM_UE_INVITE_02
    
} // End of Package TP_GM