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

Thomas Weißschuh thomas at t-8ch.de
Wed Mar 21 19:28:54 UTC 2018


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

-- 
2.16.2



More information about the libqmi-devel mailing list