Attention is currently required from: 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 1:
(1 comment)
File src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h:
https://gerrit.osmocom.org/c/osmocom-bb/+/30101/comment/8c82cad9_2760c6b1 PS1, Line 34: struct trxcon_log_cfg { this will break ABI next time you want to add a new category and old client uses newer version of the library (read out of bounds will occur). Maybe you want to have an enum and a function to set a specific category identified by the ENUM. You can implement it with a switch statement to set up this internally.