From b06f61ff80fb03364aed38592c87086e66169800 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 14 Oct 2021 03:22:06 +0200 Subject: [PATCH] OSMO: Add basic power ctrl params to bsc --- modules/rhizo_base/templates/osmo-bsc-bts.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/rhizo_base/templates/osmo-bsc-bts.erb b/modules/rhizo_base/templates/osmo-bsc-bts.erb index 8815bbe..3dbd743 100644 --- a/modules/rhizo_base/templates/osmo-bsc-bts.erb +++ b/modules/rhizo_base/templates/osmo-bsc-bts.erb @@ -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| -%>