summaryrefslogtreecommitdiffstats
path: root/include/hardware/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hardware/gps.h')
-rw-r--r--include/hardware/gps.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/hardware/gps.h b/include/hardware/gps.h
index 305a46f..61bea6f 100644
--- a/include/hardware/gps.h
+++ b/include/hardware/gps.h
@@ -398,6 +398,11 @@ typedef uint8_t GpsNavigationMessageType;
#define AGPS_RIL_INTERFACE "agps_ril"
/**
+ * The GPS chipset can use Psc for AGPS.
+ */
+#define AGPS_USE_PSC
+
+/**
* Name for the GPS_Geofencing interface.
*/
#define GPS_GEOFENCING_INTERFACE "gps_geofencing"
@@ -499,6 +504,9 @@ typedef struct {
uint16_t mcc;
uint16_t mnc;
uint16_t lac;
+#ifdef AGPS_USE_PSC
+ uint16_t psc;
+#endif
uint32_t cid;
} AGpsRefLocationCellID;