blob: 9e4d06ae574d6d467214d81f0d6bf2bb6b32bc7b [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="true"
9 Log="JAVA"
10 SecondaryConfigPath="/data/vendor/gps/overlay/gps_overlay.xml"
11 LogDirectory="/sdcard/gps/broadcom/storage/"
12 CtrlPipe="/data/vendor/gps/glgpsctrl"
13 NmeaOutName="/data/vendor/gps/nmea_out"
14
15 acSuplServer="supl.google.com"
16 SuplPort="7275"
17 SuplLogEnable="true"
18 SuplLogFullName="/data/vendor/gps/suplflow.txt"
19 tlsEnable="true"
20
21 SuplSslMethod="SSLv23_NO_TLSv1_2"
22 SuplEnable="true"
23 SuplUseApn="false"
24 SuplUseApnNI="true"
25 SuplDummyCellInfo="true"
26 SuplUseFwCellInfo="false"
27 SuplTlsCertDirPath="/etc/security/cacerts"
28 SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
29 SuplUT1Seconds="20"
30 SuplUT2Seconds="20"
31 SuplUT3Seconds="20"
32 TcpConnectionTimeout="20"
33 SuplLppCapable="true"
34 SuplEcidCapable="true"
35 SuplVersion="2"
36 SuplMinorVersion="0"
37 SuplOtdoaCapable="true"
Edwin Tungbfef2882023-05-09 16:13:11 +080038 SuplOtdoaCapable2="true"
Adam Shih7845ccf2022-10-21 14:39:46 +080039 SuplGlonassCapable = "true"
40 SuplGalileoCapable = "true"
41 SuplBdsCapable = "true"
42 SuplMgpsCapable = "true"
43
44 RtoEnable="true"
45 RtiEnable="true"
46 HttpSyncLto="true"
47 LtoFileName="lto2.dat"
48 LtoDir="/data/vendor/gps/"
49 LtoSyncThresholdDays="1"
50
51 GnssYearOfHardware="2020"
52 CpGuardTimeSec="1"
53 CpLppGuardTimeSec="1"
54 IgnoreInjectedSystemTime="true"
55
56 AttributionAppPkgName="com.google.android.carrierlocation"
57
58 AssertEnabled="true"
59 CpLppeCancelDbhOnAgnssProvideLoc="true"
60 CpLppeUseAgnssLocForEmptyDbh="true"
61 ReAidingOnHotStart="false"
62 ReAidingIntervalSec="1200"
63 PpsDevice="/sys/class/pps/pps0/assert_elapsed"
Wayne Linc38f28d2023-07-19 17:04:37 +080064 SensorsMask="0x244"
Adam Shih7845ccf2022-10-21 14:39:46 +080065 />
66
67 <gll
68 PpsEnable="true"
69 LogPriMask="LOG_INFO"
70 LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
71 FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
72 MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1_L5"
73 MultiCarrLnaMask="L1_EXT_ON|L5_EXT_ON"
74 RfType="GL_RF_4776_BRCM"
75 ExtL5Bias="13.0"
76 EnableFilteringForLTEB13="true"
77
78 WarmStandbyTimeout1Seconds="10"
79 WarmStandbyTimeout2Seconds="15"
80
81 EnableGnssPropagateInStandby="true"
82
83 RfPathLossDb_Ap="3.5"
84 RfPathLossDb_Cp="3.5"
85 RfPathLossDb_Ap_L5="3.5"
86 RfPathLossDb_Cp_L5="3.5"
87 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"
88
89 EnableOnChipStopNotification="2"
90 PowerMode="3"
91 MinGpsWeekNumber="2216"
92 OnChipAccMask="50"
93 />
94
95 <gll_features
96 EnableNicAutoSwitch="true"
97 EnableNavic="true"
98 />
99
100</glgps>
101