aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 00:19:04 +0300
committerfixeria <vyanitskiy@sysmocom.de>2021-10-25 14:51:21 +0000
commitc5f75f0bcf7060254362a015e2ba64efed306ffc (patch)
tree3bdebcfd37b47ebc461de11b01fab6efb179c4d3 /include
parent430954630becc415877b306a32e3622f654df78f (diff)
[overpower] rsl: store full content of RSL_IE_OSMO_TEMP_OVP_ACCH_CAP
The new fields in 'struct abis_rsl_osmo_temp_ovp_acch_cap' allow: * selectively enabling SACCH and/or FACCH, * setting the RxQual (BER) threshold. Both features are implemented in the follow-up commits. Change-Id: I370c8f95fb64eceb60a9dc2eae1412f8a0df0f4e Depends: Ia28293a12de0af71f55e701fb65c46e905dae217 Related: SYS#5319
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/lchan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmo-bts/lchan.h b/include/osmo-bts/lchan.h
index 57999b1b..754dc7cb 100644
--- a/include/osmo-bts/lchan.h
+++ b/include/osmo-bts/lchan.h
@@ -293,8 +293,8 @@ struct gsm_lchan {
struct gsm_power_ctrl_params ms_dpc_params;
struct gsm_power_ctrl_params bs_dpc_params;
- /* Temporary Overpower for SACCH/FACCH */
- uint8_t bs_acch_overpower_db;
+ /* Temporary ACCH overpower capabilities */
+ struct abis_rsl_osmo_temp_ovp_acch_cap top_acch_cap;
struct msgb *pending_rel_ind_msg;