aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-18 23:24:12 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-18 23:24:12 +0100
commitd25b6a752b18beb5a6efc4ae2183cfd64c6292fa (patch)
tree066c31e30e8d7a1981f328f14e36e01bce9c3a8c /src/osmo-bts-sysmo/l1_if.h
parent3cf942792a4383ac4fe7d853c687e3d63fa73888 (diff)
osmo-bts-sysmo: Add GSMTAP support for transmit (DL) path
there are VTY commands that can be used to filter which particular L1 sapis (channel types) should be sent in GSMTAP.
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.h')
-rw-r--r--src/osmo-bts-sysmo/l1_if.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.h b/src/osmo-bts-sysmo/l1_if.h
index cbd30b2f..a0c71279 100644
--- a/src/osmo-bts-sysmo/l1_if.h
+++ b/src/osmo-bts-sysmo/l1_if.h
@@ -3,6 +3,7 @@
#include <osmocom/core/select.h>
#include <osmocom/core/write_queue.h>
+#include <osmocom/core/gsmtap_util.h>
#include <osmocom/gsm/gsm_utils.h>
enum {
@@ -29,6 +30,9 @@ struct femtol1_hdl {
uint8_t clk_src;
struct llist_head wlc_list;
+ struct gsmtap_inst *gsmtap;
+ uint32_t gsmtap_sapi_mask;
+
void *priv; /* user reference */
struct osmo_timer_list alive_timer;