Osmocom test suites in TTCN-3 (Eclipse Titan)
https://osmocom.org/projects/core-testing-infra
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.1 KiB
69 lines
1.1 KiB
[ORDERED_INCLUDE]
|
|
# Common configuration, shared between test suites
|
|
"../Common.cfg"
|
|
# testsuite specific configuration, not expected to change
|
|
"./SGSN_Tests.default"
|
|
|
|
# Local configuration below
|
|
|
|
[LOGGING]
|
|
|
|
[TESTPORT_PARAMETERS]
|
|
*.SGSNVTY.CTRL_HOSTNAME := "127.0.0.10"
|
|
|
|
[MODULE_PARAMETERS]
|
|
SGSN_Tests.mp_nsconfig := {
|
|
{
|
|
nsvc := {
|
|
{
|
|
provider := {
|
|
ip := {
|
|
address_family := AF_INET,
|
|
local_ip := "127.0.0.103",
|
|
remote_ip := "127.0.0.10"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
nsvc := {
|
|
{
|
|
provider := {
|
|
ip := {
|
|
address_family := AF_INET,
|
|
local_ip := "127.0.0.103",
|
|
remote_ip := "127.0.0.10"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
nsvc := {
|
|
{
|
|
provider := {
|
|
ip := {
|
|
address_family := AF_INET,
|
|
local_ip := "127.0.0.103",
|
|
remote_ip := "127.0.0.10"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
SGSN_Tests.mp_ranap_cfg := {
|
|
{
|
|
sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
|
|
}
|
|
}
|
|
SGSN_Tests.mp_hlr_ip := "127.0.0.103"
|
|
SGSN_Tests.mp_ggsn_ip := "127.0.0.103"
|
|
|
|
[MAIN_CONTROLLER]
|
|
|
|
[EXECUTE]
|
|
SGSN_Tests.control
|
|
SGSN_Tests_Iu.control
|
|
SGSN_Tests_NS.control
|
|
|