aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-05 12:21:27 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-05 12:21:27 +0200
commit12b647998c54defd62406a87e7615efa55c6537f (patch)
tree0c9711046dc859070b291c30af4be64a19fd858c /src/osmo-bts-sysmo/l1_if.h
parentead4863de1e1e4482deecb74bf909a22cd8164e5 (diff)
add VTY commands for setting and showing DSP trace flags
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 7268fe21..18934201 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -20,6 +20,7 @@ enum {
struct femtol1_hdl {
struct gsm_time gsm_time;
uint32_t hLayer1; /* handle to the L1 instance in the DSP */
+ uint32_t dsp_trace_f;
struct llist_head wlc_list;
void *priv; /* user reference */
@@ -41,6 +42,7 @@ struct femtol1_hdl *l1if_open(void *priv);
int l1if_close(struct femtol1_hdl *hdl);
int l1if_reset(struct femtol1_hdl *hdl);
int l1if_activate_rf(struct femtol1_hdl *hdl, int on);
+int l1if_set_trace_flags(struct femtol1_hdl *hdl, uint32_t flags);
struct msgb *l1p_msgb_alloc(void);
struct msgb *sysp_msgb_alloc(void);