zephyr/subsys/modem
Bjarki Arge Andreasen 517bec233e modem: modem_cmux: Increase modem cmux buf size
This commit increases the buffer used for commands
in the control channel within an instance of the
modem_cmux module. The buffer was not large enough to
store an MSC command if the optional break signals
where included. This commit fixes the issue and
updates the test suite to use the max size MSC message.

Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
2023-10-11 18:57:11 +03:00
..
backends
CMakeLists.txt
Kconfig
modem_chat.c modem: chat: Track size of script_chat request to avoid strlen() 2023-09-18 14:11:40 +01:00
modem_cmux.c modem: modem_cmux: Increase modem cmux buf size 2023-10-11 18:57:11 +03:00
modem_pipe.c modem: modem_pipe: Avoid inconsequential open/close calls 2023-09-30 18:47:48 +02:00
modem_ppp.c