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 */