diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-21 18:55:35 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-21 21:39:52 +0200 |
commit | 0f99328af635979a91c4c4e31e2d6692d2b78181 (patch) | |
tree | 4da23b6236cb4f2a9fba08e0d5cf021ec14bc689 | |
parent | a6909379024fcdd48275aa89372b574b867a40d6 (diff) |
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).
-rw-r--r-- | plugins/cinterion/mm-broadband-modem-cinterion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-broadband-modem-cinterion.c b/plugins/cinterion/mm-broadband-modem-cinterion.c index 4a4e18bf..7590e1ce 100644 --- a/plugins/cinterion/mm-broadband-modem-cinterion.c +++ b/plugins/cinterion/mm-broadband-modem-cinterion.c @@ -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, |