aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data_shared.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 03:14:29 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 18:38:38 +0700
commitb8bdefc33bafc49e84d7be2134c50e06b99e0621 (patch)
tree4c6de1a3f3200d7898991e550749ca77c3b5cab2 /include/osmo-bts/gsm_data_shared.h
parent24454fc2f886b000bcbfaf3d043202febce4f807 (diff)
gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slots
Diffstat (limited to 'include/osmo-bts/gsm_data_shared.h')
-rw-r--r--include/osmo-bts/gsm_data_shared.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 75a45157..bcc818ae 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -598,10 +598,6 @@ struct gsm_bts {
uint8_t rac;
} gprs;
- /* RACH NM values */
- int rach_b_thresh;
- int rach_ldavg_slots;
-
/* transceivers */
int num_trx;
struct llist_head trx_list;