aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-11 05:54:22 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-11 05:54:22 +0200
commit6b72cdf85423f9aca68bce15084e8a1b30b3db55 (patch)
tree821669eb6b2df3dc8053b20cbfd29195850ef8c1 /openbsc/src/debug.c
parent85801d02940833729b6057d48b41df3ed0816207 (diff)
[gprs] Add new 'NS' and 'BSSGP' logging categories
Diffstat (limited to 'openbsc/src/debug.c')
-rw-r--r--openbsc/src/debug.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 181756de5..40bd52c6c 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -151,6 +151,16 @@ static const struct log_info_cat default_categories[] = {
.description = "GPRS Packet Service",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DNS] = {
+ .name = "DNS",
+ .description = "GPRS Network Service",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
+ [DBSSGP] = {
+ .name = "DBSSGP",
+ .description = "GPRS BSSGP Protocol",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
enum log_ctxt {