aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_transp.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-05 16:41:47 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-05 16:41:47 +0200
commitc679c2c3b7fc255225992466afa883d959970441 (patch)
tree632d1b076f633a5a88cac8a4eb4a242d98262f3b /src/osmo-bts-sysmo/l1_transp.h
parent547b1d1916a89a6ebd2ba980005582a426bf3a31 (diff)
Also open + process the DSP trace messagesdbg_fwd
This patch now includes the encapsulation of sysmobts L1 dsp trace messages in the 'standard' osmocom style logging framework (DDSP subsystem)
Diffstat (limited to 'src/osmo-bts-sysmo/l1_transp.h')
-rw-r--r--src/osmo-bts-sysmo/l1_transp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_transp.h b/src/osmo-bts-sysmo/l1_transp.h
index 5226961d..989cdc9b 100644
--- a/src/osmo-bts-sysmo/l1_transp.h
+++ b/src/osmo-bts-sysmo/l1_transp.h
@@ -6,6 +6,7 @@
/* functions a transport calls on arrival of primitive from BTS */
int l1if_handle_l1prim(struct femtol1_hdl *fl1h, struct msgb *msg);
int l1if_handle_sysprim(struct femtol1_hdl *fl1h, struct msgb *msg);
+int l1if_handle_dbg(struct femtol1_hdl *fl1h, struct msgb *msg);
/* functions exported by a transport */
int l1if_transport_open(struct femtol1_hdl *fl1h);