aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-08-30 10:53:58 +0200
committerlaforge <laforge@osmocom.org>2021-09-02 17:44:54 +0000
commit034cc1216a2938ac52c82ff1dafaa78d527e3b48 (patch)
tree09697b5406836064b012295b151ca62680210f53 /include/osmocom/bsc
parentfecf321a250681b6bd9a755e86b7e0a3a32df1a8 (diff)
bty_vty: add VTY settungs for temporary overpower
To configure temporary overpower, new VTY commands are added. This patch also addes the logic needed to attach the temporary overpower IE to the RSL CHANNEL ACTIVATE message. Change-Id: I488a91bb4ed86f630db56564a0cd293f39f0f690 Related: SYS#5319
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/bts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 291ec1082..5ff798bc8 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -549,6 +549,11 @@ struct gsm_bts {
* enable/disable certain ACCH repeation features individually */
struct abis_rsl_osmo_rep_acch_cap repeated_acch_policy;
+ /* osmocom specific FACCH/SACCH temporary overpower value. This value
+ * is set to a constant value by the VTY. Temporary overpower is only
+ * applied when FACCH/SACCH repetition is not applicable or disabled */
+ struct abis_rsl_osmo_temp_ovp_acch_cap temporary_overpower;
+
/* MS/BS Power Control parameters */
struct gsm_power_ctrl_params ms_power_ctrl;
struct gsm_power_ctrl_params bs_power_ctrl;