zephyr/subsys/modem
Tomi Fontanilles 6564e8b756 modem: cmux: fix frame data length encoding
In cases where the data is bigger than 127 bytes,
the first bit of the second byte of the data length field
used to always be set.

This is wrong as according to the 3GPP 27.010 spec
only the first bit of the first byte is the EA bit;
all the others denote the data length.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-01-02 10:10:55 +01:00
..
backends modem: backend: uart_async: Remove UART flush 2023-11-20 13:03:08 +01:00
CMakeLists.txt
Kconfig modem: Add experimental tag 2023-11-03 09:56:30 +01:00
modem_chat.c modem_chat: fix hard fault on script stop 2023-10-25 10:05:45 +02:00
modem_cmux.c modem: cmux: fix frame data length encoding 2024-01-02 10:10:55 +01:00
modem_pipe.c modem: modem_pipe: Avoid inconsequential open/close calls 2023-09-30 18:47:48 +02:00
modem_ppp.c modem: modem_ppp: added net stats 2023-09-15 15:13:06 -05:00