blob: 220997297a04a3e8c90cd82a4f1436745263253f [file] [log] [blame]
Alexander Couzens054f13e2022-12-19 21:48:46 +01001#!/bin/bash
2
3# Most BTS_Tests require to have fake_trx running.
4# fake trx is part of osmo-trx
5FAKE_TRX_DIR="${FAKE_TRX_DIR:-../../osmo-trx/osmocom-bb/src/target/trx_toolkit}"
6
7if [ -n "$FAKE_TRX_DIR" ] ; then
8 cd "$FAKE_TRX_DIR"
9fi
10
11exec ./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