Commit 1456ddca authored by Finn Kristoffersen's avatar Finn Kristoffersen
Browse files

Delete TP_GM.tplan2

parent 58479c91
Loading
Loading
Loading
Loading

test_purposes/Gm/TP_GM.tplan2

deleted100644 → 0
+0 −85
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2019.

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.
*/

Package TP_GM_REG_01 {

    import all from Sip_Common;

    Test Purpose {
        TP Id TP_GM_REG_BV_01
    Test objective 
        "First time registration in home IMS network." 
    Reference 
        "TS 124 229 (V10.10.0) [1], clause 4.2A"
    Config Id CFG_xxx_01
    PICS Selection PICS_1 and NOT_PICS_2
    Initial conditions with {
        the UE_A entity isRegisteredTo the EPC_A and
        the UE_A entity isAttachedTo the IMS_A
    }
    Expected behaviour
        ensure that {
            when {
                the UE_A entity sends an UDP SIP_REGISTER containing
                    Request_URI indicating value PX_Stored_Domain_Uri,
                    To_header indicating value PX_Affected_IMPU,
                    From_header indicating value PX_Affected_IMPU,
                    Contact_header indicating value PX_Contact
                    Authorization_header containing 
                        Integrity_Protected_parameter indicating value yes;
                    ,
                    Expires_header indicating value 0
                ; to the IMS_PCRF_A entity
            }
            then {
                the IMS_PCRF_A entity forwards a SIP_REGISTER to the IMS_xxx_A entity
            }
        }
    }  //End of TP_GM_REG_BV_01

    Test Purpose {
        TP Id TP_GM_REG_BV_02
    Test objective 
        "First time registration in home IMS network." 
    Reference 
        "ETSI TS 186 011-2 V2.3.1 Clause yyy"
    Config Id CFG_xxx_01
    PICS Selection PICS_1 and NOT_PICS_2
    Initial conditions with {
        the UE_A entity isRegisteredTo the EPC_A and
        the UE_A entity isAttachedTo the IMS_A
    }
    Expected behaviour
        ensure that {
            when {
                the UE_A entity sends an UDP SIP_REGISTER containing
                    Request_URI indicating value PX_Stored_Domain_Uri,
                    To_header indicating value PX_Affected_IMPU,
                    From_header indicating value PX_Affected_IMPU,
                    Contact_header indicating value PX_Contact
                    Authorization_header containing 
                        Integrity_Protected_parameter indicating value yes;
                    ,
                    Expires_header indicating value 0
                ; to the IMS_PCRF_A entity
            }
            then {
                the IMS_PCRF_A entity forwards a SIP_REGISTER to the IMS_xxx_A entity
            }
        }

    }  //End of TP_GM_REG_BV_02

}