From e0816ed3313603468c47e3c82e7ab90099b23d56 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 30 Apr 2019 13:31:57 +0200 Subject: 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 --- ttcn3-msc-test/MSC_Tests.cfg | 11 +++++++++++ ttcn3-msc-test/osmo-msc.cfg | 2 +- ttcn3-msc-test/osmo-stp.cfg | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3