zephyr/drivers/modem
Jeppe Odgaard afd6eb35f9 modem: ppp: gsm: extract access technology
Some modems supports multiple access technologies.
The access technology of the serving cell can be extracted from the
+CEREG command, which is already sent to the modem.

The parse function is extended to also parse the access technology value.

Fixes https://github.com/zephyrproject-rtos/zephyr/issues/51153.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
2022-11-11 08:41:13 +00:00
..
CMakeLists.txt
Kconfig
Kconfig.gsm
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
gsm_ppp.c modem: ppp: gsm: extract access technology 2022-11-11 08:41:13 +00:00
hl7800.c modem: hl7800: ensure net_if_down is triggered and not ignored 2022-11-04 08:54:50 +00:00
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h modem: ppp: gsm: extract access technology 2022-11-11 08:41:13 +00: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: ppp: gsm: extract access technology 2022-11-11 08:41:13 +00:00
modem_socket.c
modem_socket.h
quectel-bg9x.c
quectel-bg9x.h
simcom-sim7080.c
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c drivers: modem: wncm14a2a: Align driver with iface status upgrade 2022-10-20 10:00:31 +02:00