gbproxy: Reset nsvc to SGSN before each test

Change-Id: Ibf9c75b4066b1aad5fbbe2f35087a3f9f1a39743
Related: SYS#5002
Depends: I83b9cd7381c25da0e8aa847038a2d422c8dd63cf (libosmocore)
This commit is contained in:
Daniel Willmann 2020-11-18 13:26:57 +01:00
parent a71a410cb3
commit 443fc57fc7
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ function f_init() runs on test_CT {
f_init_vty();
for (i := 0; i < lengthof(mp_nsconfig_sgsn); i := i+1) {
f_vty_transceive(GBPVTY, "nsvc nsei " & int2str(g_sgsn[i].cfg.nsei) & " force-unconfigured");
f_init_gb_sgsn(g_sgsn[i], "GbProxy_Test", i);
}
f_sleep(4.0);