TP_IC.tplan2 1.62 KB
Newer Older
/*
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_IC {
	
    import all from Sip_Common;	
	 
    Test Purpose {
	    TP Id TP_IC_GC_01
	    
        Test objective  "IMS CN components shall support SIP messages > 1 300 bytes"
               
        Reference 
          "TS 124 229 (V15.6.0) [1], clause 4.2A"  
        
        Config Id CFG_IC_01
                  
        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
        }

        Expected behaviour
            ensure that {
                when {
                    the UE_A entity sends a MESSAGE   
                       containing  Message_Body_Size indicating value greater than 1300 bytes ;
                    to the IMS_A entity
                }
                then {
                    the IMS_A entity forwards the MESSAGE to the NW_UE_B entity
                }
            }  
    }  // End of TP TP_GI_BC_01
    
    
}