summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-08-19 12:38:24 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commitac764e78fd1f14e29b7a686697a5c459c58f3f8b (patch)
treef5257c1a667b162f004633bcf48bfaf041961464 /src/host/trxcon/logging.h
parent5e9959cf6ae7e3b9e6992c63c71044817c26140f (diff)
host/trxcon/scheduler: 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 6221c55e..0206362a 100644
--- a/src/host/trxcon/logging.h
+++ b/src/host/trxcon/logging.h
@@ -2,7 +2,7 @@
#include <osmocom/core/logging.h>
-#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRX:DTRXD:DSCH"
+#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRX:DTRXD:DSCH:DSCHD"
enum {
DAPP,
@@ -11,6 +11,7 @@ enum {
DTRX,
DTRXD,
DSCH,
+ DSCHD,
};
int trx_log_init(const char *category_mask);