aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.h
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 /src/osmo-bts-litecell15/l1_if.h
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.
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.h')
-rw-r--r--src/osmo-bts-litecell15/l1_if.h2
1 files changed, 0 insertions, 2 deletions
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;