[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)
[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         DSAP,
21         DSUM,
22         DSIM,
23         DGPS,
24 };
25
26 extern const struct log_info log_info;
27
28 #endif /* _LOGGING_H */