aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 02:52:28 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 02:52:28 +0300
commitea0247e26c993fb4920cdf051bdd88c7b6a7314f (patch)
tree4994c18cbe3a85c7e2007b1f51bbf9c28b3bb179 /include
parentdffb6fac252b5a74bf70ce0e09ab4c3e53ac555f (diff)
cosmetic: s/repeated_acch_capability/rep_acch_cap/g
Shorter symbol names are easier to read. Change-Id: Ib1d51f91139b4c2fe794e37fc8543b2d7a9b9c07 Related: SYS#5114
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/lchan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/lchan.h b/include/osmo-bts/lchan.h
index ccc67600..03b31441 100644
--- a/include/osmo-bts/lchan.h
+++ b/include/osmo-bts/lchan.h
@@ -304,7 +304,7 @@ struct gsm_lchan {
/* ECU (Error Concealment Unit) state */
struct osmo_ecu_state *ecu_state;
- struct abis_rsl_osmo_rep_acch_cap repeated_acch_capability;
+ struct abis_rsl_osmo_rep_acch_cap rep_acch_cap;
bool repeated_dl_facch_active;
bool repeated_ul_sacch_active;
bool repeated_dl_sacch_active;