summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/include/osmocom/bb/trxcon/logging.h
blob: f8521a0e9788edda4712034851c68a04221144f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include <osmocom/core/logging.h>

enum {
	DAPP,
	DL1C,
	DL1D,
	DTRXC,
	DTRXD,
	DSCH,
	DSCHD,
};

int trxcon_logging_init(void *tall_ctx, const char *category_mask);