summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2016-06-30 00:41:58 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit8975b437ed476a1655e19b68d113bc93c468b087 (patch)
tree3df0b6bca3b8c5f0f482ca35d90b0289b071ec77 /src/host/trxcon/logging.h
parent0fcd1c147b3f83efe5def03f954f85a685fafea5 (diff)
host/trxcon: introduce a new 'trxcon' application
This app is similar to the osmocon, but designed to connect L2 & L3 apps with SDR transceiver insted of obsolete Calypso based hardware. Change-Id: Ie3c17f19aad9c26f3c49966a7c96b65911f62369
Diffstat (limited to 'src/host/trxcon/logging.h')
-rw-r--r--src/host/trxcon/logging.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/host/trxcon/logging.h b/src/host/trxcon/logging.h
new file mode 100644
index 00000000..4149e4f2
--- /dev/null
+++ b/src/host/trxcon/logging.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <osmocom/core/logging.h>
+
+#define DEBUG_DEFAULT "DAPP"
+
+enum {
+ DAPP
+};
+
+int trx_log_init(const char *category_mask);