ttcn3-sgsn: latest osmo-sgsn release supports RIM

osmo-sgsn 1.8.0 supporting the VTY commands was released, so no need to
drop those.

Change-Id: I803514a28491ebe142691062f6033f179474b064
This commit is contained in:
Pau Espin 2021-11-16 19:04:32 +01:00
parent 9581a23764
commit 0b842d8970
1 changed files with 0 additions and 7 deletions

View File

@ -24,13 +24,6 @@ cp osmo-stp.cfg $VOL_BASE_DIR/stp/
mkdir $VOL_BASE_DIR/unix
# Disable until osmo-sgsn.git release > 1.7.0 is available
if image_suffix_is_latest; then
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
echo Starting container with STP
docker run --rm \
$(docker_network_params $SUBNET 200) \