OSMO: Add basic power ctrl params to bsc
This commit is contained in:
parent
8dff4eab0f
commit
b06f61ff80
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@
|
||||||
<% if @repo == 'nightly' && bts["gprs_m"] == "egprs" %> gprs egprs-packet-channel-request
|
<% if @repo == 'nightly' && bts["gprs_m"] == "egprs" %> gprs egprs-packet-channel-request
|
||||||
<% end -%>
|
<% end -%>
|
||||||
no force-combined-si
|
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 %>
|
<% if bts["model"] == "2050S" %> depends-on-bts <%= index-1 %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% bts["trx"].each_with_index do |trx, index| -%>
|
<% bts["trx"].each_with_index do |trx, index| -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue