Attention is currently required from: laforge, fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30101 )
Change subject: trxcon: reorganize the core logic into libtrxcon.la ......................................................................
Patch Set 2: Code-Review+1
(2 comments)
File src/host/trxcon/src/trxcon_inst.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30101/comment/8fedef72_947b1d01 PS2, Line 31: extern int g_logc_l1c; you could even just store an array here and use it internally: #define LOGFOOBAR() LOGP(g_log_cat[TRXCON_LOGC_L1C], "foobar")....
https://gerrit.osmocom.org/c/osmocom-bb/+/30101/comment/c73d0851_c87627c4 PS2, Line 51: schc = logc[i]; so this two aren't used?