aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/debug.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-05-09 15:24:49 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-12 10:32:42 +0000
commit979b057ad7e477718d4143b7c5a18dbe542702d6 (patch)
treec3519f3573cbc82f1af98b99199afee40782de90 /include/osmocom/msc/debug.h
parent6a689b2b5b9f99ff402487bc14e231e5adbc2bbe (diff)
add DSS logging category
Diffstat (limited to 'include/osmocom/msc/debug.h')
-rw-r--r--include/osmocom/msc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/debug.h b/include/osmocom/msc/debug.h
index 28ba4825b..3347e20d4 100644
--- a/include/osmocom/msc/debug.h
+++ b/include/osmocom/msc/debug.h
@@ -22,5 +22,6 @@ enum {
DIUCS,
DBSSAP,
DSGS,
+ DSS,
Debug_LastEntry,
};