aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-08 19:41:41 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-08 19:41:41 +0200
commitbf2a18e623b8da65792d74e9cd31d2d9ecbbcb81 (patch)
tree1c5b7b7595a4ea3bc6934e89d83b1970dff11030
parent66f1fe15e964a341024f93954e8e283938bfbbca (diff)
debug: Add new debugging class for PCU interface (DPCU)
-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 9252cb8..d044803 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 bd7eb73..98fd205 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",