summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/logging.h
blob: ddb449af90996009498fc1bc299b33a86c0878d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef _LOGGING_H
#define _LOGGING_H

#define DEBUG
#include <osmocore/logging.h>

enum {
	DRSL,
	DRR,
	DPLMN,
	DCS,
	DMM,
	DCC,
	DSMS,
	DMNCC,
	DMEAS,
	DPAG,
	DLAPDM,
	DL1C,
	DSAP,
	DSUM,
};

extern const struct log_info log_info;

#endif /* _LOGGING_H */