aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 22:32:05 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:27:25 +0100
commit9b5cff87ecc4b76f9f8a0a86aa64e9394e2a8374 (patch)
tree36cf84b1ef52972154b1d32a0e597804b566faf1
parent9684099ae905e6e61cbc326035d0b37c480f6172 (diff)
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.
-rw-r--r--src/osmo-bts-litecell15/l1_if.c1
-rw-r--r--src/osmo-bts-litecell15/l1_if.h2
2 files changed, 0 insertions, 3 deletions
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;