diff options
author | Nilesh Gharde <ngharde@codeaurora.org> | 2020-01-31 11:19:03 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-02-09 21:25:17 -0800 |
commit | 8557a4403d92e2ed3f9450e8b45e3274fe8b055e (patch) | |
tree | 1b1e16c47d4ac5de18552e5fb458c0b9aa6000e8 /core/LocApiBase.cpp | |
parent | 554985a583ba140b6294e8832e174252fa8d794b (diff) |
Adding NAVIC to constellation string array
Adding NAVIC to the array of constellation
strings while reporting SV to clients.
Change-Id: Ifabc3bc3d0583119f3e1e80c9f69c60ff68e3602
CRs-Fixed: 2494936
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 085c89f..78345be 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -393,7 +393,7 @@ void LocApiBase::reportGnssAdditionalSystemInfo(GnssAdditionalSystemInfo& additi 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: %zu\n" |