osmo-ttcn3-hacks/sgsn/SGSN_Tests.cfg

70 lines
1.1 KiB
INI
Raw Normal View History

[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