OSMO: Add basic power ctrl params to bsc

This commit is contained in:
Keith Whyte 2021-10-14 03:22:06 +02:00
parent 8dff4eab0f
commit b06f61ff80

View file

@ -70,6 +70,14 @@
<% if @repo == 'nightly' && bts["gprs_m"] == "egprs" %> gprs egprs-packet-channel-request
<% end -%>
no force-combined-si
bs-power-control
mode static
ms-power-control
mode dyn-bts
step-size inc 4 red 2
<% if bts["UL_tgt"] -%>
rxlev-thresh lower <%= bts["UL_tgt"]+107 %> upper <%= bts["UL_tgt"]+113 %>
<% end -%>
<% if bts["model"] == "2050S" %> depends-on-bts <%= index-1 %>
<% end -%>
<% bts["trx"].each_with_index do |trx, index| -%>