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
This commit is contained in:
Vadim Yanitskiy 2020-09-14 01:07:52 +07:00 committed by fixeria
parent 86c8d2f81c
commit 9b6000c6fa
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

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