diff options
Diffstat (limited to 'configs/gps.xml')
-rwxr-xr-x | configs/gps.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/gps.xml b/configs/gps.xml index f64c75d..612da9a 100755 --- a/configs/gps.xml +++ b/configs/gps.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> -<glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/ glconfig.xsd" > +<glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/glconfig.xsd" > <!--HAL Confguration --> <hal - acPortName="/dev/s3c2410_serial1" lBaudRate="115200" cLogEnableInitState="false" cLogEnabled="true" acLogDirectory="/sdcard/gps/broadcom/" ltoFileName="lto2.dat" + acPortName="/dev/ttySAC1" lBaudRate="115200" cLogEnableInitState="false" cLogEnabled="true" acLogDirectory="/sdcard/gps/broadcom/" ltoFileName="lto2.dat" enhanced-assisted="false" cp-enhanced-assisted="false" TISEnabled="true" RILEnabled="true" LPmode="false" cp-cold-start="false" cp-guard-time-sec="1" arp-supl-enable="true" arp-supl-cap-msb="true" arp-supl-cap-msa="true" arp-supl-cap-ecid="false" arp-supl-use-apn="false" acSuplServer="supl.google.com" SuplPort="7276" tlsCertPath="/system/bin/gps.cer" ReAidingIntervalSec="1200" - LbsEnable="true" LbsLocal="false" LbsServer="BCMLS2.glpals.com" LbsPort="7275" LbsSyncLto="true" LbsSyncCells="true" LbsWlanEnable="false" - LbsSyncLtoThresholdDays="1" + LbsEnable="true" LbsLocal="false" LbsServer="BCMLS2.glpals.com" LbsPort="7275" LbsSyncLto="true" LbsSyncCells="true" LbsWlanEnable="false" + LbsSyncLtoThresholdDays="3" gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value" gpioNResetPath="/sys/class/sec/gps/GPS_nRST/value" gpioDelayMs="250" @@ -48,7 +48,7 @@ <gll LogPriMask="LOG_INFO" - LogFacMask="LOG_GLLAPI | LOG_NMEA | LOG_RAWDATA | LOG_DEVKF | LOG_DEVMS | LOG_DEVRA | LOG_DEVET" + LogFacMask="LOG_GLLAPI | LOG_NMEA | LOG_RAWDATA | LOG_DEVKF | LOG_DEVMS" FrqPlan="FRQ_PLAN_26MHZ_2PPM_26MHZ_300PPB" RfType="GL_RF_47511_BRCM_EXT_LNA" WarmStandbyTimeout1Seconds="10" |