From 404e150c691bbdc9f03e95b14d123cebda4bca9c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 22 Aug 2017 11:17:43 +0200 Subject: bts_osmotrx: Support configuring bts addr, trx_remote_ip and launch_trx We may want to support running a device which runs its own TRX (osmo-trx or different implementation). Furthermore, this TRX may be available in some specific hwardare rather than on the main unit. This makes it easy to configure OsmoBtsTrx to launch it's own osmo-trx or not. In case it is launched, all IPs are configured correctly to ensure connection can be established. Before this commit, osmo-trx was binding to 127.0.0.1. Now we can support multiple osmo-trx being launched on the main unit. Change-Id: I825ed1fc0c3fe75d196db90c1508283fbd04acf8 --- src/osmo_gsm_tester/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/osmo_gsm_tester/config.py') diff --git a/src/osmo_gsm_tester/config.py b/src/osmo_gsm_tester/config.py index 20ae83e..f6e81ac 100644 --- a/src/osmo_gsm_tester/config.py +++ b/src/osmo_gsm_tester/config.py @@ -271,5 +271,4 @@ def overlay(dest, src): dest[i] = overlay(dest[i], src[i]) return dest return src - # vim: expandtab tabstop=4 shiftwidth=4 -- cgit v1.2.3