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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/25561 )
Change subject: ttcn3-ns-test: add second NSVC to allow TC_tx_blocked_foreign_nsvc to work
......................................................................
ttcn3-ns-test: add second NSVC to allow TC_tx_blocked_foreign_nsvc to work
TC_tx_blocked_foreign_nsvc requires to ipa NSVCs
Change-Id: I3a4baaacdbaab245ba10a1857f0183e56defcdf4
---
M ttcn3-ns-test/NS_Tests.cfg
M ttcn3-ns-test/osmo-ns-dummy.cfg
2 files changed, 16 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
dexter: Looks good to me, but someone else must approve
lynxis lazus: Verified
diff --git a/ttcn3-ns-test/NS_Tests.cfg b/ttcn3-ns-test/NS_Tests.cfg
index 1bb202d..1ba93ab 100644
--- a/ttcn3-ns-test/NS_Tests.cfg
+++ b/ttcn3-ns-test/NS_Tests.cfg
@@ -22,6 +22,18 @@
}
},
nsvci := 1234
+ },
+ {
+ provider := {
+ ip := {
+ address_family := AF_INET,
+ local_ip := "172.18.28.10",
+ local_udp_port := 22001,
+ remote_ip := "172.18.28.101",
+ remote_udp_port := 23001
+ }
+ },
+ nsvci := 1235
}
}
}
diff --git a/ttcn3-ns-test/osmo-ns-dummy.cfg b/ttcn3-ns-test/osmo-ns-dummy.cfg
index 1da041d..b839252 100644
--- a/ttcn3-ns-test/osmo-ns-dummy.cfg
+++ b/ttcn3-ns-test/osmo-ns-dummy.cfg
@@ -90,5 +90,9 @@
bind udp local
listen 172.18.28.101 23000
accept-ipaccess
+ bind udp local2
+ listen 172.18.28.101 23001
+ accept-ipaccess
nse 1234
nsvc ipa local 172.18.28.10 22000 nsvci 1234
+ nsvc ipa local2 172.18.28.10 22001 nsvci 1235
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/25561
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3a4baaacdbaab245ba10a1857f0183e56defcdf4
Gerrit-Change-Number: 25561
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20211015/399ab325/attachment.htm>