osmo-bsc/include/osmocom/bsc/debug.h

31 lines
307 B
C

#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,
DRSL,
DNM,
DPAG,
DMEAS,
DMSC,
DMGCP,
DHO,
DHODEC,
DREF,
DNAT,
DCTRL,
DFILTER,
DPCU,
DLCLS,
Debug_LastEntry,
};