aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-13 19:47:01 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-13 21:29:11 +0200
commitb2e49186ef9e7a098f7acb4642399e0d716190d4 (patch)
treeb53901aa749fe1160883776f4bc5842bd76972ce /openbsc/src/debug.c
parentf47dc0b58c3b5a3eb8ab5e9905e76dfb8fa953af (diff)
[GPRS] Add debug sections for LLC and SNDCP
Diffstat (limited to 'openbsc/src/debug.c')
-rw-r--r--openbsc/src/debug.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 9218f6471..cfbf7df81 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -154,13 +154,23 @@ static const struct log_info_cat default_categories[] = {
[DNS] = {
.name = "DNS",
.description = "GPRS Network Service (NS)",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_INFO,
},
[DBSSGP] = {
.name = "DBSSGP",
.description = "GPRS BSS Gateway Protocol (BSSGP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DLLC] = {
+ .name = "DLLC",
+ .description = "GPRS Logical Link Control Protocol (LLC)",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
+ [DSNDCP] = {
+ .name = "DSNDCP",
+ .description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
enum log_ctxt {