aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-11 19:53:39 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-28 12:18:23 +0200
commit3c5612f82b29a8c57e88499d6cc7cf334d66d6cb (patch)
tree9b550bc3c0340ec412edbd8928ed99b812b1987b /include/osmocom
parent2fc79dd2207b0c2a563edddea13f7ebda9213e70 (diff)
create separate logging categories for lchan,ts,as FSMs
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/bsc/debug.h b/include/osmocom/bsc/debug.h
index 1133bf6f6..e78ba59a8 100644
--- a/include/osmocom/bsc/debug.h
+++ b/include/osmocom/bsc/debug.h
@@ -24,5 +24,8 @@ enum {
DFILTER,
DPCU,
DLCLS,
+ DCHAN,
+ DTS,
+ DAS,
Debug_LastEntry,
};