aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-14 20:43:40 +0300
committerfixeria <vyanitskiy@sysmocom.de>2021-11-15 11:59:03 +0000
commitff1328a0386b6ab9a6423be9bc8bc59670e5ac59 (patch)
treeb52ac6eee8cc3293db509adc7e68f5c9ce69af14
parente0b9a7fb6c081c7e3e7f7f737ec032a0cf475dfb (diff)
struct gsm_bts: simplify comments for ACCH repetition/overpower
-rw-r--r--include/osmocom/bsc/bts.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 89512f379..b42c4ffd8 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -590,13 +590,10 @@ struct gsm_bts {
struct llist_head oml_fail_rep;
struct llist_head chan_rqd_queue;
- /* osmocom specific FACCH/SACCH repetition mode flags set by VTY to
- * enable/disable certain ACCH repeation features individually */
+ /* ACCH Repetition capabilities */
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 */
+ /* ACCH Temporary overpower capabilities */
struct abis_rsl_osmo_temp_ovp_acch_cap temporary_overpower;
/* MS/BS Power Control parameters */