Change in docker-playground[master]: ttcn3-msc-tests: Add IuCS for one simulated RNC

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 1 06:27:19 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/13834


Change subject: ttcn3-msc-tests: Add IuCS for one simulated RNC
......................................................................

ttcn3-msc-tests: Add IuCS for one simulated RNC

We need to update the MSC_Tests.cfg as well as the osmo-stp.cfg
to provsion a virtual RNC link.  As the new RNC uses routing key 2,
we shift the MSC routing key to 3.

Change-Id: I10a249b1a851436fd3c20face6ccc94b304bd3e4
---
M ttcn3-msc-test/MSC_Tests.cfg
M ttcn3-msc-test/osmo-msc.cfg
M ttcn3-msc-test/osmo-stp.cfg
3 files changed, 19 insertions(+), 1 deletion(-)



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

diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index e40a0e5..cf912de 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -31,6 +31,17 @@
 		peer_ssn := 254,
 		sio := '83'O,
 		rctx := 1
+	},
+	{
+		transport := RANAP_TRANSPORT_IuCS,
+		sccp_service_type := "mtp3_itu",
+		sctp_addr := { 23908, "172.18.1.103", 2905, "172.18.1.200" },
+		own_pc := 195,	/* 0.24.3 */
+		own_ssn := 142,
+		peer_pc := 185,	/* 0.23.1 */
+		peer_ssn := 142,
+		sio := '83'O,
+		rctx := 2
 	}
 };
 
diff --git a/ttcn3-msc-test/osmo-msc.cfg b/ttcn3-msc-test/osmo-msc.cfg
index 4c3555b..d19f039 100644
--- a/ttcn3-msc-test/osmo-msc.cfg
+++ b/ttcn3-msc-test/osmo-msc.cfg
@@ -56,7 +56,7 @@
   remote-ip 172.18.1.200
  as as-clnt-OsmoMSC-A m3ua
   asp asp-clnt-OsmoMSC-A
-  routing-key 2 0.23.1
+  routing-key 3 0.23.1
 network
  network country code 262
  mobile network code 42
diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg
index 50a1878..a2a6210 100644
--- a/ttcn3-msc-test/osmo-stp.cfg
+++ b/ttcn3-msc-test/osmo-stp.cfg
@@ -43,9 +43,16 @@
  as virt-bsc1 m3ua
   asp virt-bsc1-0
   routing-key 1 0.24.2
+ asp virt-rnc0-0 23908 2905 m3ua
+  local-ip 172.18.1.200
+  remote-ip 172.18.1.103
+ as virt-rnc0 m3ua
+  asp virt-rnc0-0
+  routing-key 2 0.24.3
  route-table system
   update route 0.24.1 7.255.7 linkset virt-bsc0
   update route 0.24.2 7.255.7 linkset virt-bsc1
+  update route 0.24.3 7.255.7 linkset virt-rnc0
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
  listen ipa 5000

-- 
To view, visit https://gerrit.osmocom.org/13834
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I10a249b1a851436fd3c20face6ccc94b304bd3e4
Gerrit-Change-Number: 13834
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190501/e580b456/attachment.htm>


More information about the gerrit-log mailing list