aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 03:23:58 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-04 16:05:33 +0300
commit9833a4e198364000505554f0b14dda5451056030 (patch)
treeffc0be3a3b0fe4576093938d8c04379f1485f933 /include
parentfbd9aaca6609ef87d8dcc5c9143e638848e0227d (diff)
[overpower] Turn it on and off depending on DL RxQual
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/lchan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/lchan.h b/include/osmo-bts/lchan.h
index 754dc7cb..3aaa75ab 100644
--- a/include/osmo-bts/lchan.h
+++ b/include/osmo-bts/lchan.h
@@ -293,8 +293,9 @@ struct gsm_lchan {
struct gsm_power_ctrl_params ms_dpc_params;
struct gsm_power_ctrl_params bs_dpc_params;
- /* Temporary ACCH overpower capabilities */
+ /* Temporary ACCH overpower capabilities and state */
struct abis_rsl_osmo_temp_ovp_acch_cap top_acch_cap;
+ bool top_acch_active;
struct msgb *pending_rel_ind_msg;