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
This commit is contained in:
Pau Espin 2020-09-18 12:43:23 +02:00
parent cda03cb815
commit a7a89bdd32
1 changed files with 3 additions and 0 deletions

View File

@ -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