diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-05-24 18:33:01 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-05-29 00:29:50 +0200 |
commit | 48055ed0aa1c6997e0efd3b9bd85efa1a4311ec6 (patch) | |
tree | 48626dcd3eb1c5044fb5de8b2e6e44c81a1e2240 | |
parent | 9576f5f9a58be84f7767aba137f94300ec2b17bd (diff) |
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
-rw-r--r-- | src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |