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 3fa4d536..226f77b7 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 98fd2058..1e071dbb 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",