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
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
hl7800.c modem: hl7800: set RX socket remote address 2024-07-10 16:16:03 -04:00
modem_at_shell.c
modem_cellular.c drivers: modem_cellular: fix handling of `+C*REG` answers 2024-10-30 08:54:17 -05:00
modem_cmd_handler.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
modem_cmd_handler.h
modem_context.c
modem_context.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
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 net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
modem_socket.h
quectel-bg9x.c
quectel-bg9x.h
simcom-sim7080.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c