summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2016-07-24 01:40:41 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit48f2cb4b3b94000647358ddd7d06edbb55495bba (patch)
treeb435b05263b3dce0de0bd043f712b1c62827a5f4 /src/host/trxcon/logging.h
parent9f5fefe792628d995945158e653b388c01969d86 (diff)
host/trxcon: initial release of transceiver interface
This is the second side of the 'OsmocomBB <-> SDR' bridge. Most of source code taken from the OsmoBTS project. Change-Id: I96fa3ada05d010f31af419a4950fd8ae2b62ef34
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 049f322a..4d7cea06 100644
--- a/src/host/trxcon/logging.h
+++ b/src/host/trxcon/logging.h
@@ -2,11 +2,12 @@
#include <osmocom/core/logging.h>
-#define DEBUG_DEFAULT "DAPP:DL1C"
+#define DEBUG_DEFAULT "DAPP:DL1C:DTRX"
enum {
DAPP,
DL1C,
+ DTRX,
};
int trx_log_init(const char *category_mask);