Increase total number of measurements

Change-Id: Ife180489a7a07db54a44d49c6b85c281016d9139
CRs-fixed: 2693477
diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h
index bd919e2..f60dd7a 100644
--- a/location/LocationDataTypes.h
+++ b/location/LocationDataTypes.h
@@ -38,7 +38,7 @@
 #define GNSS_NI_REQUESTOR_MAX  (256)
 #define GNSS_NI_MESSAGE_ID_MAX (2048)
 #define GNSS_SV_MAX            (128)
-#define GNSS_MEASUREMENTS_MAX  (64)
+#define GNSS_MEASUREMENTS_MAX  (128)
 #define GNSS_UTC_TIME_OFFSET   (3657)
 
 #define GNSS_BUGREPORT_GPS_MIN    (1)