blob: 220997297a04a3e8c90cd82a4f1436745263253f [file] [log] [blame]
#!/bin/bash
# Most BTS_Tests require to have fake_trx running.
# fake trx is part of osmo-trx
FAKE_TRX_DIR="${FAKE_TRX_DIR:-../../osmo-trx/osmocom-bb/src/target/trx_toolkit}"
if [ -n "$FAKE_TRX_DIR" ] ; then
cd "$FAKE_TRX_DIR"
fi
exec ./fake_trx.py --trx TRX1@127.0.0.1:5700/1 --trx TRX2@127.0.0.1:5700/2 --trx TRX3@127.0.0.1:5700/3