From 83c197246fedbcdea6616b82cfa043cd56f46611 Mon Sep 17 00:00:00 2001 From: Saurabh Srivastava Date: Mon, 8 Jul 2019 01:25:38 +0530 Subject: Adding NAVIC to constellation string array Adding NAVIC to the array of constellation strings while reporting SV to clients. CRs-Fixed: 2494936 Change-Id: Ifabc3bc3d0583119f3e1e80c9f69c60ff68e3602 --- core/LocApiBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 029f57b..ef204ec 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -401,7 +401,7 @@ void LocApiBase::sendNfwNotification(GnssNfwNotification& notification) void LocApiBase::reportSv(GnssSvNotification& svNotify) { const char* constellationString[] = { "Unknown", "GPS", "SBAS", "GLONASS", - "QZSS", "BEIDOU", "GALILEO" }; + "QZSS", "BEIDOU", "GALILEO", "NAVIC" }; // print the SV info before delivering LOC_LOGV("num sv: %u\n" -- cgit v1.2.3