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