922ef11717946c799353ef5fac72d796e6818c8d
[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 <osmocore/logging.h>
6
7 enum {
8         DRSL,
9         DRR,
10         DPLMN,
11         DCS,
12         DMM,
13         DCC,
14         DSMS,
15         DMNCC,
16         DMEAS,
17         DPAG,
18         DLAPDM,
19         DL1C,
20         DSUM,
21         DSIM,
22 };
23
24 extern const struct log_info log_info;
25
26 #endif /* _LOGGING_H */