broadband-modem: fix reloading of detailed signal quality status
We should not cache the AT command response otherwise we will never re-run the same command again. The cache is needed only for AT test commands (e.g. AT+CESQ=?).
This commit is contained in:
@@ -8696,7 +8696,7 @@ modem_signal_load_values (MMIfaceModemSignal *self,
|
|||||||
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
mm_base_modem_at_command (MM_BASE_MODEM (self),
|
||||||
"+CESQ",
|
"+CESQ",
|
||||||
3,
|
3,
|
||||||
TRUE,
|
FALSE,
|
||||||
callback,
|
callback,
|
||||||
user_data);
|
user_data);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user