Files
osmo-trx/CommonLibs/debug.h
Pau Espin Pedrol 5ea1817dc2 Add initial support for logging, vty, ctrl
Up to this point, the logging system, vty and ctrl are initialized and
can be used fine, though they don't have a lot of use yet.

Depends on libosmocore Change-Id Ib79cdb62d45d8c78445c7b064e58eb7e9faeccf9

Related: OS#2184

Change-Id: I08982c37b4f873966304b3cfb38a10ee86eb3dad
2018-02-27 07:10:50 +00:00

9 lines
102 B
C

#pragma once
extern const struct log_info log_info;
/* Debug Areas of the code */
enum {
DMAIN,
};