aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-06-01 21:01:01 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-06-01 23:10:02 +0700
commit9d083ab2369931814e95cfbe435a9eed3cc0989f (patch)
tree09d0257eba84b3b92e10c96cfba71e073b9457bd /src
parente50903df9dc4268d59e76e8bcec866e82c247a2d (diff)
osmo-bts-trx/l1_if.h: drop unused ho_rach_detect from trx_l1h
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/l1_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index 165f9d81..9c95c53c 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -59,7 +59,6 @@ struct trx_l1h {
/* transceiver config */
struct trx_config config;
- uint8_t ho_rach_detect[TRX_NR_TS][TS_MAX_LCHAN];
struct l1sched_trx l1s;
};