Commit d79275bc authored by garciay's avatar garciay
Browse files

Add subset of IMS/EPC TDs

parent 4f36b84b
Loading
Loading
Loading
Loading
+83 −60
Original line number Diff line number Diff line
@@ -190,8 +190,10 @@ module AtsImsIot_TestCases_EPC {
    
    group sipSessionAndSessionBearer {
        
        group sipSessionEstablishment { 
            
            /**
         * @desc	Originating Leg With SDP Negotiation in INVITE/200 OK.
             * @desc	Originating Leg - With SDP Negotiation in INVITE/200 OK.
             * On successful call setup, the P-CSCF should derive from the SDP offer and answer, descriptions of the Service Data Flow. 
             * These are pushed towards EPC as request for creation of adequate bearers. EPC creates based on the EPC's operator policies the bearers for media.
             * When transporting media, the EPC will employ the respective bearer's characteristics. Media transport is possible only after the successful establishment of the session. 
@@ -228,7 +230,10 @@ module AtsImsIot_TestCases_EPC {
            } // End of TC TC_IMSEPC_Session_Establishment_Originating_0001
            
            /**
        * @desc	.
             * @desc	Originating Leg - Without SDP Negotiation in the initial SIP transaction.
             * On successful call setup without SDP negotiation (no SDP-offer/answer in the initial SIP INVITE Request / 200 OK Response / ACK Request), there is no request for establishing media bearers from the P-CSCF towards EPC. 
             * Media transport is not possible either before or after this empty session setup
             * @see TS 103 029 V3.1.1 clause 7.3.1.1.3
             */
            testcase TC_IMSEPC_Session_Establishment_Originating_0003 ( ) runs on ImsTestCoordinator system IotSystemInterface {
                var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A);
@@ -259,6 +264,24 @@ module AtsImsIot_TestCases_EPC {
                f_cf_adapter_down();
            } // End of TC TC_IMSEPC_Registration_Initial_Successful_0001
            
        } // End of group sipSessionEstablishment
        
        group sipSessionModification { 
            
        } // End of group 
        
        group sipSessionRelease { 
            
        } // End of group sipSessionRelease
        
        group sipSessionAbortReject { 
            
        } // End of group sipSessionAbortReject
        
        group epcInitiatedBearerModification { 
            
        } // End of group epcInitiatedBearerModification
        
    } // End of group sipSessionAndSessionBearer
    
} // End of module AtsImsIot_TestCases_EPC
 No newline at end of file