#pragma once #include #define DEBUG_DEFAULT "DAPP:DL1C:DTRX:DSCH" enum { DAPP, DL1C, DTRX, DSCH, }; int trx_log_init(const char *category_mask);