aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-04-30 13:31:57 +0200
committerHarald Welte <laforge@gnumonks.org>2019-04-30 15:24:16 +0000
commite0816ed3313603468c47e3c82e7ab90099b23d56 (patch)
tree5126a3a153c83809b4a4ee4c8c7389ac806a5aec
parent6e601e60ad6b9ec9cc211f2287a9e0719c78e631 (diff)
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
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg11
-rw-r--r--ttcn3-msc-test/osmo-msc.cfg2
-rw-r--r--ttcn3-msc-test/osmo-stp.cfg7
3 files changed, 19 insertions, 1 deletions
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 @@ MSC_Tests.mp_bssap_cfg := {
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 @@ cs7 instance 0
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 @@ cs7 instance 0
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