Attention is currently required from: pespin, fixeria. laforge 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/1128df16_5b710dc3 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 th […]
agreeing with pau. or (more ugly) turn it into an array that has a number of reserved elements that can be used in the future without breaking the size of this struct.