[PATCH 4/6] gemalto: handle sim is inserted or removed URCs

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- plugins/gemalto.c | 37 + 1 file changed, 37 insertions(+) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index 16ca463..c7fb783 100644 --- a/plugins/gemalto.c +++ b/plugins/gemalto.c @@ -497,6 +497,36

[PATCH 3/6] gemalto: acquire the network technology

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- drivers/atmodem/network-registration.c | 45 ++ 1 file changed, 45 insertions(+) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index a5e2af3..aec9c2d 100644 ---

[PATCH 4/6] gemalto: handle sim is inserted or removed URCs

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- plugins/gemalto.c | 37 + 1 file changed, 37 insertions(+) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index 16ca463..c7fb783 100644 --- a/plugins/gemalto.c +++ b/plugins/gemalto.c @@ -497,6 +497,36

[PATCH 4/6] gemalto: handle sim is inserted or removed URCs

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- plugins/gemalto.c | 37 + 1 file changed, 37 insertions(+) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index 16ca463..c7fb783 100644 --- a/plugins/gemalto.c +++ b/plugins/gemalto.c @@ -497,6 +497,36

[PATCH 3/6] gemalto: acquire the network technology

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- drivers/atmodem/network-registration.c | 45 ++ 1 file changed, 45 insertions(+) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index a5e2af3..aec9c2d 100644 ---

[PATCH 1/6] gemalto: add detection of ALS3 modem

2018-03-12 Thread Gabriel Lucas
The product ID is added to the list of modems to be detected by Ofono. The gemalto plugin is used to handle the ALS3 modem. --- plugins/udevng.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 3c7d99e..d398c6e 100644 ---

[PATCH 6/6] gemalto: fix sim reinsertion issue

2018-03-12 Thread Gabriel Lucas
When the SIM card is reinserted in the holder, the IRC +CIEV: simstatus,1 is emitted. The problem is that the SIM isn't ready when it is received. Hence, Ofono fails on CPIN? command and the modem cannot be used. This patch make ofono retry the CPIN? command until it succeeds. ---

[PATCH 2/6] gemalto: support ALS3 in gemalto's plugin

2018-03-12 Thread Gabriel Lucas
Force serial port opening options Wait for modem to be ready to start initializing it Handle LTE --- plugins/gemalto.c | 105 ++ 1 file changed, 99 insertions(+), 6 deletions(-) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index

[PATCH 5/6] sim: give access to the driver

2018-03-12 Thread Gabriel Lucas
--- include/sim.h | 2 ++ src/sim.c | 5 + 2 files changed, 7 insertions(+) diff --git a/include/sim.h b/include/sim.h index fad4c0d..cf679db 100644 --- a/include/sim.h +++ b/include/sim.h @@ -217,6 +217,8 @@ struct ofono_sim *ofono_sim_create(struct ofono_modem *modem, void

[PATCH 0/6] gemalto's ALS3 and PHS8P support

2018-03-12 Thread Gabriel Lucas
This patch serie bring further support to PHS8P modem and the same level of support for ALS3 modem. Here are the lists on enhancements: - ALS3 is detected by Ofono and uses the gemalto plugin - SIM removing and insertion is supported - The optional Technology property on NetworkRegistration is

[PATCH 3/6] gemalto: acquire the network technology

2018-03-12 Thread Gabriel Lucas
From: Mariem Cherif --- drivers/atmodem/network-registration.c | 45 ++ 1 file changed, 45 insertions(+) diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index a5e2af3..aec9c2d 100644 ---

LTE atom support for gemalto modem

2018-03-12 Thread Gabriel Lucas
Hi everyone, First of all, sorry for having spammed the mailing list with last patch serie. I thought some hadn't been accepted. Some patches are from Mariem, a colleague, who wasn't in the subscribers before and she was in the cc: field. I've been having a look at the recent LTE atom. I've

Wierd behaviour of ofono on MC7455 and Verizon sim card

2018-03-12 Thread Eswaran Vinothkumar (BEG/PJ-IOT-EL)
Hi, On 03/08/2018 11:47 AM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > Mar 08 17:14:51 alen-eval-kit ofonod[175]: > ../ofono-1.22/drivers/qmimodem/devinfo.c:string_cb() > Mar 08 17:14:51 alen-eval-kit ofonod[175]: > ../ofono-1.22/drivers/qmimodem/devinfo.c:qmi_query_serial() > Mar 08 17:14:51

Re: LTE atom support for gemalto modem

2018-03-12 Thread Denis Kenzior
Hi Gabriel, I've been having a look at the recent LTE atom. I've noticed there was no vendor-specific parameter when registering it. I think we might have some problem with the atmodem driver as in the AT+CGDCONT=,... command, the context-id starts from 0 on some modems and from 1 on other

[PATCH 1/1] SIM detection: Fixing the logical error in using the number of slot and number of application

2018-03-12 Thread Eswaran Vinothkumar (BEG/PJ-IOT-EL)
>From d1ec66c643f005d558c403a68c7df04b0819aa79 Mon Sep 17 00:00:00 2001 From: "Eswaran Vinothkumar (BEG-PT/PJ-IOT1)" Date: Mon, 12 Mar 2018 14:46:28 +0100 Subject: [PATCH] sim detection: Fix to take the right slot and application number ---

Re: [PATCH 1/1] SIM detection: Fixing the logical error in using the number of slot and number of application

2018-03-12 Thread Denis Kenzior
Hi, On 03/12/2018 09:07 AM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: From d1ec66c643f005d558c403a68c7df04b0819aa79 Mon Sep 17 00:00:00 2001 From: "Eswaran Vinothkumar (BEG-PT/PJ-IOT1)" Date: Mon, 12 Mar 2018 14:46:28 +0100 Subject: [PATCH] sim

AW: Wierd behaviour of ofono on MC7455 and Verizon sim card

2018-03-12 Thread Eswaran Vinothkumar (BEG/PJ-IOT-EL)
Hi, On 03/08/2018 11:47 AM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > Mar 08 17:14:51 alen-eval-kit ofonod[175]: > ../ofono-1.22/drivers/qmimodem/devinfo.c:string_cb() > Mar 08 17:14:51 alen-eval-kit ofonod[175]: > ../ofono-1.22/drivers/qmimodem/devinfo.c:qmi_query_serial() > Mar 08 17:14:51