Thanks for the answer Dan.I'll try to find some info about it.
On Thu, Jul 9, 2020 at 10:54 AM Dan Williams wrote:
> On Wed, 2020-07-08 at 14:43 -0400, David Khouya wrote:
> > Hi,
> >
> > I'm working on an embedded device and I would like to handle
> > c
you need something different?
>
>
>
>
> Hi,
>
> Is someone know or have a strategy to select the right mode (4G/3G/2G) for
> a specific sim card? Is it possible from the sim card information?
>
> Thanks,
>
> --
> *David Khouya*
>
>
> __
Hi,
Is someone know or have a strategy to select the right mode (4G/3G/2G) for
a specific sim card? Is it possible from the sim card information?
Thanks,
--
*David Khouya*
___
ModemManager-devel mailing list
ModemManager-devel@lists.freedesktop.org
gt; > be enabled.
> > >
> >
> > Ah! good to know, thanks. I'll add that. Do you know since when is
> > this a requirement? I don't think any other modem I tested with
> > required this message explicitly.
> >
>
> Could you clone and build th
3:00:00:10:01:00:09:00:4A:00:07:00:01:04:00:03:00:00:00
[/dev/cdc-wdm0] sent generic request (translated)...
<<<<<< QMUX:
<<<<<< length = 19
<<<<<< flags = 0x00
<<<<<< service = "loc"
<<<<<
27, 2020 at 10:42 AM David Khouya wrote:
> >The above sequence looks good to me; you start the GPS engine and you
> >also register for NMEA indications. After that, you should start
> >receiving NMEA traces in QMI LOC indications, but I assume you're not
> >rece
> > <<<<<< client = 3
> > <<<<<< QMI:
> > <<<<<< flags = "none"
> > <<<<<< transaction = 4
> > <<<<<< tlv_length = 11
> > <<<<<< message = "Register Events" (0x0021)
> > <<<<<< TLV:
> > <<<<<< type = "Event Registration Mask" (0x01)
> > <<<<<< length = 8
> > <<<<<< value = 04:00:00:00:00:00:00:00
> > <<<<<< translated = nmea
> > [/dev/cdc-wdm0] received message...
> > <<<<<< RAW:
> > <<<<<< length = 20
> > <<<<<< data =
> 01:13:00:80:10:03:02:04:00:21:00:07:00:02:04:00:00:00:00:00
> > [/dev/cdc-wdm0] received generic response (translated)...
> > <<<<<< QMUX:
> > <<<<<< length = 19
> > <<<<<< flags = 0x80
> > <<<<<< service = "loc"
> > <<<<<< client = 3
> > <<<<<< QMI:
> > <<<<<< flags = "response"
> > <<<<<< transaction = 4
> > <<<<<< tlv_length = 7
> > <<<<<< message = "Register Events" (0x0021)
> > <<<<<< TLV:
> > <<<<<< type = "Result" (0x02)
> > <<<<<< length = 4
> > <<<<<< value = 00:00:00:00
> > <<<<<< translated = SUCCESS
> >
> --
> >
>
> The above sequence looks good to me; you start the GPS engine and you
> also register for NMEA indications. After that, you should start
> receiving NMEA traces in QMI LOC indications, but I assume you're not
> receiving any? What MM and libqmi versions are you using?
>
> > By curiosity, do you know a good references for qmi protocol so I can
> dig into it?
> >
>
> If you google for "Telit QMI LM940" you'll probably find easily a QMI
> reference from Telit, but unfortunately I don't think it has much
> detail on the LOC service itself. Other than that, I don't think there
> are public online references for QMI documents anywhere else. If you
> find some, let us know!
>
>
> --
> Aleksander
> https://aleksander.es
>
--
*David Khouya*
___
ModemManager-devel mailing list
ModemManager-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
lt;< length = 20
<<<<<< data =
01:13:00:80:10:03:02:04:00:21:00:07:00:02:04:00:00:00:00:00
[/dev/cdc-wdm0] received generic response (translated)...
<<<<<< QMUX:
<<<<<< length = 19
<<<<<< flags = 0x80
<<<<<< service = "loc"
<<<<<< client = 3
<<<<<< QMI:
<<<<<< flags = "response"
<<<<<< transaction = 4
<<<<<< tlv_length = 7
<<<<<< message = "Register Events" (0x0021)
<<<<<< TLV:
<<<<<< type = "Result" (0x02)
<<<<<< length = 4
<<<<<< value = 00:00:00:00
<<<<<< translated = SUCCESS
--
By curiosity, do you know a good references for qmi protocol so I can dig
into it?
Thanks,
David
On Sun, Apr 26, 2020 at 5:54 AM Aleksander Morgado
wrote:
> Hey!
>
> > I am looking for a way to integrate the current telit GPS code in MM
> 1.12.x but on a LE910C1 that is currently using the qmi interface.
> >
>
> If you're using the modem in QMI mode, are you sure you don't already
> have GPS control using either the LOC or PDS QMI services? Or does the
> Telit modem not support those services?
>
> > As I read in other threads, the way to go would be to migrate the
> mm-broadband-modem-telit gps code section to mm-shared-telit and than add
> it to a new file that would be mm-broadband-modem-qmi-telit. Is that right
> or an other strategy should be used.
>
> That would be the strategy, yes, but only required if the QMI modem
> doesn't support LOC or PDS QMI services.
>
> --
> Aleksander
> https://aleksander.es
>
--
*David Khouya*
___
ModemManager-devel mailing list
ModemManager-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
Hi,
Hope you guys go well, I searching to find some answer about
plugin development in modemmanager.
I am looking for a way to integrate the current telit GPS code in MM 1.12.x
but on a LE910C1 that is currently using the qmi interface.
As I read in other threads, the way to go would be to migra