blob: 19842ca890a0629113b7df8c37029d3517bf96d9 [file] [log] [blame]
Joe Huang45a71e32022-04-14 14:55:33 +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 SuplUseFwCellInfo="false"
25 SuplDummyCellInfo ="true"
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 Chang3cd86902023-10-17 07:57:42 +000037 SuplOtdoaCapable2="true"
Joe Huang45a71e32022-04-14 14:55:33 +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"
51 CpGuardTimeSec="1"
52 CpLppGuardTimeSec="1"
53 IgnoreInjectedSystemTime="true"
54
Joe Huang168baa22022-10-05 15:36:44 +080055 AttributionAppPkgName="com.google.android.carrierlocation"
56
Joe Huang45a71e32022-04-14 14:55:33 +080057 AssertEnabled="false"
58 CpLppeCancelDbhOnAgnssProvideLoc="true"
59 CpLppeUseAgnssLocForEmptyDbh="true"
Wayne Lin0b6ddcd2023-08-29 15:03:34 +080060 CpLppHighAccuracyShapeMode="1"
Joe Huang45a71e32022-04-14 14:55:33 +080061 ReAidingOnHotStart="false"
Cheng Chang51968122024-01-09 05:57:55 +000062 ReAidingIntervalSec="3600"
Joe Huang45a71e32022-04-14 14:55:33 +080063 RuntimeSwLteFilterEnable="true"
Joe Huang5f2e89c2022-11-11 19:15:41 +080064 PpsDevice="/sys/class/pps/pps0/assert_elapsed"
Wayne Lin4cccc142023-07-19 17:07:07 +080065 SensorsMask="0x244"
Cheng Chang65597bd2023-08-11 03:51:58 +000066 MaxThreadNum="13"
Joe Huang45a71e32022-04-14 14:55:33 +080067 />
68
69 <gll
Joe Huang5f2e89c2022-11-11 19:15:41 +080070 PpsEnable="true"
Joe Huang45a71e32022-04-14 14:55:33 +080071 LogPriMask="LOG_INFO"
72 LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
73 FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
74 MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1_L5"
75 MultiCarrLnaMask="L1_EXT_ON|L5_EXT_ON"
76 RfType="GL_RF_4776_BRCM"
77 ExtL5Bias="13.0"
78
79 WarmStandbyTimeout1Seconds="10"
80 WarmStandbyTimeout2Seconds="15"
81
82 EnableGnssPropagateInStandby="true"
83
Joe Huange8adb842022-09-06 15:20:13 +080084 RfPathLossDb_Ap="2.9"
85 RfPathLossDb_Cp="2.9"
86 RfPathLossDb_Ap_L5="3.7"
87 RfPathLossDb_Cp_L5="3.7"
Joe Huang45a71e32022-04-14 14:55:33 +080088 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="0"
91 PowerMode="3"
Joe Huangcf5a6ad2022-07-15 11:00:28 +080092 MinGpsWeekNumber="2216"
Anthony Stangeec2ff872022-10-19 13:57:42 +000093 OnChipAccMask="50"
Cheng Chang65597bd2023-08-11 03:51:58 +000094 EnableB1C="false"
Cheng Chang51968122024-01-09 05:57:55 +000095
96 RTICacheTimeoutSec="3600"
Joe Huang45a71e32022-04-14 14:55:33 +080097 />
98
99 <gll_features
100 EnableNicAutoSwitch="true"
101 EnableNavic="true"
102 />
103
104</glgps>
105