Commit 213b7adf authored by Yann Garcia's avatar Yann Garcia
Browse files

Add new configurations; Review all Interworking TPs

parent 6f2d83e3
Loading
Loading
Loading
Loading
+71 −32
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ Package TP_GM {
                    the UE_A entity isTriggeredToStart
                }
                then {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                    the UE_A entity sends a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -117,8 +117,8 @@ Package TP_GM {
                            not term_ioi,
                        not SecurityClient
                        ;;
                    from the UE_A entity
                    and the IMS_P_CSCF_A entity sends an 401_Unauthorized containing
                    to the IMS_P_CSCF_A entity
                    and the UE_A entity receives an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -133,7 +133,7 @@ Package TP_GM {
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                    to the UE_A entity
                    from the IMS_P_CSCF_A entity
                }
            }
            
@@ -282,7 +282,7 @@ Package TP_GM {
                    the UE_A entity isTriggeredToStart
                }
                then {
                    the IMS_P_CSCF_B entity receives a REGISTER containing
                    the UE_A entity sends a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -297,8 +297,8 @@ Package TP_GM {
                            not term_ioi,
                        not SecurityClient
                        ;;
                    from the UE_A entity
                    and the IMS_P_CSCF_B entity sends an 401_Unauthorized containing
                    to the IMS_P_CSCF_B entity
                    and the UE_A entity receives an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -314,7 +314,7 @@ Package TP_GM {
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                    to the UE_A entity
                    from the IMS_P_CSCF_B entity
                }
            }
            
@@ -461,10 +461,10 @@ Package TP_GM {
                    the UE_A entity isTriggeredToDetachUser
                }
                then {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                    the UE_A entity sends a REGISTER containing
                        Expire indicating value 0
                        ;
                    from the UE_A entity
                    to the IMS_P_CSCF_A entity
                }
            }
    } // End of TP_GM_PCSCF_REGISTER_07
@@ -505,6 +505,45 @@ Package TP_GM {
    
    // TP_GM_PCSCF_REGISTER_09 Not applicable
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_REGISTER_10
        // ??? from ETSI TS 186 011-2 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a user de-registration (with SIP session active)."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.1 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        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 and
            the UE_A entity previouslyEstablishedCallWith the UE_B
        }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isTriggeredToDetachUser
                }
                then {
                    the UE_A entity sends a REGISTER containing
                        Expire indicating value 0
                        ;
                    to the IMS_P_CSCF_A entity and
                    the UE_A entity receives a BYE
                    from the IMS_P_CSCF_A entity
                }
            }
    } // End of TP_GM_PCSCF_REGISTER_10
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_SUBSCRIBE_01
@@ -578,7 +617,7 @@ Package TP_GM {
                    the UE_A entity isRequestedToSend a SUBSCRIBE
                }
                then {
                    the IMS_P_CSCF_B entity receives an SUBSCRIBE containing
                    the UE_A entity sends an SUBSCRIBE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -586,8 +625,8 @@ Package TP_GM {
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        // TODO To be continued
                        ;
                     from the UE_A entity
                     and the IMS_P_CSCF_B entity sends a 200_Ok containing
                     to the IMS_P_CSCF_B entity
                     and the UE_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,
@@ -595,7 +634,7 @@ Package TP_GM {
                        PVisitedNetwork
                        // TODO To be continued
                        ;
                     to the UE_A entity
                     to the IMS_P_CSCF_B entity
                }
            }
    } // End of TP_GM_PCSCF_SUBSCRIBE_02
@@ -630,7 +669,7 @@ Package TP_GM {
                        Event indicating value "reg,de-reg"
                        // TODO To be continued
                        ;
                     from the UE_A entity
                     to the UE_A entity
                }
            }
    } // End of TP_GM_PCSCF_NOTIFY_01
@@ -773,7 +812,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.7.2 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection NONE
        
@@ -819,7 +858,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.7.3 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection NONE
        
@@ -985,7 +1024,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1130,7 +1169,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1169,7 +1208,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1320,7 +1359,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1359,7 +1398,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1549,7 +1588,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1693,7 +1732,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection NONE
        
@@ -1740,7 +1779,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection NONE
        
@@ -1916,7 +1955,7 @@ Package TP_GM {
        Reference 
            "ETIS TS 124 229 [2] Clause 5.1.5 (1st paragraph), Clause 5.2.8.2, Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2002,7 +2041,7 @@ Package TP_GM {
        Reference 
            "ETIS TS 124 229 [2] Clause 5.1.5 (1st paragraph), Clause 5.2.8.2, Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -2440,7 +2479,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.3 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2567,7 +2606,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2606,7 +2645,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -2903,7 +2942,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.3 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2944,7 +2983,7 @@ Package TP_GM {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.3 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
+467 −205

File changed.

Preview size limit exceeded, changes collapsed.

+156 −36
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ Package TP_MW_PS {
                        Require_HDR indicating value "path",
                        Supported indicating value "path"
                        ;;
                        to the IMS_S_CSCF_A entity
                        to the IMS_I_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -190,7 +190,7 @@ Package TP_MW_PS {
                            qop indicating value "auth",
                        PChargingVector
                        ;;
                    to the IMS_S_CSCF_A entity
                    to the IMS_I_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -401,7 +401,7 @@ Package TP_MW_PS {
                        PChargingVector,
                        PVisitedNetwork
                        ;;
                    to the IMS_S_CSCF_B entity
                    to the IMS_I_CSCF_B entity
                    and the IMS_P_CSCF_B entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -447,7 +447,7 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity sends a REGISTER containing
                    the IMS_P_CSCF_B entity sends a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -460,7 +460,7 @@ Package TP_MW_PS {
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value ""
                        ;;
                    to the IMS_P_CSCF_B entity
                    to the UE_A entity
                }
                then {
                    the IMS_P_CSCF_B entity sends a REGISTER containing
@@ -597,6 +597,88 @@ Package TP_MW_PS {
            }
    } // End of TP_MW_PCSCF_REGISTER_09
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_REGISTER_10
        // ??? from ETSI TS 186 011-2 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a user de-registration (with SIP session active)."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.1 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        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 and
            the UE_A entity previouslyEstablishedCallWith the UE_B
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                        Expire indicating value 0
                        ;
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a REGISTER containing
                        Expire indicating value 0
                        ;
                    to the IMS_I_CSCF_A entity and
                    the IMS_P_CSCF_A entity sends a BYE
                    to the UE_A entity
                }
            }
    } // End of TP_MW_PCSCF_REGISTER_10
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_REGISTER_11
        // ??? from ETSI TS 186 011-2 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a user network detachment."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.1 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        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 UE_A entity isRequestedToDetachfromNetwork
                }
                then {
                    the IMS_P_CSCF_A entity sends a BYE
                    to the IMS_S_CSCF_A entity and
                    the IMS_P_CSCF_A entity receives a 200_Ok
                    from the IMS_S_CSCF_A entity and
                    the IMS_P_CSCF_A entity sends a REGISTER containing
                        Expire indicating value 0
                        ;
                    to the IMS_I_CSCF_A entity and
                    the IMS_P_CSCF_A entity receives a 200_Ok
                    from the IMS_I_CSCF_A entity
                }
            }
    } // End of TP_MW_PCSCF_REGISTER_11
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_SUBSCRIBE_01
@@ -620,7 +702,7 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity sends an SUBSCRIBE containing
                    the IMS_P_CSCF_A entity receives an SUBSCRIBE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -630,7 +712,7 @@ Package TP_MW_PS {
                        Expires
                        // TODO To be continued
                        ;
                    to the IMS_P_CSCF_A entity
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an SUBSCRIBE containing
@@ -644,14 +726,14 @@ Package TP_MW_PS {
                        // TODO To be continued
                        ;
                    to the IMS_S_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends a 200_Ok containing
                    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
                        // TODO To be continued
                        ;
                    to the UE_A entity
                    from the IMS_S_CSCF_A entity
                }
            }
    } // End of TP_MW_PCSCF_SUBSCRIBE_01
@@ -679,7 +761,7 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity sends an SUBSCRIBE containing
                    the IMS_P_CSCF_B entity receives an SUBSCRIBE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -689,7 +771,7 @@ Package TP_MW_PS {
                        Expires
                        // TODO To be continued
                        ;
                    to the IMS_P_CSCF_B entity
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_B entity sends an SUBSCRIBE containing
@@ -703,14 +785,14 @@ Package TP_MW_PS {
                        // TODO To be continued
                        ;
                    to the IMS_S_CSCF_B entity
                    and the IMS_P_CSCF_B entity sends a 200_Ok containing
                    and 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
                        // TODO To be continued
                        ;
                    to the UE_A entity
                    to the IMS_S_CSCF_B entity
                }
            }
    } // End of TP_MW_PCSCF_SUBSCRIBE_02
@@ -736,9 +818,12 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity isRequestedToSend a NOTIFY containing
                    the IMS_P_CSCF_A entity receives a NOTIFY containing
                        From indicating value PX_S_CSCF_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        Event indicating value "reg,de-reg"
                    ;
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an NOTIFY containing
@@ -750,6 +835,41 @@ Package TP_MW_PS {
            }
    } // End of TP_MW_PCSCF_NOTIFY_01
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_NOTIFY_02
        
        Test objective  "Verify that the P-CSCF successfully processes a NOTIFY in case of IMS Administrative de-registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.2 Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        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 NOTIFY containing
                        From indicating value PX_S_CSCF_A_SIP_URI,
                        To indicating value PX_P_CSCF_A_SIP_URI,
                        Event indicating value "reg,de-reg"
                    ;
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a 200_Ok
                    to the IMS_S_CSCF_A entity
                }
            }
    } // End of TP_MW_PCSCF_NOTIFY_02
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_200OK_NOTIFY_01
@@ -918,7 +1038,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.7.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection NONE
        
@@ -979,7 +1099,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.7.3 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection NONE
        
@@ -1113,7 +1233,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clauses 5.2.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1149,7 +1269,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clauses 5.2.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1257,7 +1377,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clauses 5.2.9.1 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1293,7 +1413,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clauses 5.2.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1417,7 +1537,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1461,7 +1581,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1605,7 +1725,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -1655,7 +1775,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -1825,7 +1945,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection NONE
        
@@ -1885,7 +2005,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection NONE
        
@@ -2090,7 +2210,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], ETIS TS 124 229 [2] Clause 5.1.5, Clause 5.4.5.2, Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2192,7 +2312,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], ETIS TS 124 229 [2] Clause 5.1.5, Clause 5.4.5.2, Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
@@ -2609,7 +2729,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.3 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -2661,15 +2781,15 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.3 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_A
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B and
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_A and
            the UE_B entity hasAchieveInitialINVITE and
            the UE_A entity isRequestedToSend a CANCEL
        }
@@ -3012,7 +3132,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_RMI
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
@@ -3062,7 +3182,7 @@ Package TP_MW_PS {
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
        
        Config Id CF_VxLTE_INT
        Config Id CF_VxLTE_RMI_B
        
        PICS Selection  NONE
        
+149 −76

File changed.

Preview size limit exceeded, changes collapsed.

+12 −8
Original line number Diff line number Diff line
@@ -78,9 +78,11 @@ Package Sip_Common {
            - hasReceivedSubsequentOrTargetRefreshRequestInDialog
            - previouslyEstablishedCallWith
            - isRequestedToSend
            - isRequestedToDeregisterUser
            - isBusy
            - isNoLongerAvailable
            - isTriggeredToDetachUser
            - isRequestedToDetachfromNetwork
            // SIP Requests
            - hasAchieveFirstREGISTER
            - REGISTER
@@ -112,19 +114,21 @@ Package Sip_Common {
//        PX_UE_A_REALM,
//        PX_UE_A_USERNAME,
//        PX_UE_A_INVALID_USERNAME,
//        PX_UE_A_VIA
//        PX_UE_A_AUTH_ALG
//        PX_OPERATOR_ID_A
//        PX_UE_A_VIA,
//        PX_UE_A_AUTH_ALG,
//        PX_OPERATOR_ID_A,
//        PX_UE_B_SIP_URI,
//        PX_UE_B_TEL_URI,,
//        PX_UE_B_TEL_URI,
//        PX_UE_B_USERNAME,
//        PX_UE_B_INVALID_USERNAME,
//        PX_UE_B_VIA
//        PX_UE_B_AUTH_ALG
//        PX_OPERATOR_ID_B
//        PX_UE_B_VIA,
//        PX_UE_B_AUTH_ALG,
//        PX_OPERATOR_ID_B,
//        PX_P_CSCF_A_SIP_URI,
//        PX_IMS_A_ICID,
//        PX_IMS_A_ORIG_IOI
//        PX_IMS_A_ORIG_IOI,
//        PX_S_CSCF_A_SIP_URI,
//        PX_P_CSCF_A_SIP_URI,
//        PX_TO_BE_DEFINED
//        ;
//    } // End of Const section