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

#include <osmocom/core/logging.h>

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

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