Attention is currently required from: fixeria.
1 comment:
File include/osmocom/core/soft_uart.h:
number of received UART frames for OSMO_SUART_RX_MODE_N_FRAMES; UART
* will flush receive buffer via the receive call-back after indicated number
* of UART frames had been received. *
how is this different from the existing behavior if you'd simply make the rx buffer size == rx_n_uart_frames?
The original code was written in a way that *normally* you would call the call-back whenever the buffer is full, but in casese that takes too long, we use the timeout as a fall-back.
To view, visit change 35045. To unsubscribe, or for help writing mail filters, visit settings.