From ea013420db89f701ae6c1a9a5c3cb5fb372a8a8f Mon Sep 17 00:00:00 2001 From: Madhanraj Chelladurai Date: Wed, 28 Jun 2017 11:12:07 +0530 Subject: [PATCH] Add QZSS constellation in Gnss_LocSvSystemEnumType Add QZSS support in Loc SV constellation structure. Change-Id: I58a989faa8ad4027d9f83fabccd700fa55333ce6 CRs-Fixed: 2053513 --- utils/gps_extended_c.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h index 1119c78a..3a1df09d 100644 --- a/utils/gps_extended_c.h +++ b/utils/gps_extended_c.h @@ -706,8 +706,10 @@ typedef enum /**< COMPASS satellite. */ GNSS_LOC_SV_SYSTEM_GLONASS = 5, /**< GLONASS satellite. */ - GNSS_LOC_SV_SYSTEM_BDS = 6 + GNSS_LOC_SV_SYSTEM_BDS = 6, /**< BDS satellite. */ + GNSS_LOC_SV_SYSTEM_QZSS = 7 + /**< QZSS satellite. */ } Gnss_LocSvSystemEnumType; typedef enum