aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-14 20:59:21 +0300
committerfixeria <vyanitskiy@sysmocom.de>2021-11-15 11:59:03 +0000
commitc8bd1eeaca5973388f54488cadb7190b52770a53 (patch)
tree804dd8154d1251d7b214d0b9194d5247aad64f92 /include/osmocom
parentff1328a0386b6ab9a6423be9bc8bc59670e5ac59 (diff)
struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/g
Let's have a short and consistent naming for both ACCH repetition and temporary ACCH overpower structures, like it's done in osmo-bts. Change-Id: Ia12c83ad1af4744ce28ba655ac806784f746e88a Related: Ib1d51f91139b4c2fe794e37fc8543b2d7a9b9c07
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index b42c4ffd8..31f14a195 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -591,7 +591,7 @@ struct gsm_bts {
struct llist_head chan_rqd_queue;
/* ACCH Repetition capabilities */
- struct abis_rsl_osmo_rep_acch_cap repeated_acch_policy;
+ struct abis_rsl_osmo_rep_acch_cap rep_acch_cap;
/* ACCH Temporary overpower capabilities */
struct abis_rsl_osmo_temp_ovp_acch_cap temporary_overpower;