aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-05-20 21:59:35 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-06-13 09:18:51 +0000
commit3adb23cfc5119673651ff804cdc13fe554908adc (patch)
treedb7e63867dbba67ab2061c3b671f0649c51acb7d /openbsc/include/openbsc
parenta66852525ab9287c3869b3983f04506f0484f422 (diff)
add DSUA debug constant
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h
index b6087e2e0..43ebb19a0 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -35,6 +35,7 @@ enum {
DFILTER,
DGTPHUB,
DRANAP,
+ DSUA,
Debug_LastEntry,
};