aboutsummaryrefslogtreecommitdiffstats
path: root/include/cellmgr_debug.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 03:53:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 13:22:46 +0100
commitc21cfaa023686c0c4ff041199ed6a04e48f79d15 (patch)
tree2ffbf5e5d29723238b26aa8a173db967b294e72f /include/cellmgr_debug.h
parent03ba4f485bdbf79b9efce862940fd871e7b3dc72 (diff)
isup: Start parsing the ISUP messages
Introduce a ISUP debug category, parse the reset circuit message, add a test case for this easy parsing.
Diffstat (limited to 'include/cellmgr_debug.h')
-rw-r--r--include/cellmgr_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cellmgr_debug.h b/include/cellmgr_debug.h
index 3d22cab..c3edd8a 100644
--- a/include/cellmgr_debug.h
+++ b/include/cellmgr_debug.h
@@ -10,6 +10,7 @@ enum {
DMSC,
DSCCP,
DMGCP,
+ DISUP,
};
extern const struct log_info log_info;