blob: c6d553d44f3870f92d268b863162fdbca407b7d1 [file] [log] [blame]
#ifndef CELLMGR_DEBUG_H
#define CELLMGR_DEBUG_H
#define DEBUG
#include <osmocom/core/logging.h>
/* Debuag Areas of the code */
enum {
DINP,
DMSC,
DSCCP,
DMGCP,
DISUP,
DM2UA,
DPCAP,
};
extern const struct log_info log_info;
#endif