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

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

enum {
	DRSL,
	DOML,
	DRLL,
	DRR,
	DMEAS,
	DPAG,
	DL1C,
	DL1P,
	DDSP,
	DPCU,
	DHO,
	DTRX,
	DABIS,
	DRTP,
	DSUM,
};

extern const struct log_info bts_log_info;

int bts_log_init(const char *category_mask);

#endif /* _LOGGING_H */