aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
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/include/openbsc/debug.h
parent85801d02940833729b6057d48b41df3ed0816207 (diff)
[gprs] Add new 'NS' and 'BSSGP' logging categories
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 49b417e26..65fd0bb53 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -30,6 +30,8 @@ enum {
DDB,
DREF,
DGPRS,
+ DNS,
+ DBSSGP,
Debug_LastEntry,
};