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:
Aleksander Morgado
2018-02-06 14:01:04 +01:00
parent 357b186134
commit 1817746f51

View File

@@ -8696,7 +8696,7 @@ modem_signal_load_values (MMIfaceModemSignal *self,
mm_base_modem_at_command (MM_BASE_MODEM (self),
"+CESQ",
3,
TRUE,
FALSE,
callback,
user_data);
}