aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-14 01:07:52 +0700
committerfixeria <vyanitskiy@sysmocom.de>2020-09-17 15:45:48 +0000
commit9b6000c6fa9ccf71bb10dd8db4ff7f7b8a601d4a (patch)
tree30f578fddc5c9206eef22e25b66bee871aa6706f
parent86c8d2f81cc720cc5af652e46ff1ccfaf9773b18 (diff)
struct gsm_bts_trx[_ts]: remove unused parsed NM attribute list
This list is already a part of struct gsm_abis_mo. Change-Id: I19b907bea500569c6e7e1b64b50e1c2ee2014f1c
-rw-r--r--include/osmo-bts/bts_trx.h1
-rw-r--r--include/osmo-bts/gsm_data.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h
index 4aad919a..ce2d4d4a 100644
--- a/include/osmo-bts/bts_trx.h
+++ b/include/osmo-bts/bts_trx.h
@@ -17,7 +17,6 @@ struct gsm_bts_trx {
struct e1inp_sign_link *rsl_link;
struct gsm_abis_mo mo;
- struct tlv_parsed nm_attr;
struct {
struct gsm_abis_mo mo;
} bb_transc;
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 6b696b40..d4ef7c24 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -322,7 +322,6 @@ struct gsm_bts_trx_ts {
unsigned int flags;
struct gsm_abis_mo mo;
- struct tlv_parsed nm_attr;
uint8_t nm_chan_comb;
int tsc; /* -1 == use BTS TSC */