All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Signal sim initialized for gemalto plugin
@ 2018-04-19 15:54 Mark van der Putten
  2018-04-23 18:48 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Mark van der Putten @ 2018-04-19 15:54 UTC (permalink / raw)
  To: ofono

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Signal sim initialized for gemalto plugin
  2018-04-19 15:54 [PATCH] Signal sim initialized for gemalto plugin Mark van der Putten
@ 2018-04-23 18:48 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2018-04-23 18:48 UTC (permalink / raw)
  To: ofono

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

Hi Mark,

On 04/19/2018 10:54 AM, Mark van der Putten wrote:
> Modem type PLS8-E, firmware 03.017
> ---
>   plugins/gemalto.c | 5 +++++
>   1 file changed, 5 insertions(+)

Applied, thanks.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-23 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 15:54 [PATCH] Signal sim initialized for gemalto plugin Mark van der Putten
2018-04-23 18:48 ` Denis Kenzior

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.