diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c index 1e81b74c6..3a0b419ca 100644 --- a/src/osmo-bts-litecell15/l1_if.c +++ b/src/osmo-bts-litecell15/l1_if.c @@ -1396,7 +1396,6 @@ struct lc15l1_hdl *l1if_open(struct phy_instance *pinst) INIT_LLIST_HEAD(&fl1h->wlc_list); fl1h->phy_inst = pinst; - fl1h->clk_cal = 0; fl1h->dsp_trace_f = pinst->u.lc15.dsp_trace_f; get_hwinfo(fl1h); diff --git a/src/osmo-bts-litecell15/l1_if.h b/src/osmo-bts-litecell15/l1_if.h index 78421a0b2..0c8843bd7 100644 --- a/src/osmo-bts-litecell15/l1_if.h +++ b/src/osmo-bts-litecell15/l1_if.h @@ -37,7 +37,6 @@ struct lc15l1_hdl { struct gsm_time gsm_time; uint32_t hLayer1; /* handle to the L1 instance in the DSP */ uint32_t dsp_trace_f; /* currently operational DSP trace flags */ - int clk_cal; struct llist_head wlc_list; struct phy_instance *phy_inst;