:orphan: .. title:: CONFIG_MODEM_GSM_ENABLE_CESQ_RSSI .. kconfig:: CONFIG_MODEM_GSM_ENABLE_CESQ_RSSI CONFIG_MODEM_GSM_ENABLE_CESQ_RSSI ################################# *Enable +CESQ RSSI measurement* Type: ``bool`` Help ==== .. code-block:: none If this is enabled, RSRP, RSCP and RXREL values are read from the modem with +CESQ. Otherwise only RSSI value is read with +CSQ from the modem. Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/modem/Kconfig.gsm:89`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig config MODEM_GSM_ENABLE_CESQ_RSSI bool "Enable +CESQ RSSI measurement" depends on MODEM_GSM_PPP && MODEM help If this is enabled, RSRP, RSCP and RXREL values are read from the modem with +CESQ. Otherwise only RSSI value is read with +CSQ from the modem. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*