From 53866d3bf7119f52517f00924062ce29c2ac367f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 20 Dec 2020 23:23:21 +0100 Subject: power_control: add VTY command to set static / maximum BS Power Change-Id: I11ca856aba46aaf84d94cbbdf4c39a01ee8289b9 Related: SYS#4918 --- include/osmocom/bsc/gsm_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index f9d5736db..233c3b683 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -1328,6 +1328,10 @@ struct gsm_power_ctrl_params { /* Power Control mode to be used by the BTS */ enum gsm_power_ctrl_mode mode; + /* BS Power reduction value / maximum (in dB) */ + uint8_t bs_power_val_db; /* for static mode */ + uint8_t bs_power_max_db; /* for dynamic mode */ + /* Power change step size (dynamic mode only) */ uint8_t inc_step_size_db; /* increasing direction */ uint8_t red_step_size_db; /* reducing direction */ -- cgit v1.2.3