aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 26ecce9..0a3128c 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -65,6 +65,10 @@ for i in "0 1" "1 1" "2 4"; do
>>/data/osmo-bts-omldummy-$1.log 2>&1"
done
+# Give OsmoBSC time to connect to OsmoSTP, so BSSMAP RESET from the testsuite
+# doesn't fail in OsmoSTP with "MTP-TRANSFER.req for DPC 187: no route!"
+sleep 1
+
echo Starting container with BSC testsuite
docker run --rm \
$(docker_network_params $SUBNET 203) \