diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c index 93850ba18..e0bd66e18 100644 --- a/openbsc/src/libcommon/debug.c +++ b/openbsc/src/libcommon/debug.c @@ -165,6 +165,11 @@ static const struct log_info_cat default_categories[] = { .description = "BSC/NAT IMSI based filtering", .enabled = 1, .loglevel = LOGL_DEBUG, }, + [DRANAP] = { + .name = "DRANAP", + .description = "Radio Access Network Application Part Protocol", + .enabled = 1, .loglevel = LOGL_DEBUG, + }, [DIUCS] = { .name = "DIUCS", .description = "Iu-CS Protocol",