Attention is currently required from: pespin.
1 comment:
File libosmo-trx/src/trx_ep.c:
Patch Set #1, Line 823: return ~ep->flags & OSMO_TRX_EP_F_NO_PDU_BATCH;
better do !!(~ep->flags & OSMO_TRX_EP_F_NO_PDU_BATCH) here to convert to bool
Done
To view, visit change 43627. To unsubscribe, or for help writing mail filters, visit settings.