From a37e239961010db751eb698971d57e22c0a12485 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 23 Jan 2014 15:30:02 +0100 Subject: handover: Introduce debug area for handover related items --- include/osmo-bts/logging.h | 1 + src/common/logging.c | 6 ++++++ 2 files changed, 7 insertions(+) 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", -- cgit v1.2.3