zephyr/drivers/modem
Ryan Erickson 42075342a8 modem: hl7800: fix PSM
Fix power-save-mode (PSM) operation.
When in PSM, do not bring the networking interface down
when an out-of-coverage event occurs.
When PSM goes into hibernate, this will cause an
out-of-coverage event to occur, even though the device
still has access to service.
Keeping the networking interface in the up state
allows an app to send data whenever it needs to.

Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
2021-09-20 12:24:40 -04:00
..
CMakeLists.txt drivers: modem: build as static library 2021-08-17 06:06:03 -04:00
gsm_ppp.c drivers: modem: gsm_ppp: Fix ppp_dev 2021-09-08 10:49:45 -04:00
hl7800.c modem: hl7800: fix PSM 2021-09-20 12:24:40 -04:00
Kconfig drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
Kconfig.gsm drivers: modem: gsm_ppp: Use DTS 2021-08-31 17:33:34 -04:00
Kconfig.hl7800 drivers: modem: hl7800: Add Position over LTE (PoLTE) 2021-09-01 09:33:46 -04:00
Kconfig.quectel-bg9x drivers: modem: bg9x: Fix unused configs 2021-09-15 11:30:03 -04:00
Kconfig.ublox-sara-r4 drivers: modem: ublox-sara-r4: Convert driver to new DT device macros 2021-02-15 08:31:52 -05:00
Kconfig.wncm14a2a
modem_cmd_handler.c drivers: modem: Fix compiler warning 2021-08-02 11:32:02 -05:00
modem_cmd_handler.h drivers: modem: add modem_cmd_send_ext() 2021-07-28 21:08:51 -04:00
modem_context.c
modem_context.h drivers: modem: RSSI measurement for PPP link 2021-07-14 21:06:30 -04:00
modem_iface_uart.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_iface_uart.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_pin.c
modem_receiver.c pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
modem_receiver.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_shell.c drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
modem_socket.c modem: fix socket descriptor leak 2021-01-07 10:36:19 +02:00
modem_socket.h drivers: modem: ublox-sara-r4: add TLS offload support 2021-04-21 11:13:34 +03:00
quectel-bg9x.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
quectel-bg9x.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
ublox-sara-r4.c drivers: modem: sara-r4: Replace snprintf calls by snprintk 2021-09-16 09:33:28 -04:00
wncm14a2a.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00