All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark van der Putten <mark.van.der.putten@intemo.com>
To: ofono@ofono.org
Subject: A small patch for gemalto plugin
Date: Thu, 19 Apr 2018 09:58:50 +0200	[thread overview]
Message-ID: <6a0fbd9d-ee1f-395c-af7c-529c2cb7b5d0@intemo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

From df8af202e8382056be80ce24387bee104bf8f048 Mon Sep 17 00:00:00 2001
From: Mark van der Putten <mark.van.der.putten@intemo.com>
Date: Wed, 18 Apr 2018 17:19:01 +0200
Subject: [PATCH] Signal sim initialized for gemalto plugin

Modem type PLS8-E, firmware 03.017
---
 plugins/gemalto.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index af02403..ec8174d 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -204,6 +204,11 @@ static void gemalto_ciev_notify(GAtResult *result,
gpointer user_data)
                     NULL);
         break;
 
+    /* USIM initialization completed. UE has finished reading USIM data. */
+    case 5:
+            ofono_sim_initialized_notify(sim);
+        break;
+
     default:
         break;
     }
-- 
2.1.4


             reply	other threads:[~2018-04-19  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  7:58 Mark van der Putten [this message]
2018-04-19 15:26 ` A small patch for gemalto plugin Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6a0fbd9d-ee1f-395c-af7c-529c2cb7b5d0@intemo.com \
    --to=mark.van.der.putten@intemo.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.