aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-17 14:08:51 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-17 14:08:51 +0100
commitb81c5d46999c4c403c9bbb5c8af8c4a196241f92 (patch)
tree7764a670333524a2116ad92ff8d9f37c15252685 /src/osmo-bts-sysmo/l1_if.h
parentfe0c13f8bd58603fbe0c82ace29f8ed6b1b199cb (diff)
introduce a command that permits setting the clock source via vty
the default source is the OCXO
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 a4171505..cbd30b2f 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -26,6 +26,7 @@ struct femtol1_hdl {
uint32_t hLayer1; /* handle to the L1 instance in the DSP */
uint32_t dsp_trace_f;
uint16_t clk_cal;
+ uint8_t clk_src;
struct llist_head wlc_list;
void *priv; /* user reference */