[layer23] Adding "neighbour cell" logging category: DNB
[osmocom-bb.git] / src / host / layer23 / include / osmocom / bb / common / logging.h
1 #ifndef _LOGGING_H
2 #define _LOGGING_H
3
4 #define DEBUG
5 #include <osmocom/core/logging.h>
6
7 enum {
8         DRSL,
9         DRR,
10         DPLMN,
11         DCS,
12         DNB,
13         DMM,
14         DCC,
15         DSMS,
16         DMNCC,
17         DMEAS,
18         DPAG,
19         DLAPDM,
20         DL1C,
21         DSAP,
22         DSUM,
23         DSIM,
24         DGPS,
25 };
26
27 extern const struct log_info log_info;
28
29 #endif /* _LOGGING_H */