From 9b5cff87ecc4b76f9f8a0a86aa64e9394e2a8374 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 20 Jan 2016 22:32:05 +0100 Subject: LC15: Remove unused clk_use_eeprom and clk_src fields this is part of the copy+paste legacy from sysmobts and can be removed as it is not used. --- src/osmo-bts-litecell15/l1_if.c | 1 - src/osmo-bts-litecell15/l1_if.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'src') diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c index 9bca6354..e65f97d4 100644 --- a/src/osmo-bts-litecell15/l1_if.c +++ b/src/osmo-bts-litecell15/l1_if.c @@ -1400,7 +1400,6 @@ struct lc15l1_hdl *l1if_open(struct phy_instance *pinst) fl1h->phy_inst = pinst; fl1h->clk_cal = 0; - fl1h->clk_use_eeprom = 1; fl1h->min_qual_rach = MIN_QUAL_RACH; fl1h->min_qual_norm = MIN_QUAL_NORM; fl1h->dsp_trace_f = pinst->u.lc15.dsp_trace_f; diff --git a/src/osmo-bts-litecell15/l1_if.h b/src/osmo-bts-litecell15/l1_if.h index c7add4b4..bb56c2b9 100644 --- a/src/osmo-bts-litecell15/l1_if.h +++ b/src/osmo-bts-litecell15/l1_if.h @@ -37,9 +37,7 @@ 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 */ - uint8_t clk_use_eeprom; int clk_cal; - uint8_t clk_src; float min_qual_rach; float min_qual_norm; char *calib_path; -- cgit v1.2.3