Re: [PATCH v3 0/3] ublox device initialisation

2019-09-25 Thread Denis Kenzior
Hi Jonas, On 9/24/19 11:35 PM, Jonas Bonn wrote: Changed in v3: - consolidate device closing into a common helper - remove timeout in disable function Jonas Bonn (3): ublox: consolidate teardown in common function ublox: use common close_devices when modem disabled ublox: rework

Re: [PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-25 Thread Denis Kenzior
Hi Antara, On 9/25/19 4:55 AM, Antara Borwankar wrote: Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 195 +-- 1 file changed, 174 insertions(+), 21 deletions(-) diff --git a/plugins/udevng.c

Re: [PATCH] ublox: network-registration: Check ureg for tech also for L2 modems

2019-09-25 Thread Denis Kenzior
Hi Richard, On 9/24/19 11:11 AM, richard.rojf...@gmail.com wrote: From: Richard Röjfors It seems like the CREG reporting from the L2 modems are quite buggy. An example for a L210 where CREG reports UTRAN while COPS and UREG reports LTE. A manual poll also indicates LTE. I also found that the

[PATCH] udev: Adding PCIe as a subsystem in udev

2019-09-25 Thread Antara Borwankar
Adding support for enumerating PCIe types of modems in ofono --- plugins/udevng.c | 195 +-- 1 file changed, 174 insertions(+), 21 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 1b54b4a..bebbc2d 100644 ---

Re: [PATCH v2 1/1] ublox: rework device initialization sequence

2019-09-25 Thread Jonas Bonn
Hi Martin, On 25/09/2019 09:27, Martin Hundebøll wrote: Hi Jonas, On 9/25/19 5:44 AM, Jonas Bonn wrote: On 24/09/2019 21:20, Martin Hundebøll wrote: On 24/09/2019 20.09, Martin Hundebøll wrote: On 24/09/2019 19.23, Denis Kenzior wrote: Furthermore, there's not an AT command sent every 500

Re: [PATCH v2 1/1] ublox: rework device initialization sequence

2019-09-25 Thread Martin Hundebøll
Hi Jonas, On 9/25/19 5:44 AM, Jonas Bonn wrote: On 24/09/2019 21:20, Martin Hundebøll wrote: On 24/09/2019 20.09, Martin Hundebøll wrote: On 24/09/2019 19.23, Denis Kenzior wrote: Furthermore, there's not an AT command sent every 500 ms.  The command gets requeued after 500ms, but it doesn't

Re: [PATCH v2 1/1] ublox: rework device initialization sequence

2019-09-25 Thread Jonas Bonn
On 25/09/2019 08:40, Richard Röjfors wrote: Den tis 24 sep. 2019 kl 21:55 skrev Pavel Machek >: On Tue 2019-09-24 18:01:26, Jonas Bonn wrote: > uBlox devices present their USB interfaces well before those interfaces > are ready to respond to any

Re: [PATCH] ublox: network-registration: Check ureg for tech also for L2 modems

2019-09-25 Thread Richard Röjfors
Hi Jonas Den ons 25 sep. 2019 kl 06:05 skrev Jonas Bonn : > > For the TOBY-L4, RAT changes won't trigger a CREG URC... for whatever > reason, this command is so brittle that they needed to bypass it with a > UREG command. For the L2, they don't bother to document this, but it > appears to

Re: [PATCH v2 1/1] ublox: rework device initialization sequence

2019-09-25 Thread Richard Röjfors
Den tis 24 sep. 2019 kl 21:55 skrev Pavel Machek : > On Tue 2019-09-24 18:01:26, Jonas Bonn wrote: > > uBlox devices present their USB interfaces well before those interfaces > > are ready to respond to any commands. The documentation says to monitor > > the 'greeting text' to detect readiness,