mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
libcommon: Add DCTRL logging destination for libctrl related messages
This commit is contained in:
committed by
Holger Hans Peter Freyther
parent
fc83a36cbd
commit
1c33d4c00d
@@ -35,6 +35,7 @@ enum {
|
||||
DLLC,
|
||||
DSNDCP,
|
||||
DNAT,
|
||||
DCTRL,
|
||||
Debug_LastEntry,
|
||||
};
|
||||
|
||||
|
@@ -175,6 +175,11 @@ static const struct log_info_cat default_categories[] = {
|
||||
.description = "GSM 08.08 NAT/Multipkexer",
|
||||
.enabled = 1, .loglevel = LOGL_NOTICE,
|
||||
},
|
||||
[DCTRL] = {
|
||||
.name = "DCTRL",
|
||||
.description = "Control interface",
|
||||
.enabled = 1, .loglevel = LOGL_NOTICE,
|
||||
},
|
||||
};
|
||||
|
||||
enum log_filter {
|
||||
|
Reference in New Issue
Block a user