aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmo-bts/logging.h1
-rw-r--r--src/common/logging.c6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index 9252cb8f..d0448032 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -17,6 +17,7 @@ enum {
DABIS,
DRTP,
DSUM,
+ DPCU,
};
extern const struct log_info bts_log_info;
diff --git a/src/common/logging.c b/src/common/logging.c
index bd7eb73a..98fd2058 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -95,6 +95,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
+ [DPCU] = {
+ .name = "DPCU",
+ .description = "PCU interface",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
#if 0
[DNS] = {
.name = "DNS",