aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-22 17:24:33 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-22 17:24:33 +0100
commitdae775d76a4489d3acc7fe623df08a2dbda1c676 (patch)
tree86b2a8934671f294d03a13887676b77636d01359
parent37364952f5ebe5cd363f487299c6aebf9a12fc52 (diff)
wip
-rw-r--r--src/common/handover.c1
-rw-r--r--src/common/logging.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/common/handover.c b/src/common/handover.c
index 3d0a5e98..8ac24166 100644
--- a/src/common/handover.c
+++ b/src/common/handover.c
@@ -29,7 +29,6 @@
#include <osmo-bts/bts.h>
#include <osmo-bts/rsl.h>
-#include <osmo-bts/l1sap.h>
#include <osmo-bts/logging.h>
#include <osmo-bts/handover.h>
diff --git a/src/common/logging.c b/src/common/logging.c
index 9e2ed08f..874201a1 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -102,12 +102,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
- .enabled = 1, .loglevel = LOGL_NOTICE,
- },
[DHO] = {
.name = "DHO",
.description = "Handover",
.color = "\033[0;37m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
#if 0
[DNS] = {
.name = "DNS",