Skip to content

Commit 608ad43

Browse files
mtahirbuttcfriedt
authored andcommitted
drivers: modem: RSSI measurement for PPP link
This PR addresses radio signal stength measurement during and before PPP session. The PR provides provides facility of readout for both +CSQ and +CESQ versions depending upon the modems. This PR follows the idea of rssi readout of PR#35496. Additionally, reliable Cell info update is also ensured. Signed-off-by: Tahir Akram <[email protected]>
1 parent ca5e56b commit 608ad43

File tree

3 files changed

+246
-33
lines changed

3 files changed

+246
-33
lines changed

drivers/modem/Kconfig.gsm

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ config MODEM_GSM_MANUAL_MCCMNO
7878
the network provider and may need to be changed if auto is not
7979
selected.
8080

81+
config MODEM_GSM_RSSI_POLLING_PERIOD
82+
int "Configure RSSI polling period (in seconds)"
83+
default 30
84+
help
85+
This settings is used to configure the period of RSSI polling
86+
87+
config MODEM_GSM_ENABLE_CESQ_RSSI
88+
bool "Enable +CESQ RSSI measurement"
89+
help
90+
If this is enabled, RSRP, RSCP and RXREL values are read from the
91+
modem with +CESQ. Otherwise only RSSI value is read with +CSQ
92+
from the modem.
93+
8194
config MODEM_GSM_FACTORY_RESET_AT_BOOT
8295
bool "Factory reset modem at boot"
8396
help

0 commit comments

Comments
 (0)