aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index ed86400a..4afbca00 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -4,6 +4,7 @@
#include <osmocom/core/select.h>
#include <osmocom/core/write_queue.h>
#include <osmocom/core/gsmtap_util.h>
+#include <osmocom/core/timer.h>
#include <osmocom/gsm/gsm_utils.h>
enum {
@@ -32,6 +33,7 @@ struct femtol1_hdl {
uint32_t dsp_trace_f;
int clk_cal;
uint8_t clk_src;
+ char *calib_path;
struct llist_head wlc_list;
struct gsmtap_inst *gsmtap;