The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_MODEM_GSM_RSSI_POLLING_PERIOD

Configure RSSI polling period (in seconds)

Type: int

Help

This settings is used to configure the period of RSSI polling

Direct dependencies

MODEM_GSM_PPP && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • 30

Kconfig definition

At drivers/modem/Kconfig.gsm:83

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84drivers/modem/Kconfig:144

Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems

config MODEM_GSM_RSSI_POLLING_PERIOD
    int "Configure RSSI polling period (in seconds)"
    default 30
    depends on MODEM_GSM_PPP && MODEM
    help
      This settings is used to configure the period of RSSI polling

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)