summaryrefslogblamecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/logging.h
blob: 554b76709c29e61f0ea15ff855ee9699e5e34522 (plain) (tree)
1
2
3
4
5
6
7
8
9



                  
                                 



             

              
            


             
              



               
             
             
             
             




                                      
#ifndef _LOGGING_H
#define _LOGGING_H

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

enum {
	DRSL,
	DRR,
	DPLMN,
	DCS,
	DNB,
	DMM,
	DCC,
	DSMS,
	DMNCC,
	DMEAS,
	DPAG,
	DLAPDM,
	DL1C,
	DSAP,
	DSUM,
	DSIM,
	DGPS,
};

extern const struct log_info log_info;

#endif /* _LOGGING_H */