aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts_trx.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-14 00:56:31 +0700
committerfixeria <vyanitskiy@sysmocom.de>2020-09-17 15:45:48 +0000
commit86c8d2f81cc720cc5af652e46ff1ccfaf9773b18 (patch)
tree920b7b8f29827aa61a3bb4022c0560d736712b52 /include/osmo-bts/bts_trx.h
parentf3161349cf0d1b309fa6b3bc6e4a21caaa53e360 (diff)
struct gsm_bts_trx: remove unused per-TRX OML Link pointer
Most likely, this part of the structure was copy-pasted from the corresponding definition in osmo-bsc. In osmo-bts we always establish a single per-BTS OML link, not per-TRX. Change-Id: I1792372de484608e04211c9de4294b3c76173ead
Diffstat (limited to 'include/osmo-bts/bts_trx.h')
-rw-r--r--include/osmo-bts/bts_trx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h
index 68937587..4aad919a 100644
--- a/include/osmo-bts/bts_trx.h
+++ b/include/osmo-bts/bts_trx.h
@@ -16,9 +16,6 @@ struct gsm_bts_trx {
uint8_t rsl_tei;
struct e1inp_sign_link *rsl_link;
- /* Some BTS (specifically Ericsson RBS) have a per-TRX OML Link */
- struct e1inp_sign_link *oml_link;
-
struct gsm_abis_mo mo;
struct tlv_parsed nm_attr;
struct {