summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h')
-rw-r--r--Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h b/Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h
deleted file mode 100644
index 554b767..0000000
--- a/Src/osmocombb/src/host/layer23/include/osmocom/bb/common/logging.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef _LOGGING_H
-#define _LOGGING_H
-
-#define DEBUG
-#include <osmocom/core/logging.h>
-
-enum {
- DRSL,
- DRR,
- DPLMN,
- DCS,
- DNB,
- DMM,
- DCC,
- DSMS,
- DMNCC,
- DMEAS,
- DPAG,
- DLAPDM,
- DL1C,
- DSAP,
- DSUM,
- DSIM,
- DGPS,
-};
-
-extern const struct log_info log_info;
-
-#endif /* _LOGGING_H */