From a7a89bdd32bba280967b6a76964366eeffdcb59b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 18 Sep 2020 12:43:23 +0200 Subject: bts-trx: Disable power-ramp Power ramping features were implemented recently for osmo-bts-trx. We don't want to enable them because it makes phones take longer (if even at all) to find the network. Change-Id: I35e2f560b28eddef886ad3b2f8ffb4ff79be77da --- src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/osmo_gsm_tester') 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 8a962a5..0459dd0 100644 --- a/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-bts-trx.cfg.tmpl @@ -52,4 +52,7 @@ bts 0 %for chan in osmo_bts_trx.osmo_trx.channels: trx ${loop.index} phy 0 instance ${loop.index} + power-ramp max-initial 23000 mdBm + power-ramp step-size 2000 mdB + power-ramp step-interval 1 %endfor -- cgit v1.2.3