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.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22713 )
Change subject: gbproxy: fix config files
......................................................................
gbproxy: fix config files
It seems only docker config files were updated, while the local ones
have been forgotten in recent changes. We have to find a proper
solution for this :/
Change-Id: I26e900617bb87983912d8440376a7449f318e737
---
M gbproxy/GBProxy_Tests.fr.cfg
M gbproxy/osmo-gbproxy.fr.cfg
2 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/13/22713/1
diff --git a/gbproxy/GBProxy_Tests.fr.cfg b/gbproxy/GBProxy_Tests.fr.cfg
index 234b2f4..65c3f52 100644
--- a/gbproxy/GBProxy_Tests.fr.cfg
+++ b/gbproxy/GBProxy_Tests.fr.cfg
@@ -17,6 +17,8 @@
GBProxy_Tests.mp_nsconfig_sgsn := {
{
handle_sns := true
+ }, {
+ handle_sns := true
}
}
diff --git a/gbproxy/osmo-gbproxy.fr.cfg b/gbproxy/osmo-gbproxy.fr.cfg
index 11ab84b..d0f8595 100644
--- a/gbproxy/osmo-gbproxy.fr.cfg
+++ b/gbproxy/osmo-gbproxy.fr.cfg
@@ -34,9 +34,9 @@
timer tns-alive 3
timer tns-alive-retries 10
nse 101
- ip-sns 127.0.0.1 7777
+ ip-sns 127.0.0.10 7777
nse 102
- ip-sns 127.0.0.1 8888
+ ip-sns 127.0.0.11 8888
nse 2001
nsvc fr hdlcnet1 dlci 16 nsvci 1
nsvc fr hdlcnet2 dlci 17 nsvci 2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22713
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: I26e900617bb87983912d8440376a7449f318e737
Gerrit-Change-Number: 22713
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/20210204/4f865ed0/attachment.htm>