gsm_data_shared: drop force_combined_si & bcch_change_mark

Change-Id: I997ab5e9801af50708ce6dc35004da5e11cb926b
This commit is contained in:
Vadim Yanitskiy 2020-06-05 03:15:43 +07:00
parent b8bdefc33b
commit fccd944bd7
2 changed files with 0 additions and 7 deletions

View File

@ -602,10 +602,6 @@ struct gsm_bts {
int num_trx;
struct llist_head trx_list;
/* SI related items */
int force_combined_si;
int bcch_change_mark;
struct rate_ctr_group *ctrs;
bool supp_meas_toa256;

View File

@ -325,9 +325,6 @@ struct gsm_bts *gsm_bts_alloc(void *ctx, uint8_t bts_num)
bts->features.data = &bts->_features_data[0];
bts->features.data_len = sizeof(bts->_features_data);
/* si handling */
bts->bcch_change_mark = 1;
return bts;
}