ttcn3-bsc: Enable osmo-bsc SS7 multi-homing and IPv6 features in tests

Change-Id: I662ede0957a67c7a733cba8e4e65bf0c8c72b878
This commit is contained in:
Pau Espin 2020-08-24 17:10:41 +02:00 committed by laforge
parent c276d736c7
commit a985e1bd6e
3 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,12 @@ if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed -i "s/flush-period 1//" $VOL_BASE_DIR/bsc/osmo-bsc.cfg
fi
# Disable IPv6 until libosmo-sccp.git release > 1.3.0 is available
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed "/fd02:db8/d" -i $VOL_BASE_DIR/stp/osmo-stp.cfg
sed "/fd02:db8/d" -i $VOL_BASE_DIR/bsc/osmo-bsc.cfg
fi
SUBNET=2
network_create $SUBNET

View File

@ -65,7 +65,10 @@ e1_input
no e1_line 0 keepalive
cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
local-ip 172.18.2.20
local-ip fd02:db8:2::20
remote-ip 172.18.2.200
remote-ip fd02:db8:2::200
sccp-address msc2
point-code 0.0.2
sccp-address msc3

View File

@ -38,7 +38,9 @@ cs7 instance 0
xua rkm routing-key-allocation dynamic-permitted
asp virt-msc0-0 23905 2905 m3ua
local-ip 172.18.2.200
local-ip fd02:db8:2::200
remote-ip 172.18.2.203
remote-ip fd02:db8:2::203
as mahlzeit ipa
routing-key 0 0.23.4
point-code override dpc 0.23.1
@ -48,14 +50,18 @@ cs7 instance 0
asp virt-msc1-0 23906 2905 m3ua
local-ip 172.18.2.200
local-ip fd02:db8:2::200
remote-ip 172.18.2.203
remote-ip fd02:db8:2::203
as virt-msc1 m3ua
asp virt-msc1-0
routing-key 2 0.0.2
asp virt-msc2-0 23907 2905 m3ua
local-ip 172.18.2.200
local-ip fd02:db8:2::200
remote-ip 172.18.2.203
remote-ip fd02:db8:2::203
as virt-msc2 m3ua
asp virt-msc2-0
routing-key 3 0.0.3
@ -66,5 +72,8 @@ cs7 instance 0
update route 0.0.3 7.255.7 linkset virt-msc2
listen m3ua 2905
accept-asp-connections dynamic-permitted
local-ip 172.18.2.200
local-ip fd02:db8:2::200
listen ipa 5000
accept-asp-connections dynamic-permitted
local-ip 172.18.2.200