From 44af3415a5b1d1e8348b81d983578f3cd8ac05f9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Apr 2017 03:11:59 +0200 Subject: fix octphy, fix conf, improve logging Clearly separate the kinds of BTS hardware the GSM tester knows ('type') from the NITB's bts/type config item ('osmobsc_bts_type' -- not 'osmonitb_...' to stay in tune with future developments: it is the libbsc that needs this). For BTS hardware kinds, use the full name of the binary for osmo driven models: osmo-bts-sysmo, osmo-bts-trx, osmo-bts-octphy. Change-Id: I1aa9b48e74013a93f9db1a34730f17717fb3b36c --- src/osmo_gsm_tester/bts_sysmo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/osmo_gsm_tester/bts_sysmo.py') diff --git a/src/osmo_gsm_tester/bts_sysmo.py b/src/osmo_gsm_tester/bts_sysmo.py index 64fa7f4..dd396ff 100644 --- a/src/osmo_gsm_tester/bts_sysmo.py +++ b/src/osmo_gsm_tester/bts_sysmo.py @@ -127,7 +127,6 @@ class SysmoBts(log.Origin): values = config.get_defaults('nitb_bts') config.overlay(values, config.get_defaults('osmo_bts_sysmo')) config.overlay(values, self.conf) - config.overlay(values, { 'type': 'sysmobts' }) self.dbg(conf=values) return values -- cgit v1.2.3