From 48055ed0aa1c6997e0efd3b9bd85efa1a4311ec6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 24 May 2017 18:33:01 +0200 Subject: fix osmo-bts-trx: add config: 'osmotrx tx-attenuation oml' Before this, the network opened up by osmo-bts-trx would be invisible through the attenuation of the osmo-gsm-tester hardware, because tx-attenuation would apparently default to 50, meaning maximum attenuation. Change-Id: I1c026b5691033127eef766d82566c39cc070e14a --- src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl index aaee223..628aefa 100644 --- a/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl @@ -15,6 +15,7 @@ log stderr phy 0 instance 0 osmotrx rx-gain 25 + osmotrx tx-attenuation oml bts 0 band ${osmo_bts_trx.band} ipa unit-id ${osmo_bts_trx.ipa_unit_id} 0 -- cgit v1.2.3