aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-17 17:18:04 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-17 17:23:36 +0100
commit4ae540695901e08aa3bfcb28af3389d53745dc5c (patch)
tree63631aae716f09e70479fde4733625b9475bfd80 /src/gprs_debug.h
parentb609190369bdf96eefedacc012503d7b55823302 (diff)
logging: use central filter and ctx consts from libosmocore
Diffstat (limited to 'src/gprs_debug.h')
-rw-r--r--src/gprs_debug.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index 963d841c..817c41e1 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -45,20 +45,6 @@ enum {
aDebug_LastEntry
};
-/* context */
-#define BSC_CTX_SUBSCR 1
-#define BSC_CTX_NSVC 4
-#define BSC_CTX_BVC 5
-
-/* 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;