From 9b6000c6fa9ccf71bb10dd8db4ff7f7b8a601d4a Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 14 Sep 2020 01:07:52 +0700 Subject: [PATCH] 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 --- include/osmo-bts/bts_trx.h | 1 - include/osmo-bts/gsm_data.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h index 4aad919ae..ce2d4d4a8 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 6b696b409..d4ef7c240 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 */