aboutsummaryrefslogtreecommitdiffstats
path: root/include/cellmgr_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cellmgr_debug.h')
-rw-r--r--include/cellmgr_debug.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/cellmgr_debug.h b/include/cellmgr_debug.h
new file mode 100644
index 0000000..3d22cab
--- /dev/null
+++ b/include/cellmgr_debug.h
@@ -0,0 +1,17 @@
+#ifndef CELLMGR_DEBUG_H
+#define CELLMGR_DEBUG_H
+
+#define DEBUG
+#include <osmocore/logging.h>
+
+/* Debuag Areas of the code */
+enum {
+ DINP,
+ DMSC,
+ DSCCP,
+ DMGCP,
+};
+
+extern const struct log_info log_info;
+
+#endif