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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22086 )
Change subject: gbproxy: Enable IP-SNS towards SGSN
......................................................................
gbproxy: Enable IP-SNS towards SGSN
Change-Id: Ia9cb646d57cd3bf77aebf60318e5f76599d516a5
---
M gbproxy/GBProxy_Tests.cfg
M gbproxy/GBProxy_Tests.fr.cfg
M gbproxy/osmo-gbproxy.cfg
M gbproxy/osmo-gbproxy.fr.cfg
4 files changed, 9 insertions(+), 3 deletions(-)
Approvals:
daniel: Looks good to me, approved
lynxis lazus: Looks good to me, but someone else must approve
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/gbproxy/GBProxy_Tests.cfg b/gbproxy/GBProxy_Tests.cfg
index 638946c..0e442d1 100644
--- a/gbproxy/GBProxy_Tests.cfg
+++ b/gbproxy/GBProxy_Tests.cfg
@@ -14,7 +14,7 @@
[MODULE_PARAMETERS]
GBProxy_Tests.mp_nsconfig_sgsn := {
{
- handle_sns := false
+ handle_sns := true
}
}
diff --git a/gbproxy/GBProxy_Tests.fr.cfg b/gbproxy/GBProxy_Tests.fr.cfg
index d316fe5..234b2f4 100644
--- a/gbproxy/GBProxy_Tests.fr.cfg
+++ b/gbproxy/GBProxy_Tests.fr.cfg
@@ -14,6 +14,12 @@
[MODULE_PARAMETERS]
GBProxy_Tests.mp_enable_bss_load_sharing := true;
+GBProxy_Tests.mp_nsconfig_sgsn := {
+ {
+ handle_sns := true
+ }
+}
+
GBProxy_Tests.mp_nsconfig_pcu := {
{
nsei := 2001,
diff --git a/gbproxy/osmo-gbproxy.cfg b/gbproxy/osmo-gbproxy.cfg
index a3148e2..5ce0dfc 100644
--- a/gbproxy/osmo-gbproxy.cfg
+++ b/gbproxy/osmo-gbproxy.cfg
@@ -12,7 +12,7 @@
listen 127.0.0.1 23000
accept-ipaccess
nse 101
- nsvc ipa local 127.0.0.1 7777 nsvci 101
+ ip-sns 127.0.0.1 7777
timer tns-block 3
timer tns-block-retries 3
timer tns-reset 3
diff --git a/gbproxy/osmo-gbproxy.fr.cfg b/gbproxy/osmo-gbproxy.fr.cfg
index bd94c5b..0898acc 100644
--- a/gbproxy/osmo-gbproxy.fr.cfg
+++ b/gbproxy/osmo-gbproxy.fr.cfg
@@ -34,7 +34,7 @@
timer tns-alive 3
timer tns-alive-retries 10
nse 101
- nsvc ipa local 127.0.0.1 7777 nsvci 101
+ ip-sns 127.0.0.1 7777
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/+/22086
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: Ia9cb646d57cd3bf77aebf60318e5f76599d516a5
Gerrit-Change-Number: 22086
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210111/e0eca8e4/attachment.htm>