blob: 717cf74aae2951d31291ca027b40d4bc785ebb0b [file] [log] [blame]
Neels Hofmeyr94f49a42017-02-17 17:06:59 +01001#pragma once
Harald Welte52b1f982008-12-23 20:25:15 +00002
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +01003#include <osmocom/core/logging.h>
Harald Welte3633a6d2008-12-26 00:06:02 +00004
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01005/* Debug Areas of the code */
6enum {
7 DRLL,
8 DCC,
9 DMM,
10 DRR,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010011 DMNCC,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010012 DPAG,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010013 DMSC,
14 DMGCP,
15 DHO,
Harald Welteae1f1592009-12-24 11:39:14 +010016 DDB,
Harald Welted0c19142009-12-24 11:46:44 +010017 DREF,
Daniel Willmann1c33d4c2011-07-19 12:14:34 +020018 DCTRL,
Harald Weltef1033cc2012-11-08 16:14:37 +010019 DSMPP,
Daniel Willmann35a65ed2016-05-20 21:59:45 +020020 DRANAP,
Harald Welteb8b85a12016-06-17 00:06:42 +020021 DVLR,
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020022 DIUCS,
Harald Welte1f477442018-02-09 01:49:01 +010023 DBSSAP,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010024 Debug_LastEntry,
25};