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:
@@ -1560,7 +1560,7 @@ after_sim_unlock_context_step (AfterSimUnlockContext *ctx)
|
|||||||
/* Recheck */
|
/* Recheck */
|
||||||
ctx->retries--;
|
ctx->retries--;
|
||||||
mm_base_modem_at_command (MM_BASE_MODEM (ctx->self),
|
mm_base_modem_at_command (MM_BASE_MODEM (ctx->self),
|
||||||
"^SIND=\"simstatus\",1",
|
"^SIND=\"simstatus\",2",
|
||||||
3,
|
3,
|
||||||
FALSE,
|
FALSE,
|
||||||
(GAsyncReadyCallback)simstatus_check_ready,
|
(GAsyncReadyCallback)simstatus_check_ready,
|
||||||
|
Reference in New Issue
Block a user