9
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
cellmgr-ng/include/cellmgr_debug.h

21 lines
241 B
C

#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