blob: 008efb0a85bf04c7addb5bdca113296a1277fa95 [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
Wayne Linac1bb3f2024-09-19 22:46:24 +080020 SuplSslMethod="SSLv23"
Adam Shih7845ccf2022-10-21 14:39:46 +080021 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"
Cheng Chang30b70432023-11-16 04:37:55 +000037 SuplOtdoaCapable2="true"
Adam Shih7845ccf2022-10-21 14:39:46 +080038 SuplGlonassCapable = "true"
39 SuplGalileoCapable = "true"
40 SuplBdsCapable = "true"
41 SuplMgpsCapable = "true"
42
43 RtoEnable="true"
44 RtiEnable="true"
45 HttpSyncLto="true"
46 LtoFileName="lto2.dat"
47 LtoDir="/data/vendor/gps/"
48 LtoSyncThresholdDays="1"
49
50 GnssYearOfHardware="2020"
Wayne Lin6b354fa2024-08-12 17:05:58 +080051 CpEarlyFixGuardTimeSec="1"
Adam Shih7845ccf2022-10-21 14:39:46 +080052 CpGuardTimeSec="1"
53 CpLppGuardTimeSec="1"
54 IgnoreInjectedSystemTime="true"
55
56 AttributionAppPkgName="com.google.android.carrierlocation"
57
58 AssertEnabled="false"
59 CpLppeCancelDbhOnAgnssProvideLoc="true"
60 CpLppeUseAgnssLocForEmptyDbh="true"
61 ReAidingOnHotStart="false"
Cheng Chang3150bc32024-01-09 05:22:38 +000062 ReAidingIntervalSec="3600"
Adam Shih7845ccf2022-10-21 14:39:46 +080063 PpsDevice="/sys/class/pps/pps0/assert_elapsed"
Wayne Linc38f28d2023-07-19 17:04:37 +080064 SensorsMask="0x244"
Cheng Chang67b3b892023-08-11 03:49:47 +000065 MaxThreadNum="13"
Adam Shih7845ccf2022-10-21 14:39:46 +080066 />
67
68 <gll
69 PpsEnable="true"
70 LogPriMask="LOG_INFO"
71 LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
72 FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
73 MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1_L5"
74 MultiCarrLnaMask="L1_EXT_ON|L5_EXT_ON"
75 RfType="GL_RF_4776_BRCM"
76 ExtL5Bias="13.0"
77 EnableFilteringForLTEB13="true"
78
79 WarmStandbyTimeout1Seconds="10"
80 WarmStandbyTimeout2Seconds="15"
81
82 EnableGnssPropagateInStandby="true"
83
84 RfPathLossDb_Ap="3.5"
85 RfPathLossDb_Cp="3.5"
86 RfPathLossDb_Ap_L5="3.5"
87 RfPathLossDb_Cp_L5="3.5"
88 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"
89
90 EnableOnChipStopNotification="false"
91 PowerMode="3"
92 MinGpsWeekNumber="2216"
93 OnChipAccMask="50"
Cheng Chang67b3b892023-08-11 03:49:47 +000094 EnableB1C="false"
Cheng Chang3150bc32024-01-09 05:22:38 +000095
96 RTICacheTimeoutSec="3600"
Adam Shih7845ccf2022-10-21 14:39:46 +080097 />
98
99 <gll_features
Shinru Hand26fec92024-08-27 06:25:49 +0000100 EnableQzsAutoSwitch="false"
101 EnableGloAutoSwitch="false"
Adam Shih7845ccf2022-10-21 14:39:46 +0800102 EnableNicAutoSwitch="true"
103 EnableNavic="true"
104 />
105
106</glgps>
107