From 86c8d2f81cc720cc5af652e46ff1ccfaf9773b18 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 14 Sep 2020 00:56:31 +0700 Subject: 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 --- include/osmo-bts/bts_trx.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/osmo-bts/bts_trx.h') 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 { -- cgit v1.2.3