aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
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/include/openbsc/debug.h
parentf47dc0b58c3b5a3eb8ab5e9905e76dfb8fa953af (diff)
[GPRS] Add debug sections for LLC and SNDCP
Diffstat (limited to 'openbsc/include/openbsc/debug.h')
-rw-r--r--openbsc/include/openbsc/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h
index 65fd0bb53..9c3e6451c 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -32,6 +32,8 @@ enum {
DGPRS,
DNS,
DBSSGP,
+ DLLC,
+ DSNDCP,
Debug_LastEntry,
};