aboutsummaryrefslogtreecommitdiffstats
path: root/bts/run_fake_trx.sh
blob: 220997297a04a3e8c90cd82a4f1436745263253f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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