aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/debug.h')
-rw-r--r--openbsc/include/openbsc/debug.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h
index ca3d4ad0d..ca00fe9e8 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -41,21 +41,6 @@ enum {
Debug_LastEntry,
};
-/* context */
-#define BSC_CTX_LCHAN 0
-#define BSC_CTX_SUBSCR 1
-#define BSC_CTX_BTS 2
-#define BSC_CTX_SCCP 3
-
-/* target */
-
-enum {
- //DEBUG_FILTER_ALL = 1 << 0,
- LOG_FILTER_IMSI = 1 << 1,
- LOG_FILTER_NSVC = 1 << 2,
- LOG_FILTER_BVC = 1 << 3,
-};
-
/* we don't need a header dependency for this... */
struct gprs_nsvc;
struct bssgp_bvc_ctx;