#pragma once

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

/* Debug Areas of the code */
enum {
	DSMLC,
	DREF,
	DLB,
	DLCS,
	Debug_LastEntry,
};
