aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-11-17 18:05:13 +0100
committerHarald Welte <laforge@osmocom.org>2020-11-17 18:35:53 +0100
commitea1ba59134beb8b02b0889ca014ee994752b09ea (patch)
tree67eafebae129ffaf417bd4ace478c522ab2ed004
parent2f282527c227cf920b0faf69c2d236233d16b1df (diff)
gbproxy: Fix SGSN side initialization for more than one SGSN
-rw-r--r--gbproxy/GBProxy_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index bd565100..cec31248 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -351,7 +351,7 @@ function f_init() runs on test_CT {
f_init_vty();
for (i := 0; i < lengthof(mp_nsconfig_sgsn); i := i+1) {
- f_init_gb_sgsn(g_sgsn[0], "GbProxy_Test", 0);
+ f_init_gb_sgsn(g_sgsn[i], "GbProxy_Test", i);
}
f_sleep(4.0);
for (i := 0; i < lengthof(mp_nsconfig_pcu); i := i+1) {