mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:12:55 +00:00
This fixes two problems in modem_reset(): - mdata.net_iface is used without checking that it is valid. Now, we validate mdata_net_iface before usage, and give a warning if it was not set. - if the modem does not perform network registration within the given time of 20s, in the previous implementation the driver gave up. Now, the driver disables RF for a second, enables it again and gives the modem another 20s to register. This has been seen to help in roaming situations. Tested on Sara R4. Signed-off-by: Hans Wilmers <hans@wilmers.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_ppp.c | ||
Kconfig | ||
Kconfig.gsm | ||
Kconfig.ublox-sara-r4 | ||
Kconfig.wncm14a2a | ||
modem_cmd_handler.c | ||
modem_cmd_handler.h | ||
modem_context.c | ||
modem_context.h | ||
modem_iface_uart.c | ||
modem_iface_uart.h | ||
modem_pin.c | ||
modem_receiver.c | ||
modem_receiver.h | ||
modem_shell.c | ||
modem_socket.c | ||
modem_socket.h | ||
ublox-sara-r4.c | ||
wncm14a2a.c |