fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/34324?usp=email )
Change subject: struct gsm_bts_trx[_ts], gsm_abis_mo: drop unused nm_attr
......................................................................
struct gsm_bts_trx[_ts], gsm_abis_mo: drop unused nm_attr
Change-Id: I36c3aaefa0bd9ee946a53ed537cf5c3bd7e9761e
---
M include/osmocom/bsc/bts_trx.h
M include/osmocom/bsc/gsm_data.h
2 files changed, 9 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/24/34324/1
diff --git a/include/osmocom/bsc/bts_trx.h b/include/osmocom/bsc/bts_trx.h
index 8d2493f..8ded559 100644
--- a/include/osmocom/bsc/bts_trx.h
+++ b/include/osmocom/bsc/bts_trx.h
@@ -43,7 +43,6 @@
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 7d36baa..7f79162 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -526,7 +526,6 @@
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 @@
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 */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/34324?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I36c3aaefa0bd9ee946a53ed537cf5c3bd7e9761e
Gerrit-Change-Number: 34324
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange