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