Add QZSS constellation in Gnss_LocSvSystemEnumType

Add QZSS support in Loc SV constellation structure.

Change-Id: I58a989faa8ad4027d9f83fabccd700fa55333ce6
CRs-Fixed: 2053513
This commit is contained in:
Madhanraj Chelladurai 2017-06-28 11:12:07 +05:30 committed by Gerrit - the friendly Code Review server
parent f708deaec6
commit ea013420db

View file

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