From ff1328a0386b6ab9a6423be9bc8bc59670e5ac59 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 14 Nov 2021 20:43:40 +0300 Subject: [PATCH] struct gsm_bts: simplify comments for ACCH repetition/overpower Change-Id: I75b0e289c47841aea22b5966487535cbe855c84f --- include/osmocom/bsc/bts.h | 7 ++----- 1 file 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 */