summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/logging.h
blob: fb1229ef7288408cd5b676fb2d343fdd6987b6a9 (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
27
28
29
30
31
#ifndef _LOGGING_H
#define _LOGGING_H

#define DEBUG
#include <osmocom/core/logging.h>

enum {
	DRSL,
	DRR,
	DPLMN,
	DCS,
	DNB,
	DMM,
	DCC,
	DSS,
	DSMS,
	DMNCC,
	DMEAS,
	DPAG,
	DL1C,
	DSAP,
	DSUM,
	DSIM,
	DGPS,
	DMOB,
	DPRIM,
};

extern const struct log_info log_info;

#endif /* _LOGGING_H */