Commit c63d842c authored by garciay's avatar garciay
Browse files

Session Week #35:

- Terminate TPs implementation
- Start QoS review
parent 2c43585a
This diff is collapsed.
......@@ -79,6 +79,15 @@ module AtsGtpv2C_TestControl {
execute(TC_S11_MME_CSF_SRVCC_01());
}
if (PICS_MME_RESUME_NOTIFICATION) {
execute(TC_S11_MME_CSF_SRVCC_02());
}
if (PICS_MME_DELETE_PDN_CONNECTION_SET_REQUEST) {
execute(TC_S11_MME_RR_01_01());
execute(TC_S11_MME_RR_01_02());
}
if (PICS_MME_TRACE_SESSION_ACTIVATION and PICS_SUPPORT_MME_EMULATION) {
execute(TC_S11_MME_TMM_01());
execute(TC_S11_MME_TMM_02());
......@@ -148,6 +157,14 @@ module AtsGtpv2C_TestControl {
execute(TC_S11_SGW_CSF_SRVCC_01());
}
if (PICS_SGW_RESUME_ACKNOWLEDGE) {
execute(TC_S11_SGW_CSF_SRVCC_02());
}
if (PICS_SGW_DELETE_PDN_CONNECTION_SET_REQUEST) {
execute(TC_S11_SGW_RR_01_01());
}
execute(TC_S11_SGW_TMM_01());
execute(TC_S11_SGW_TMM_02());
......
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