Skip to content

Instantly share code, notes, and snippets.

/gps.xml Secret

Created May 26, 2015 21:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/1913ae4d715facac1e2f to your computer and use it in GitHub Desktop.
Save anonymous/1913ae4d715facac1e2f to your computer and use it in GitHub Desktop.
<?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" >
<!--HAL Confguration -->
<hal acPortName="/dev/s3c2410_serial1"
lBaudRate="115200"
cLogEnabled="true"
cLogEnableInitState="true"
acLogDirectory="/data/gps/log/"
ltoFileName="lto2.dat"
enhanced-assisted="false"
cp-enhanced-assisted="true"
TISEnabled="false"
RILEnabled="true"
LPmode="false"
cp-cold-start="false"
cp-guard-time-sec="2"
arp-supl-enable="true"
arp-supl-cap-msb="true"
arp-supl-cap-msa="true"
arp-supl-cap-ecid="false"
acSuplServer="supl.google.com"
SuplPort="7276"
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"
lcsApiSockName="/dev/socket/gps"
acNvStoDir="/data/gps/"
/>
<gll
LogPriMask="LOG_DEBUG"
LogFacMask="LOG_GLLAPI | LOG_DEVIA | LOG_NMEA | LOG_ASIC_IO | LOG_BBTEST | LOG_DEVET | LOG_MESM | LOG_DEVKF | LOG_DEVJG | LOG_DEVMR"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_26MHZ_300PPB"
RfType="GL_RF_4751_DANUBE_EXT_LNA"
WarmStandbyTimeout1Seconds="5"
WarmStandbyTimeout2Seconds="10"
>
</gll>
</glgps>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment