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
7fa38de5
Commit
7fa38de5
authored
Jun 25, 2015
by
garciay
Browse files
No commit message
No commit message
parent
90cba40d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AtsGtpv2C_TestControl.ttcn
0 → 100644
View file @
7fa38de5
/**
* @author ETSI/STF498
* @version $Url$
* $Id$
* @dec Testcontrol module for INT GTPv2-C protocol
*/
module
AtsGtpv2C_TestControl
{
// ATS GTPv2-C
import
from
AtsGtpv2C_TestCases
all
;
// LibGtpv2C
import
from
LibGtpv2C_Pics
all
;
// Test Execution
control
{
/* IUT is MME */
if
(
PICS_S11_IUT_IS_MME
)
{
/* Path management */
if
(
PICS_ECHO_REQUEST
and
PICS_ECHO_REPLY
)
{
execute
(
TC_S11_MME_PM_01
());
execute
(
TC_S11_MME_PM_02
());
}
if
(
PICS_VERSION_NOT_SUPPORTED
)
{
execute
(
TC_S11_MME_PM_03
());
}
/* Tunnel management */
}
/* IUT is S-GW */
if
(
PICS_S11_IUT_IS_SGW
)
{
/* Path management */
if
(
PICS_ECHO_REQUEST
and
PICS_ECHO_REPLY
)
{
execute
(
TC_S11_SGW_PM_01
());
execute
(
TC_S11_SGW_PM_02
());
execute
(
TC_S11_SGW_PM_03
());
}
if
(
PICS_VERSION_NOT_SUPPORTED
)
{
execute
(
TC_S11_SGW_PM_03
());
}
/* Tunnel management */
}
}
// End of 'control' statement
}
// End of module AtsGtpv2C_TestControl
\ No newline at end of file
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