aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.cfg
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-08-30 10:17:16 +0200
committerOliver Smith <osmith@sysmocom.de>2019-08-30 13:23:34 +0200
commit0167c2aecf5fbef31ae255d0d3848e30a5c5622a (patch)
tree2158d14244f87f18a03ac4498659947553a9ebd7 /sgsn/SGSN_Tests.cfg
parentaa6278dd8f693e6f5c74cdb4413be26983b846cb (diff)
sgsn: update configs for running without docker
Base on docker-playground.git's ttcn3-sgsn-test/*.cfg files, change IPs to 127.0.0.* (keep last octet), log to stderr. The reasoning behind the IP change is, that using almost the same IP as in the docker configs makes it easier to compare the configs. Change-Id: I15b5a943e9c665dfd4eb6b30bff84afc8adeb4a2
Diffstat (limited to 'sgsn/SGSN_Tests.cfg')
-rw-r--r--sgsn/SGSN_Tests.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/sgsn/SGSN_Tests.cfg b/sgsn/SGSN_Tests.cfg
index 8782845e..51677502 100644
--- a/sgsn/SGSN_Tests.cfg
+++ b/sgsn/SGSN_Tests.cfg
@@ -9,8 +9,30 @@
[LOGGING]
[TESTPORT_PARAMETERS]
+*.SGSNVTY.CTRL_HOSTNAME := "127.0.0.10"
[MODULE_PARAMETERS]
+SGSN_Tests.mp_nsconfig := {
+ {
+ local_ip := "127.0.0.103",
+ remote_ip := "127.0.0.10"
+ },
+ {
+ local_ip := "127.0.0.103",
+ remote_ip := "127.0.0.10"
+ },
+ {
+ 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]