zephyr/subsys/modem
Bjarki Arge Andreasen 1816b6380b modem: modem_cmux: Set C/R bit in UIH frames
This commit sets the C/R (command/response) bit when UIH
CMUX frames are sent from the modem_cmux module. This bit
is ignored by some modems like the Quectel BG95, as there
is no defined response to this specific CMUX frame type.
However, other modems, like the TELIT ME910, require the
bit to be set (command). If the bit is not set, the modem
will simply ignore the frame completely.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
2023-10-06 09:18:32 +02:00
..
backends modem: backends: uart: fix backend selection 2023-09-11 16:56:39 -04:00
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: Set C/R bit in UIH frames 2023-10-06 09:18:32 +02: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