aboutsummaryrefslogtreecommitdiffstats
path: root/include/cellmgr_debug.h
blob: c6d553d44f3870f92d268b863162fdbca407b7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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