zephyr/drivers/modem
Tomi Fontanilles f380fcc52f drivers: modem_cellular: fix handling of `+C*REG` answers
`+C*REG:` may be received as AT read command answer
or unsolicited notification.
Their syntax differs, and even the overall parameter count varies
depending on what `<n>` is used in the `AT+CEREG=` write command.

To handle all cases properly, check the parameter count and
the presence of the `<tac>` parameter (which is a string and
thus begins with `"`) to figure out what is the position of `<stat>`.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-10-30 08:54:17 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.at_shell
Kconfig.cellular modem_cellular: Add support for the Telit ME310G1 LTE modem 2024-10-17 09:46:09 +02:00
Kconfig.hl7800
Kconfig.quectel-bg9x drivers: modem: quectel-bg9x: mdm unsol ready 2023-05-27 06:28:33 -04:00
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
hl7800.c
modem_at_shell.c drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
modem_cellular.c drivers: modem_cellular: fix handling of `+C*REG` answers 2024-10-30 08:54:17 -05:00
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_context.h
modem_iface_uart.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c
modem_socket.h drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
quectel-bg9x.c
quectel-bg9x.h drivers: modem: quectel-bg9x: fix reset BG95 mdm 2023-05-27 06:28:33 -04:00
simcom-sim7080.c
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c