[PATCH v2 0/1] qmicli: add support for the LOC service

Thomas Weißschuh thomas at t-8ch.de
Thu Mar 22 08:53:27 UTC 2018


Hi,

On Wed, 2018-03-21T20:28+0100, Thomas Weißschuh wrote:
> This patchset adds qmicli support for the LOC service.
> The logic is structured in an state machine which manages the execution
> non-mandatory steps like start and stop.
> 
> Changes since v1:
> * Dropped a patch which was merged with another patch series
> * Invocation to LocStart and LocStopped must now specified explicitly
> * Renamed --loc-continuous to --loc-follow
> * Implemented the parallel printing of both location and satellite reports
> * NMEA mode requires follow mode
> 
> Thomas Weißschuh (1):
>   qmicli: add support for the LOC service
> 
>  src/qmicli/Makefile.am  |   1 +
>  src/qmicli/qmicli-loc.c | 495 ++++++++++++++++++++++++++++++++++++++++++++++++
>  src/qmicli/qmicli.c     |  11 ++
>  src/qmicli/qmicli.h     |   7 +
>  4 files changed, 514 insertions(+)
>  create mode 100644 src/qmicli/qmicli-loc.c

I noticed that qmicli_loc_options_enabled() does the wrong thing...
This will be fixed in v3 with your other requests.

Thomas


More information about the libqmi-devel mailing list