aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/debug.h
blob: 384453e78d0ba7b8dd128eceeed19d34a3054bc2 (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,
	DCC,
	DMM,
	DRR,
	DMNCC,
	DPAG,
	DMSC,
	DMGCP,
	DHO,
	DDB,
	DREF,
	DCTRL,
	DSMPP,
	DRANAP,
	DVLR,
	DIUCS,
	DBSSAP,
	Debug_LastEntry,
};

extern const struct log_info log_info;