Change in docker-playground[master]: ttcn3-ns-test: add second NSVC to allow TC_tx_blocked_foreign_nsvc to...

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.org
Thu Sep 23 13:49:04 UTC 2021


lynxis lazus has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/61/25561/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210923/aa640162/attachment.htm>


More information about the gerrit-log mailing list