diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h index 203aedb83..eb290e416 100644 --- a/openbsc/include/openbsc/debug.h +++ b/openbsc/include/openbsc/debug.h @@ -34,6 +34,7 @@ enum { DBSSGP, DLLC, DSNDCP, + DNAT, Debug_LastEntry, }; diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c index 512935a20..c701f5040 100644 --- a/openbsc/src/debug.c +++ b/openbsc/src/debug.c @@ -171,6 +171,11 @@ static const struct log_info_cat default_categories[] = { .description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)", .enabled = 1, .loglevel = LOGL_DEBUG, }, + [DNAT] = { + .name = "DNAT", + .description = "GSM 08.08 NAT/Multipkexer", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, }; enum log_filter {