From 14159da14e313945dd39f6aff4b037a9eaa1872e Mon Sep 17 00:00:00 2001 From: davidevinavil Date: Mon, 22 May 2017 15:46:06 +0200 Subject: gps: Fix agps --- gps/etc/gps.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gps/etc') diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index f586e34..2643dbe 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -34,8 +34,8 @@ INTERMEDIATE_POS=1 # default - non is locked for backward compatibility #GPS_LOCK = 0 -# supl version 1.0 -SUPL_VER=0x10000 +# supl version 2.0 +SUPL_VER=0x20000 # Emergency SUPL, 1=enable, 0=disable SUPL_ES=0 @@ -92,7 +92,7 @@ SUPL_PORT=7276 # 1: Enable LPP_User_Plane on LTE # 2: Enable LPP_Control_Plane # 3: Enable both LPP_User_Plane and LPP_Control_Plane -LPP_PROFILE = 0 +LPP_PROFILE = 2 ################################ # EXTRA SETTINGS -- cgit v1.2.3