aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/logging.h')
-rw-r--r--include/osmo-bts/logging.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
new file mode 100644
index 00000000..466d5953
--- /dev/null
+++ b/include/osmo-bts/logging.h
@@ -0,0 +1,26 @@
+#ifndef _LOGGING_H
+#define _LOGGING_H
+
+#define DEBUG
+#include <osmocore/logging.h>
+
+enum {
+ DRSL,
+ DOML,
+ DRLL,
+ DRR,
+ DMM,
+ DCC,
+ DSMS,
+ DMEAS,
+ DPAG,
+ DLAPDM,
+ DL1C,
+ DSAP,
+ DABIS,
+ DRTP,
+};
+
+extern const struct log_info log_info;
+
+#endif /* _LOGGING_H */