Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
INT - Core Network and Interoperability Testing
GTP
Gtpv2C
Commits
c63d842c
Commit
c63d842c
authored
Aug 28, 2015
by
garciay
Browse files
Session Week #35:
- Terminate TPs implementation - Start QoS review
parent
2c43585a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
AtsGtpv2C_TestCases.ttcn
View file @
c63d842c
This diff is collapsed.
Click to expand it.
AtsGtpv2C_TestControl.ttcn
View file @
c63d842c
...
...
@@ -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
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment