From a6e8467e55af538ab89c442cefca2f9816d2b73d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 4 Jun 2013 16:31:18 +0200 Subject: HO: Add handover decision debugging category --- include/osmocom/bsc/debug.h | 1 + src/libcommon/debug.c | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/osmocom/bsc/debug.h b/include/osmocom/bsc/debug.h index d851181c7..7560a52cf 100644 --- a/include/osmocom/bsc/debug.h +++ b/include/osmocom/bsc/debug.h @@ -22,6 +22,7 @@ enum { DMSC, DMGCP, DHO, + DHODEC, DDB, DREF, DGPRS, diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c index b3685e6d2..5fe36f76d 100644 --- a/src/libcommon/debug.c +++ b/src/libcommon/debug.c @@ -107,7 +107,14 @@ static const struct log_info_cat default_categories[] = { }, [DHO] = { .name = "DHO", - .description = "Hand-Over", + .description = "Hand-Over Process", + .color = "\033[1;38m", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, + [DHODEC] = { + .name = "DHODEC", + .description = "Hand-Over Decision", + .color = "\033[1;38m", .enabled = 1, .loglevel = LOGL_NOTICE, }, [DDB] = { -- cgit v1.2.3