aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-09-06 16:57:03 +0700
committerfixeria <vyanitskiy@sysmocom.de>2023-09-12 22:04:16 +0000
commitc4b330ba4c5999d59665933b0e9802968574b93a (patch)
treea009c417e7bf17336c84892b1793585294759610 /include/osmocom/bsc
parentb2b5ca061383a32a69f0453e6f3a000f909ed2df (diff)
struct gsm_bts_trx[_ts], gsm_abis_mo: drop unused nm_attr
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/bts_trx.h1
-rw-r--r--include/osmocom/bsc/gsm_data.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/bsc/bts_trx.h b/include/osmocom/bsc/bts_trx.h
index 8d2493fb5..8ded559a4 100644
--- a/include/osmocom/bsc/bts_trx.h
+++ b/include/osmocom/bsc/bts_trx.h
@@ -43,7 +43,6 @@ struct gsm_bts_trx {
struct e1inp_sign_link *oml_link;
struct gsm_abis_mo mo;
- struct tlv_parsed nm_attr;
struct gsm_bts_bb_trx bb_transc;
uint16_t arfcn;
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 7d36baac4..7f79162ed 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -526,7 +526,6 @@ struct gsm_abis_mo {
struct abis_om_obj_inst obj_inst;
const char *name;
struct gsm_nm_state nm_state;
- struct tlv_parsed *nm_attr;
struct gsm_bts *bts;
struct osmo_fsm_inst *fi;
bool opstart_sent;
@@ -668,7 +667,6 @@ struct gsm_bts_trx_ts {
bool is_rsl_ready;
struct gsm_abis_mo mo;
- struct tlv_parsed nm_attr;
uint8_t nm_chan_comb;
int tsc; /* -1 == use BTS TSC */