debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 5355bf4..a55d790 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -153,7 +153,8 @@
 };
 
 enum log_filter {
-	FLT_IMSI,
+	_FLT_ALL = LOG_FILTER_ALL,	/* libosmocore */
+	FLT_IMSI = 1,
 };
 
 static int filter_fn(const struct log_context *ctx,