Attention is currently required from: fixeria.
1 comment:
File src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h:
Patch Set #1, 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.
To view, visit change 30101. To unsubscribe, or for help writing mail filters, visit settings.