Commit 15362302 authored by Rennoch's avatar Rennoch
Browse files

Merge branch 'STF574' of https://forge.etsi.org/rep/vxlte/vxlte-iop into STF574

parents 8d6522e8 fd06dd4b
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
        
+71 −0
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2019-2020.

This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.

ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/

/* Isc interface at S-CSCF<->AS */
Package TP_ISC {
    
    import all from Sip_Common;
    
    Test Purpose {
        
        TP Id TP_ISC_SCSCF_REGISTER_01
        // TP_IMST2_ISC_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the S-CSCF successfully processes registration towards AS
                         when IMS supports 3rd-party registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.4.1.7"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity receives a REGISTER
                    from the IMS_I_CSCF_A entity
                }
                then {
                    the IMS_S_CSCF_A entity sends a REGISTER containing
                        From indicating value PX_SCSCF_SIP_URI,
                        To indicating value PX_AS_A_SIP_URI,
                        Request_Uri indicating value PX_AS_A_SIP_URI,
                        Contact indicating value PX_SCSCF_SIP_URI,
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PAccessNetworkInfo
                        PVisitedNetworkId
                        ;
                    to the IMS_AS_A entity
                    and the IMS_AS_A entity sends an 200_Ok containing
                        From indicating value PX_AS_A_SIP_URI,
                        To indicating value PX_SCSCF_SIP_URI,
                        CallId,
                        Via
                        ;
                    to the IMS_S_CSCF_A entity
                }
            }
    } // End of TP_ISC_SCSCF_REGISTER_01
    
} // End of Package TP_ISC
+149 −76

File changed and moved.

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
        
+467 −205

File changed and moved.

Preview size limit exceeded, changes collapsed.

Loading