Skip to content
Snippets Groups Projects
Commit 93e3ad91 authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze TD_VoLTE_ECO_INT_INI_01_02

parent bbaee712
No related branches found
No related tags found
1 merge request!6Update master branch for closing TTF T010
......@@ -386,7 +386,7 @@ module AtsImsIot_Emergency {
f_cf_VxLteMonitor_Up();
// Preamble
f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01();
f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01_02();
// Test body
//f_mtc_userInitiateCall (v_ueA, v_userTelInfoB);
......@@ -476,12 +476,31 @@ module AtsImsIot_Emergency {
group f_TD_VoLTE_ECO_INT_INI_01_02 {
function f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01() runs on ImsTestCoordinator {
function f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01_02() runs on ImsTestCoordinator {
log("If the test case fails, please check the preconditions");
// TODO Add real code to check pre-conditions
} // End of function f_TD_VoLTE_ECO_INT_INI_01_02
} // End of function f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01_02
} // End of f_TD_VoLTE_ECO_INT_INI_01
} // End of group f_TD_VoLTE_ECO_INT_INI_01_02
/**
* @desc To demonstrate the establishment of dedicated bearers at the originating EPC due to SIP emergency session establishment.
* On successful emergency call setup with UE-A attached to EPC A, the P-CSCF should derive from the SDP offer and answer, descriptions of the Service Data Flow
* @see ETSI TS 103 795-2 Clause 5.3.1.2 UE calling PSAP with emergency registration
* @remark This is option3: IBCF is connected to the PSTN network
*/
testcase TD_VoLTE_ECO_INT_INI_01_03() runs on ImsTestCoordinator system IotSystemInterface {
} // End of TC TD_VoLTE_ECO_INT_INI_01_03
group f_TD_VoLTE_ECO_INT_INI_01_03 {
function f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01_03() runs on ImsTestCoordinator {
log("If the test case fails, please check the preconditions");
// TODO Add real code to check pre-conditions
} // End of function f_mtc_check_precond_TD_VoLTE_ECO_INT_INI_01_03
} // End of group f_TD_VoLTE_ECOf_TD_VoLTE_ECO_INT_INI_01_03_INT_INI_01
} // End of group EmergencySessionEstablishment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment