summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.h
blob: 152c34673168919c3d54f6c034599aca051315f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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);