aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorNicolas J. Bouliane <nicolas.bouliane@nutaq.com>2013-07-10 08:25:50 -0400
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-16 19:13:46 +0200
commitad10f0f533e6e702e03faffa5dd48a0044d224f3 (patch)
tree9f3b1bd2a72b379ec017366b5d8faece0a4e1a1c /src/osmo-bts-sysmo/l1_if.h
parentfbf97e35ebf985eafcf79cc5db2598a7535108d4 (diff)
sysmobts: Set the clock calibration to the value read from the eeprom
By default read the clock calibration from the EEPROM. It is still possible to set it using the cli. Signed-off-by: Nicolas J. Bouliane <nicolas.bouliane@nutaq.com>
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index 7947ea2c..cf8af7b9 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -42,6 +42,7 @@ struct femtol1_hdl {
struct gsm_time gsm_time;
uint32_t hLayer1; /* handle to the L1 instance in the DSP */
uint32_t dsp_trace_f;
+ uint8_t clk_use_eeprom;
int clk_cal;
int ul_power_target;
uint8_t clk_src;