aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/debug.h
blob: 80c5d9fc6c4bbfe0f0a83d4308739e828895b787 (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
32
33
#pragma once

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

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

/* Debug Areas of the code */
enum {
	DMM,
	DPAG,
	DMEAS,
	DREF,
	DGPRS,
	DLLC,
	DSNDCP,
	DSLHC,
	DCTRL,
	DFILTER,
	DGTPHUB,
	DRANAP,
	DSUA,
	DV42BIS,
	DIUCS,
	DSIGTRAN,
	DGTP,
	DOBJ,
	DRIM,
	Debug_LastEntry,
};

extern const struct log_info log_info;