struct gsm_bts: simplify comments for ACCH repetition/overpower

Change-Id: I75b0e289c47841aea22b5966487535cbe855c84f
This commit is contained in:
Vadim Yanitskiy 2021-11-14 20:43:40 +03:00 committed by fixeria
parent e0b9a7fb6c
commit ff1328a038
1 changed files with 2 additions and 5 deletions

View File

@ -590,13 +590,10 @@ struct gsm_bts {
struct llist_head oml_fail_rep; struct llist_head oml_fail_rep;
struct llist_head chan_rqd_queue; struct llist_head chan_rqd_queue;
/* osmocom specific FACCH/SACCH repetition mode flags set by VTY to /* ACCH Repetition capabilities */
* enable/disable certain ACCH repeation features individually */
struct abis_rsl_osmo_rep_acch_cap repeated_acch_policy; struct abis_rsl_osmo_rep_acch_cap repeated_acch_policy;
/* osmocom specific FACCH/SACCH temporary overpower value. This value /* ACCH Temporary overpower capabilities */
* 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; struct abis_rsl_osmo_temp_ovp_acch_cap temporary_overpower;
/* MS/BS Power Control parameters */ /* MS/BS Power Control parameters */