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 submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/25373 )
Change subject: ttcn3-ns-test: add second NSVC to allow SNS tests to work
......................................................................
ttcn3-ns-test: add second NSVC to allow SNS tests to work
The SNS tests need both NSVCs. The NS_Tests.sns.cfg from the
ttcn3 repository can be used as reference.
Change-Id: I92f2ca61af1e3d0427e6810eddab8f2d6299242d
---
M ttcn3-ns-test/sns/NS_Tests.cfg
M ttcn3-ns-test/sns/osmo-ns-dummy.cfg
2 files changed, 17 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved; Verified
diff --git a/ttcn3-ns-test/sns/NS_Tests.cfg b/ttcn3-ns-test/sns/NS_Tests.cfg
index bc3c870..680e67e 100644
--- a/ttcn3-ns-test/sns/NS_Tests.cfg
+++ b/ttcn3-ns-test/sns/NS_Tests.cfg
@@ -22,6 +22,18 @@
}
},
nsvci := 1234
+ },
+ {
+ provider := {
+ ip := {
+ address_family := AF_INET,
+ local_ip := "172.18.29.10",
+ local_udp_port := 22000,
+ remote_ip := "172.18.29.101",
+ remote_udp_port := 23001
+ }
+ },
+ nsvci := 1235
}
}
}
diff --git a/ttcn3-ns-test/sns/osmo-ns-dummy.cfg b/ttcn3-ns-test/sns/osmo-ns-dummy.cfg
index 985aff3..64ce4b1 100644
--- a/ttcn3-ns-test/sns/osmo-ns-dummy.cfg
+++ b/ttcn3-ns-test/sns/osmo-ns-dummy.cfg
@@ -89,8 +89,12 @@
timer tsns-config-retries 3
bind udp local
listen 172.18.29.101 23000
- accept-ipaccess
ip-sns signalling-weight 2 data-weight 2
+ accept-ipaccess
+ bind udp local2
+ listen 172.18.29.101 23001
+ ip-sns signalling-weight 1 data-weight 1
+ accept-ipaccess
nse 1234
ip-sns-remote 172.18.29.10 22000
ip-sns-bind local
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/25373
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I92f2ca61af1e3d0427e6810eddab8f2d6299242d
Gerrit-Change-Number: 25373
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210907/c65705a0/attachment.htm>