Commit 2c43585a authored by garciay's avatar garciay
Browse files

Session Week #34:

- Enhance TCs for Path Management
- Terminate TPs implementation for Tunnel Management
- Enhance TCs for Tunnel Management
- Start TPs implementation for CS Fallback and Srvcc 
parent ac93c4e9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -54,8 +54,36 @@ module AtsGtpv2C_TestControl {
}
if (PICS_MME_MODIFY_BEARER_COMMAND) {
execute(TC_S11_MME_TM_10());
execute(TC_S11_MME_TM_11());
execute(TC_S11_MME_TM_11());
}
if (PICS_MME_UPDATE_BEARER_RESPONSE) {
execute(TC_S11_MME_TM_12());
}
if (PICS_MME_DELETE_BEARER_COMMAND) {
execute(TC_S11_MME_TM_13());
execute(TC_S11_MME_TM_14());
}
if (PICS_MME_CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_REQUEST) {
execute(TC_S11_MME_TM_15());
}
if (PICS_MME_RELEASE_ACCESS_BEARERS_REQUEST) {
execute(TC_S11_MME_TM_16());
}
execute(TC_S11_MME_TM_17());
if (PICS_MME_SUSPEND_NOTIFICATION) {
execute(TC_S11_MME_CSF_SRVCC_01());
}
if (PICS_MME_TRACE_SESSION_ACTIVATION and PICS_SUPPORT_MME_EMULATION) {
execute(TC_S11_MME_TMM_01());
execute(TC_S11_MME_TMM_02());
}
}
/* IUT is S-GW */
......@@ -93,8 +121,36 @@ module AtsGtpv2C_TestControl {
}
if (PICS_SGW_UPDATE_BEARER_REQUEST) {
execute(TC_S11_SGW_TM_10());
execute(TC_S11_SGW_TM_11());
execute(TC_S11_SGW_TM_11());
}
if (PICS_SGW_UPDATE_BEARER_REQUEST) {
execute(TC_S11_SGW_TM_12());
}
if (PICS_SGW_DELETE_BEARER_REQUEST) {
execute(TC_S11_SGW_TM_13());
}
if (PICS_SGW_DELETE_BEARER_FAILURE_INDICATION) {
execute(TC_S11_SGW_TM_14());
}
if (PICS_SGW_CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE) {
execute(TC_S11_SGW_TM_15());
}
if (PICS_SGW_RELEASE_ACCESS_BEARERS_RESPONSE) {
execute(TC_S11_SGW_TM_16());
}
execute(TC_S11_SGW_TM_17());
if (PICS_SGW_SUSPEND_ACKNOWLEDGE) {
execute(TC_S11_SGW_CSF_SRVCC_01());
}
execute(TC_S11_SGW_TMM_01());
execute(TC_S11_SGW_TMM_02());
}
} // End of 'control' statement
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment