aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2014-01-23 15:30:02 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-10 13:38:07 +0100
commita37e239961010db751eb698971d57e22c0a12485 (patch)
tree73a738439c2d31f8f907fcf7e2ce8771bd162107
parentd863f9cbeaac2b16a226021bc9817e51550a3329 (diff)
handover: Introduce debug area for handover related items
-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 3fa4d53..226f77b 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -15,6 +15,7 @@ enum {
DL1P,
DDSP,
DPCU,
+ DHO,
DABIS,
DRTP,
DSUM,
diff --git a/src/common/logging.c b/src/common/logging.c
index 98fd205..1e071db 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -101,6 +101,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
+ [DHO] = {
+ .name = "DHO",
+ .description = "Handover",
+ .color = "\033[0;37m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
#if 0
[DNS] = {
.name = "DNS",