summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-07-26 07:21:22 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-07-26 07:21:22 -0700
commit8a95c11408aecf63c582555bd0b4c828f100acae (patch)
tree0a6c25cf6e3aad5de577258449fe67a1ffb17fcd
parent3eb3079f05f7d1cc851e4931e82d9538bd4cbc99 (diff)
parent83c197246fedbcdea6616b82cfa043cd56f46611 (diff)
downloadgps-8a95c11408aecf63c582555bd0b4c828f100acae.tar.gz
Merge "Adding NAVIC to constellation string array"
-rw-r--r--core/LocApiBase.cpp2
1 files changed, 1 insertions, 1 deletions
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"