gbproxy: Fix SGSN side initialization for more than one SGSN

Change-Id: I4c64bf02a805a959626f6915d9dd72aa7622b24a
This commit is contained in:
Harald Welte 2020-11-17 18:05:13 +01:00
parent 2f282527c2
commit ea1ba59134
1 changed files with 1 additions and 1 deletions

View File

@ -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) {