Merge "Adding NAVIC to constellation string array"

This commit is contained in:
qctecmdr 2019-07-26 07:21:22 -07:00 committed by Gerrit - the friendly Code Review server
commit 8a95c11408

View file

@ -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"