This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#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
|