aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data_shared.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 03:08:14 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 18:38:38 +0700
commit0d25f9c94c097c38d00b60054c8bad97ef47f035 (patch)
tree228b099e1837abb0108555dfa3ebaf57c3a6efbd /include/osmo-bts/gsm_data_shared.h
parent79ad26cabf5c7ef8d9f6a61adef21ef1a4478cfe (diff)
gsm_data_shared: drop unused dtxu from struct gsm_bts
Diffstat (limited to 'include/osmo-bts/gsm_data_shared.h')
-rw-r--r--include/osmo-bts/gsm_data_shared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 12f1bd18..9e45dad1 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -547,7 +547,6 @@ struct gsm_bts {
uint8_t bts_nr;
/* DTX features of this BTS */
- enum gsm48_dtx_mode dtxu;
bool dtxd;
/* CCCH is on C0 */