summaryrefslogtreecommitdiffstats
path: root/configs/gps.xml
blob: fd1eccbe0845632d2d6d12682f59428586d95462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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/ttySAC1"
       lBaudRate="921600"
       gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value"
       gpioDelayMs="250"
       acNvStoDir="/data/gps/"
       FactoryTestFilePath="/data/"

       Log="JAVA"
       acLogDirectory="/storage/sdcard0/gps/broadcom/storage"

       TISEnabled="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"
       tlsEnable="false"
       ReAidingIntervalSec="1200"
       SuplUT1Seconds="20"
       SuplUT2Seconds="20"
       SuplUT3Seconds="20"
       SuplVersion="1"

       LbsEnable="true"
       LbsLocal="false"
       LbsServer="BCMLS2.glpals.com"
       LbsPort="7275"
       LbsSyncLto="false"
       SyncLto="true"
       ltoFileName="lto2.dat"
       acLtoDir="/data/gps/"
       LbsSyncLtoThresholdDays="1"
       LbsTAC="10101106"
       LbsCellEnable="false" 
       ctrlPipe="/data/gps/glgpsctrl"
       LbsWlanEnable="false"

       IgnoreJniTime="true"
       AssertEnabled="false"
       SensorsTimePeriodGyroMs="20"
       SensorsTimePeriodAcclMs="20"


   />

  <gll
       LogPriMask="LOG_INFO"
       LogFacMask="LOG_GLLIO | LOG_RAWDATA | LOG_DEVKF | LOG_GLLAPI | LOG_NMEA"
       FrqPlan="FRQ_PLAN_26MHZ_2PPM_26MHZ_300PPB"
       RfType="GL_RF_4752_BRCM_EXT_LNA"
       WarmStandbyTimeout1Seconds="10"
       WarmStandbyTimeout2Seconds="15"
  >
  </gll>

  <gll_features
       EnableLowPowerEls="false"
       EnableLowPowerPmm="true"
  />

</glgps>