File: debug.h

package info (click to toggle)
osmo-msc 1.13.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,968 kB
  • sloc: ansic: 44,489; python: 1,046; makefile: 950; sh: 118
file content (31 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#pragma once

#include <osmocom/core/logging.h>

/* Debug Areas of the code */
enum {
	DRLL,
	DCC,
	DBCC,
	DGCC,
	DMM,
	DRR,
	DLCLS,
	DMNCC,
	DPAG,
	DMSC,
	DMGCP,
	DHO,
	DDB,
	DREF,
	DCTRL,
	DSMPP,
	DRANAP,
	DVLR,
	DIUCS,
	DBSSAP,
	DSGS,
	DSS,
	DASCI,
	Debug_LastEntry,
};