osmocom-bb/src/host/layer23/include/osmocom/bb/common/logging.h

28 lines
265 B
C

#ifndef _LOGGING_H
#define _LOGGING_H
#define DEBUG
#include <osmocore/logging.h>
enum {
DRSL,
DRR,
DPLMN,
DCS,
DMM,
DCC,
DSMS,
DMNCC,
DMEAS,
DPAG,
DLAPDM,
DL1C,
DSAP,
DSUM,
DSIM,
};
extern const struct log_info log_info;
#endif /* _LOGGING_H */