blob: 0c6432386d090e4219522006e5da85040bee6507 [file] [log] [blame]
Neels Hofmeyr72992152020-09-19 02:36:08 +02001#pragma once
2
3#define DEBUG
4#include <osmocom/core/logging.h>
5
6/* Debug Areas of the code */
7enum {
8 DSMLC,
9 DREF,
10 DLB,
11 DLCS,
12 Debug_LastEntry,
13};