mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI
This commit is contained in:
@@ -153,7 +153,8 @@ enum log_ctxt {
|
||||
};
|
||||
|
||||
enum log_filter {
|
||||
FLT_IMSI,
|
||||
_FLT_ALL = LOG_FILTER_ALL, /* libosmocore */
|
||||
FLT_IMSI = 1,
|
||||
};
|
||||
|
||||
static int filter_fn(const struct log_context *ctx,
|
||||
|
Reference in New Issue
Block a user