zephyr/subsys/modem
Anders T. Akre 26cd98e483 modem: ubx: fix incoming byte processing
`ret` holds the amount of bytes received from the modem. However during
processing of the bytes its value is overwritten by the return value of
`modem_ubx_process_received_byte`, in practice discarding all but the
first byte read.

To prevent this, store the length in a separate variable.

Signed-off-by: Anders T. Akre <anders@akre.io>
2024-08-02 03:29:18 -04:00
..
backends modem: cmux: apply `static const` to reduce RAM usage 2024-07-27 20:51:42 +03:00
CMakeLists.txt
Kconfig
modem_chat.c
modem_cmux.c modem: cmux: apply `static const` to reduce RAM usage 2024-07-27 20:51:42 +03:00
modem_pipe.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
modem_pipelink.c
modem_ppp.c
modem_stats.c
modem_ubx.c modem: ubx: fix incoming byte processing 2024-08-02 03:29:18 -04:00