Change in osmo-ttcn3-hacks[master]: gbproxy: Fix SGSN side initialization for more than one SGSN

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 17 17:36:02 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21218 )


Change subject: gbproxy: Fix SGSN side initialization for more than one SGSN
......................................................................

gbproxy: Fix SGSN side initialization for more than one SGSN

Change-Id: I4c64bf02a805a959626f6915d9dd72aa7622b24a
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/18/21218/1

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index bd56510..cec3124 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -351,7 +351,7 @@
 
 	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) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21218
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4c64bf02a805a959626f6915d9dd72aa7622b24a
Gerrit-Change-Number: 21218
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201117/087c7c7f/attachment.htm>


More information about the gerrit-log mailing list