aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */