From c81b41c62e69f4ee212d39975f092a71d5f3bfa6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 9 Sep 2021 18:31:55 +0200 Subject: Support configuring TA loop SACCH block rate Similar to what is already provided for power control loops. However, there's no existing way to communicate TA control parameters from the BSC to the BTS, so implement them locally in BTS vty. Related: SYS#5371 Change-Id: I9fa71f836bb9a79b0ef2567bfcfdf38ff217840b --- include/osmo-bts/bts_trx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmo-bts/bts_trx.h') diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h index f033573f..e1959c86 100644 --- a/include/osmo-bts/bts_trx.h +++ b/include/osmo-bts/bts_trx.h @@ -30,6 +30,7 @@ struct gsm_bts_trx { uint8_t max_power_backoff_8psk; /* in actual dB OC-2G only */ uint8_t c0_idle_power_red; /* in actual dB OC-2G only */ + uint8_t ta_ctrl_interval; /* 1 step is 2 SACCH periods */ struct trx_power_params power_params; struct gsm_power_ctrl_params *bs_dpc_params; /* BS Dynamic Power Control */ -- cgit v1.2.3