From 3c32cce0870b883663b7d3e8b0f2c313f736ac84 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 4 Oct 2021 17:25:11 +0200 Subject: MS Power Control Loop: Use P_CON_INTERVAL=2 by default Have a more stable loop with less temporary oscillations at the expense of increased reaction time. 4 SACCH blocks (P_CON_INTERVAL=2) is the minimum interval to get stable measurements for the last requested MS Power level. With P_CON_INTERVAL=1, are also made during a period with stable power being use to transmit, but the MS Power level used (and announced in MR) is not the last one requested by the BTS, but the one requested in the previous loop iteration. This can make the MS and BTS bounce 2 values forth and back, and create some temporary oscillation. See osmo-bsc User manual section "Power Control" for more information. Related: SYS#5371 Change-Id: I91c505447f68714239a4f033d4f06e91893df201 --- include/osmo-bts/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h index b73df5f6..8ae36ca1 100644 --- a/include/osmo-bts/gsm_data.h +++ b/include/osmo-bts/gsm_data.h @@ -223,6 +223,7 @@ struct gsm_power_ctrl_params { /* Default MS/BS Power Control parameters */ extern const struct gsm_power_ctrl_params power_ctrl_params_def; +void power_ctrl_params_def_reset(struct gsm_power_ctrl_params *params, bool is_bs_pwr); /* Measurement pre-processing state */ struct gsm_power_ctrl_meas_proc_state { -- cgit v1.2.3