ttcn3-sgsn-test: fix config sed for latest

Change-Id: I17d0554188fad6f890f844bf978d622661290fce
This commit is contained in:
Oliver Smith 2021-05-20 14:21:24 +02:00
parent 6947d06b6e
commit 9f9782a702
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ mkdir $VOL_BASE_DIR/unix
# Disable until osmo-sgsn.git release > 1.7.0 is available
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed "/mme test-mme0/d" -i $VOL_BASE_DIR/stp/osmo-sgsn.cfg
sed "/mme test-mme0/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
sed "/gtp remote-ip/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
sed "/gtp ran-info-relay/d" -i $VOL_BASE_DIR/sgsn/osmo-sgsn.cfg
fi