aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-02-21 18:13:30 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2016-03-13 19:42:19 +0100
commit57caa536cfdbab27e89a52ade0cffc74c674a652 (patch)
treed22cceb03d740e8f8f3df1acf43ae81ed12dc234 /src/common/debug.h
parentcbfc818cce59b6f269c0b97574ebb74d7f2ab9a7 (diff)
Implementation of NMT (Nordic Mobile Telephoe) network
Diffstat (limited to 'src/common/debug.h')
-rw-r--r--src/common/debug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index cb2c92b..5989d00 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -10,8 +10,10 @@
#define DAUDIO 3
#define DANETZ 4
#define DBNETZ 5
-#define DCALL 6
-#define DMNCC 7
+#define DNMT 6
+#define DFRAME 7
+#define DCALL 8
+#define DMNCC 9
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, fmt, ## arg)
void _printdebug(const char *file, const char *function, int line, int cat, int level, const char *fmt, ...);