summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/logging.h')
-rw-r--r--src/host/trxcon/logging.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/host/trxcon/logging.h b/src/host/trxcon/logging.h
deleted file mode 100644
index 152c3467..00000000
--- a/src/host/trxcon/logging.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-#include <osmocom/core/logging.h>
-
-#define DEBUG_DEFAULT "DAPP:DL1C:DL1D:DTRX:DTRXD:DSCH:DSCHD"
-
-enum {
- DAPP,
- DL1C,
- DL1D,
- DTRX,
- DTRXD,
- DSCH,
- DSCHD,
-};
-
-int trx_log_init(void *tall_ctx, const char *category_mask);