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

Thomas Weißschuh thomas at t-8ch.de
Sun Jun 24 14:40:52 UTC 2018


This patchset adds qmicli support for the LOC service.
The logic is structured around a state machine which manages the execution of
non-mandatory steps like start and stop.

Changes in v2:

* Dropped a patch which was merged with another patch series
* Invocation to LocStart and LocStopped must now be specified explicitly
* Renamed --loc-continuous to --loc-follow
* Implemented the parallel printing of both location and satellite reports
* NMEA mode requires follow mode

Changes in v3:

* Cancelling of --loc-follow operations has been fixed

Thomas Weißschuh (1):
  qmicli: add support for the LOC service

 src/qmicli/Makefile.am  |   1 +
 src/qmicli/qmicli-loc.c | 518 ++++++++++++++++++++++++++++++++++++++++
 src/qmicli/qmicli.c     |  11 +
 src/qmicli/qmicli.h     |   7 +
 4 files changed, 537 insertions(+)
 create mode 100644 src/qmicli/qmicli-loc.c

-- 
2.18.0



More information about the libqmi-devel mailing list