summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-08-19 12:28:39 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit5e9959cf6ae7e3b9e6992c63c71044817c26140f (patch)
treeb4fa3fec43f013b43edacbe931873fdef6eae617 /src/host/trxcon/logging.h
parent3641fe61238aabaa84ecbf14ca8eefe18acd5b18 (diff)
host/trxcon/trx_if.c: separate logging of data messages
Diffstat (limited to 'src/host/trxcon/logging.h')
-rw-r--r--src/host/trxcon/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/host/trxcon/logging.h b/src/host/trxcon/logging.h
index 22f32517..6221c55e 100644
--- a/src/host/trxcon/logging.h
+++ b/src/host/trxcon/logging.h
@@ -2,13 +2,14 @@
#include <osmocom/core/logging.h>
-#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRX:DSCH"
+#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRX:DTRXD:DSCH"
enum {
DAPP,
DL1C,
DL1D,
DTRX,
+ DTRXD,
DSCH,
};