osmocom-bb/src/host/trxcon/logging.h

15 lines
178 B
C
Raw Normal View History

#pragma once
#include <osmocom/core/logging.h>
#define DEBUG_DEFAULT "DAPP:DL1C:DTRX:DSCH"
enum {
DAPP,
DL1C,
DTRX,
DSCH,
};
int trx_log_init(const char *category_mask);