aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/debug.h
blob: 0d08ceb111cdaa45eb0dce30eacd2be486be5ce9 (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
#pragma once

#include <osmocom/core/logging.h>

/* Debug Areas of the code */
enum {
	DRLL,
	DCC,
	DMM,
	DRR,
	DLCLS,
	DMNCC,
	DPAG,
	DMSC,
	DMGCP,
	DHO,
	DDB,
	DREF,
	DCTRL,
	DSMPP,
	DRANAP,
	DVLR,
	DIUCS,
	DBSSAP,
	DSGS,
	DSS,
	Debug_LastEntry,
};