blob: c3edd8a2aa84fb3789e0259331eadeef60730b7a [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,
};
extern const struct log_info log_info;
#endif