aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/debug.h
blob: e78ba59a8ff0a24b1a26280c69532513eeb2fda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#pragma once

#include <stdio.h>
#include <osmocom/core/linuxlist.h>

#define DEBUG
#include <osmocom/core/logging.h>

/* Debug Areas of the code */
enum {
	DRLL,
	DMM,
	DRR,
	DRSL,
	DNM,
	DPAG,
	DMEAS,
	DMSC,
	DHO,
	DHODEC,
	DREF,
	DNAT,
	DCTRL,
	DFILTER,
	DPCU,
	DLCLS,
	DCHAN,
	DTS,
	DAS,
	Debug_LastEntry,
};