cinterion: don't enable simstatus URCs

When polling for the SIM status, we want to read the value (mode 2)
without enabling indications (mode 1).
This commit is contained in:
Aleksander Morgado
2017-05-21 18:55:35 +02:00
parent a690937902
commit 0f99328af6

View File

@@ -1560,7 +1560,7 @@ after_sim_unlock_context_step (AfterSimUnlockContext *ctx)
/* Recheck */
ctx->retries--;
mm_base_modem_at_command (MM_BASE_MODEM (ctx->self),
"^SIND=\"simstatus\",1",
"^SIND=\"simstatus\",2",
3,
FALSE,
(GAsyncReadyCallback)simstatus_check_ready,