aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/logging.h
blob: 601fb2f5c2e77aa544f7b3d0c952ac9106366530 (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
#ifndef _LOGGING_H
#define _LOGGING_H

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

enum {
	DRSL,
	DOML,
	DRLL,
	DRR,
	DMM,
	DCC,
	DSMS,
	DMEAS,
	DPAG,
	DLAPDM,
	DL1C,
	DSAP,
	DABIS,
	DRTP,
	DSUM,
};

extern const struct log_info log_info;

#endif /* _LOGGING_H */