blob: 9a686cb68918f8ed8fe4c0067f1be0af2206b911 [file] [log] [blame]
Oliver Smith29532c22021-01-29 11:13:00 +01001#pragma once
2
3#include <stdio.h>
4#include <osmocom/core/linuxlist.h>
5
6#define DEBUG
7#include <osmocom/core/logging.h>
8
9/* Debug Areas of the code */
10enum {
11 DMM,
12 DPAG,
13 DMEAS,
14 DREF,
15 DGPRS,
16 DNS,
17 DLLC,
18 DSNDCP,
19 DSLHC,
20 DCTRL,
21 DFILTER,
22 DGTPHUB,
23 DRANAP,
24 DSUA,
25 DV42BIS,
26 DIUCS,
27 DSIGTRAN,
28 DGTP,
29 DOBJ,
30 Debug_LastEntry,
31};
32
33extern const struct log_info log_info;