aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2015-08-10 13:37:16 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:57:31 +0300
commit8516d533db307ead7dbd7d29c6b3df0afffeebaa (patch)
treeca3e3c2f87f6a178e05f6844f4882cf82d01bd6f /openbsc/include/openbsc
parentc6e735fd00186778014bd7891781a611da132c72 (diff)
debug: Add DSUP debug category for subscriber update protocol
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 ca3d4ad0d..d255d29e9 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -38,6 +38,7 @@ enum {
DRANAP,
DSUA,
DV42BIS,
+ DSUP,
Debug_LastEntry,
};