Change in docker-playground[master]: ttcn3-pcu-test/sns: add configuration for 2nd and 3rd nsvc

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
Tue Jan 19 15:45:20 UTC 2021


lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/22278 )

Change subject: ttcn3-pcu-test/sns: add configuration for 2nd and 3rd nsvc
......................................................................

ttcn3-pcu-test/sns: add configuration for 2nd and 3rd nsvc

With the change to NS_Provider the configruation has to be extended to also include
the other nsvcs.

osmo-ttcn3-hacks: c316572db111 ("RAW_NS: rework NS connection to use NS_Provider")
Change-Id: I8020f808c06054ee38427de65b8c3867817d4ad2
---
M ttcn3-pcu-test/sns/PCU_Tests.cfg
1 file changed, 24 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  daniel: Looks good to me, but someone else must approve
  lynxis lazus: Looks good to me, approved; Verified



diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 9cd4b38..c6af8a6 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -22,6 +22,30 @@
 				}
 			},
 			nsvci := 1234
+		},
+		{
+			provider := {
+				ip := {
+					address_family := AF_INET,
+					local_ip := "172.18.14.10",
+					local_udp_port := 23001,
+					remote_ip := "172.18.14.101",
+					remote_udp_port := 23000
+				}
+			},
+			nsvci := 1234
+		},
+		{
+			provider := {
+				ip := {
+					address_family := AF_INET,
+					local_ip := "172.18.14.10",
+					local_udp_port := 23002,
+					remote_ip := "172.18.14.101",
+					remote_udp_port := 23000
+				}
+			},
+			nsvci := 1234
 		}
 	}
 }

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22278
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8020f808c06054ee38427de65b8c3867817d4ad2
Gerrit-Change-Number: 22278
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
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/20210119/e60f76a9/attachment.htm>


More information about the gerrit-log mailing list