blob: b2fb2bd2e5ff983a9015b19266abd182d174b8a8 [file] [log] [blame]
Adam Shih7845ccf2022-10-21 14:39:46 +08001<?xml version="1.0" encoding="utf-8"?>
2<glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/ glconfig.xsd" >
3 <hal
4 PortName="/dev/ttyBCM"
5 BaudRate="921600"
6 GpioNStdbyPath="/sys/devices/platform/10940000.spi/spi_master/spi5/spi5.0/nstandby"
7 CustGpioDelayMs="250"
8 LogEnabled="false"
9 Log="JAVA"
10 LogDirectory="/sdcard/gps/broadcom/storage/"
11 CtrlPipe="/data/vendor/gps/glgpsctrl"
12 NmeaOutName="/data/vendor/gps/nmea_out"
13
14 acSuplServer="supl.google.com"
15 SuplPort="7275"
16 SuplLogEnable="false"
17 SuplLogFullName="/data/vendor/gps/suplflow.txt"
18 tlsEnable="true"
19
20 SuplSslMethod="SSLv23_NO_TLSv1_2"
21 SuplEnable="true"
22 SuplUseApn="false"
23 SuplUseApnNI="true"
24 SuplDummyCellInfo="true"
25 SuplUseFwCellInfo="false"
26 SuplTlsCertDirPath="/etc/security/cacerts"
27 SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
28 SuplUT1Seconds="20"
29 SuplUT2Seconds="20"
30 SuplUT3Seconds="20"
31 TcpConnectionTimeout="20"
32 SuplLppCapable="true"
33 SuplEcidCapable="true"
34 SuplVersion="2"
35 SuplMinorVersion="0"
36 SuplOtdoaCapable="true"
37 SuplGlonassCapable = "true"
38 SuplGalileoCapable = "true"
39 SuplBdsCapable = "true"
40 SuplMgpsCapable = "true"
41
42 RtoEnable="true"
43 RtiEnable="true"
44 HttpSyncLto="true"
45 LtoFileName="lto2.dat"
46 LtoDir="/data/vendor/gps/"
47 LtoSyncThresholdDays="1"
48
49 GnssYearOfHardware="2020"
50 CpGuardTimeSec="1"
51 CpLppGuardTimeSec="1"
52 IgnoreInjectedSystemTime="true"
53
54 AttributionAppPkgName="com.google.android.carrierlocation"
55
56 AssertEnabled="false"
57 CpLppeCancelDbhOnAgnssProvideLoc="true"
58 CpLppeUseAgnssLocForEmptyDbh="true"
59 ReAidingOnHotStart="false"
60 ReAidingIntervalSec="1200"
61 PpsDevice="/sys/class/pps/pps0/assert_elapsed"
62 />
63
64 <gll
65 PpsEnable="true"
66 LogPriMask="LOG_INFO"
67 LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
68 FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
69 MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1_L5"
70 MultiCarrLnaMask="L1_EXT_ON|L5_EXT_ON"
71 RfType="GL_RF_4776_BRCM"
72 ExtL5Bias="10.6"
73 EnableFilteringForLTEB13="true"
74
75 WarmStandbyTimeout1Seconds="10"
76 WarmStandbyTimeout2Seconds="15"
77
78 EnableGnssPropagateInStandby="true"
79
80 RfPathLossDb_Ap="4.1"
81 RfPathLossDb_Cp="4.1"
82 RfPathLossDb_Ap_L5="4"
83 RfPathLossDb_Cp_L5="4"
84 OnChipGpsCarrierType="3,2,3,3,2,3,2,3,3,3,1,2,1,3,2,1,2,3,1,1,1,1,3,3,3,3,3,1,2,3,2,3"
85
86 EnableOnChipStopNotification="false"
87 PowerMode="3"
88 MinGpsWeekNumber="2216"
89 OnChipAccMask="50"
90 />
91
92 <gll_features
93 EnableNicAutoSwitch="true"
94 EnableNavic="true"
95 />
96
97</glgps>
98