aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ttcn3-bscnat-test/BSCNAT_Tests.cfg10
-rwxr-xr-xttcn3-bscnat-test/jenkins.sh6
-rw-r--r--ttcn3-bscnat-test/osmo-bsc-nat.cfg6
3 files changed, 11 insertions, 11 deletions
diff --git a/ttcn3-bscnat-test/BSCNAT_Tests.cfg b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
index e45061d..d23178f 100644
--- a/ttcn3-bscnat-test/BSCNAT_Tests.cfg
+++ b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
@@ -9,18 +9,18 @@
[MODULE_PARAMETERS]
mp_bsc_port := 49999;
-mp_bsc_ip := "172.18.11.203";
+mp_bsc_ip := "172.18.15.203";
mp_msc_port := 5100;
-mp_msc_ip := "172.18.11.203";
+mp_msc_ip := "172.18.15.203";
mp_nat_port := 5000;
-mp_nat_ip := "172.18.11.20";
+mp_nat_ip := "172.18.15.20";
#mp_ipa_mgcp_uses_osmo_ext := true;
mp_mgcp_uses_udp := true;
-mp_callagent_ip := "172.18.11.203";
+mp_callagent_ip := "172.18.15.203";
mp_callagent_udp_port := 2727;
-mp_mgw_ip := "172.18.11.20";
+mp_mgw_ip := "172.18.15.20";
mp_mgw_udp_port := 2427;
[MAIN_CONTROLLER]
diff --git a/ttcn3-bscnat-test/jenkins.sh b/ttcn3-bscnat-test/jenkins.sh
index 10d7d62..61ea89b 100755
--- a/ttcn3-bscnat-test/jenkins.sh
+++ b/ttcn3-bscnat-test/jenkins.sh
@@ -16,18 +16,18 @@ mkdir $VOL_BASE_DIR/bscnat
cp osmo-bsc-nat.cfg $VOL_BASE_DIR/bscnat/
cp bscs.config $VOL_BASE_DIR/bscnat/
-network_create 172.18.11.0/24
+network_create 172.18.15.0/24
echo Starting container with BSCNAT
docker run --rm \
- --network $NET_NAME --ip 172.18.11.20 \
+ --network $NET_NAME --ip 172.18.15.20 \
-v $VOL_BASE_DIR/bscnat:/data \
--name ${BUILD_TAG}-bscnat -d \
$REPO_USER/osmo-nitb-$IMAGE_SUFFIX osmo-bsc_nat -c /data/osmo-bsc-nat.cfg
echo Starting container with BSCNAT testsuite
docker run --rm \
- --network $NET_NAME --ip 172.18.11.203 \
+ --network $NET_NAME --ip 172.18.15.203 \
-e "TTCN3_PCAP_PATH=/data" \
-v $VOL_BASE_DIR/bscnat-tester:/data \
--name ${BUILD_TAG}-ttcn3-bscnat-test \
diff --git a/ttcn3-bscnat-test/osmo-bsc-nat.cfg b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
index e3398b9..bca4628 100644
--- a/ttcn3-bscnat-test/osmo-bsc-nat.cfg
+++ b/ttcn3-bscnat-test/osmo-bsc-nat.cfg
@@ -13,7 +13,7 @@ line vty
no login
!
mgcp
- bind ip 172.18.11.20
+ bind ip 172.18.15.20
bind port 2427
rtp bts-base 4000
rtp net-base 16000
@@ -23,11 +23,11 @@ mgcp
sdp audio-payload name AMR/8000
loop 0
number endpoints 32
- call-agent ip 172.18.11.203
+ call-agent ip 172.18.15.203
rtp transcoder-base 0
transcoder-remote-base 4000
nat
- msc ip 172.18.11.203
+ msc ip 172.18.15.203
msc port 5100
token foo
timeout auth 2