[PATCH] Add missing unhandled "+CGEV: ME DEACT" URC That forces a context to be down by UE

2018-09-04 Thread Bassem Boubaker
The URC is: +CGEV: ME DEACT , , [] This inform us that the mobile termination has forced a context desactivation. This implies that the active cid context must be down. --- drivers/atmodem/gprs-context.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/atmodem/gprs-context.c b/driv

[PATCH] Gemalto.c : Make supported modem family name more significant

2018-03-19 Thread Bassem Boubaker
Some gemalto modem family share almost the same base except some very specific AT command and some hardware changes like ALSx and PXSx family --- plugins/gemalto.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/gemalto.c b/plugins/gemalto.c index

[PATCH] gemalto: Add more details in setup_gemalto comment

2018-03-16 Thread Bassem Boubaker
ALS3, PLS8-E and PLS8-X have same vid/pid with same enumeration process --- plugins/udevng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 6b5b015..ff5d41a 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1146,7 +1146,

[PATCH] Fix bug with "PropertyChanged" signals not being emmitted by ofono for org.ofono.cdma.NetworkRegistration

2018-03-16 Thread Bassem Boubaker
Signed-off-by: Bassem Boubaker --- src/cdma-netreg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cdma-netreg.c b/src/cdma-netreg.c index ba9ee23..23616d9 100644 --- a/src/cdma-netreg.c +++ b/src/cdma-netreg.c @@ -115,6 +115,8 @@ static const GDBusMethodTable

Issue with an URC falling into an AT command response

2018-02-28 Thread Bassem BOUBAKER
Hello Community, I'm facing an issue with an ofono segfault because of an URC is received between the AT command and its response. Below is my case: ofonod[826]: App: > AT^SMONI\r ofonod[826]: App: < \r\n^SREG: 2,0\r\n ofonod[826]: App: < \r\n^SMONI: Searching\r\nSearchi

RE: Issue with service reporting on a 4G modem

2018-02-26 Thread Bassem BOUBAKER
ROTO_NONE, + .driver_info = (unsigned long)&wwan_info, +},{ /* Telit modules */ USB_VENDOR_AND_INTERFACE_INFO(0x1bc7, USB_CLASS_COMM, USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), Thanks, Bassem. >Hi Bassem, > >On 02/20/2018 10:44 AM, Bassem BOUBAKER wrote: >> Hell

RE: Issue with service reporting on a 4G modem

2018-02-20 Thread Bassem BOUBAKER
Hello Daniel, Exactly, my modem is creating an additional ethernet interface, and I don't know why. Please find in the link below the full log of connman. https://ufile.io/dmgbw Thanks, Bassem. >> Hello community, >> >> I'm having connman version 1.31 along side with ofono running on my boar

Problem with ofono communicating on ttyACM

2017-11-03 Thread Bassem BOUBAKER
Hi, I'm facing an issue with ofono sending/getting back an AT command result correctly. In fact, when passing to my plugin enable function I sent a first AT command. This issue is this: I open the ttyACM communication with the correct options in ofono but the command response is not correctly

RE: Ofono is not generating core dump

2017-11-02 Thread Bassem BOUBAKER
time or maybe to choose between one of them. De : Jonas Bonn Envoyé : jeudi 2 novembre 2017 11:37 À : ofono@ofono.org; Bassem BOUBAKER Objet : Re: Ofono is not generating core dump   On 11/02/2017 11:35 AM, Bassem BOUBAKER wrote: > Hi, > > When trying to trace ofono crushes, I have

Ofono is not generating core dump

2017-11-02 Thread Bassem BOUBAKER
Hi, When trying to trace ofono crushes, I have noticed that it does not generate any core dump on my file system. I'm sure that the issue is not coming from my system because I have verified that my kernel is good for handling core dump when an app crashes. Is this related to signal catching f

Ofono is not generating core dump

2017-11-02 Thread Bassem BOUBAKER
Hi, When trying to trace ofono crushes, I have noticed that it does not generate any core dump on my file system. I'm sure that the issue is not coming from my system because I have verified that my kernel is good for handling core dump when an app crashes. Is this related to signal catching