blob: 80c5d9fc6c4bbfe0f0a83d4308739e828895b787 [file] [log] [blame]
Neels Hofmeyr94f49a42017-02-17 17:06:59 +01001#pragma once
Harald Welte52b1f982008-12-23 20:25:15 +00002
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01003#include <stdio.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +01004#include <osmocom/core/linuxlist.h>
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01005
Harald Welte3633a6d2008-12-26 00:06:02 +00006#define DEBUG
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +01007#include <osmocom/core/logging.h>
Harald Welte3633a6d2008-12-26 00:06:02 +00008
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01009/* Debug Areas of the code */
10enum {
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010011 DMM,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010012 DPAG,
13 DMEAS,
Harald Welted0c19142009-12-24 11:46:44 +010014 DREF,
Harald Welte9b455bf2010-03-14 15:45:01 +080015 DGPRS,
Harald Welteb2e49182010-05-13 19:47:01 +020016 DLLC,
17 DSNDCP,
Philipp2c7f8372016-08-26 16:58:41 +020018 DSLHC,
Daniel Willmann1c33d4c2011-07-19 12:14:34 +020019 DCTRL,
Holger Hans Peter Freyther06a88fa2015-04-05 19:34:12 +020020 DFILTER,
Neels Hofmeyrc8a614d2015-09-24 17:32:30 +020021 DGTPHUB,
Daniel Willmann35a65ed2016-05-20 21:59:45 +020022 DRANAP,
Daniel Willmann3adb23c2016-05-20 21:59:35 +020023 DSUA,
Philippd8b45772016-09-02 13:32:38 +020024 DV42BIS,
Neels Hofmeyr2188a772016-05-20 21:59:55 +020025 DIUCS,
Philipp Maierefe85d32017-04-09 12:32:51 +020026 DSIGTRAN,
Pau Espin Pedrol6ec5dc22019-08-28 16:52:56 +020027 DGTP,
Harald Welte7cb76a42020-12-07 12:03:10 +010028 DOBJ,
Philipp Maier2ce050b2020-12-14 23:27:47 +010029 DRIM,
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +010030 Debug_LastEntry,
31};
Harald Welte8d77b952009-12-17 00:31:10 +010032
Harald Weltedc5062b2010-03-26 21:28:59 +080033extern const struct log_info log_info;