1<?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="true" 23 SuplTlsCertDirPath="/etc/security/cacerts" 24 SuplTlsCertPath="/vendor/etc/gnss/gps.cer" 25 SuplUT1Seconds="20" 26 SuplUT2Seconds="20" 27 SuplUT3Seconds="20" 28 TcpConnectionTimeout="20" 29 SuplLppCapable="true" 30 SuplEcidCapable="true" 31 SuplVersion="2" 32 SuplMinorVersion="0" 33 SuplOtdoaCapable="true" 34 SuplGlonassCapable = "true" 35 SuplGalileoCapable = "true" 36 SuplBdsCapable = "true" 37 SuplMgpsCapable = "true" 38 39 RtoEnable="true" 40 RtiEnable="true" 41 HttpSyncLto="true" 42 LtoFileName="lto2.dat" 43 LtoDir="/data/vendor/gps/" 44 LtoSyncThresholdDays="1" 45 46 GnssYearOfHardware="2020" 47 CpGuardTimeSec="1" 48 CpLppGuardTimeSec="1" 49 IgnoreInjectedSystemTime="true" 50 51 AttributionAppPkgName="com.google.android.carrierlocation" 52 53 AssertEnabled="false" 54 CpLppeCancelDbhOnAgnssProvideLoc="true" 55 CpLppeUseAgnssLocForEmptyDbh="true" 56 /> 57 58 <gll 59 LogPriMask="LOG_INFO" 60 LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" 61 FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" 62 MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1" 63 MultiCarrLnaMask="L1_EXT_ON" 64 RfType="GL_RF_4776_BRCM" 65 EnableFilteringForLTEB13="true" 66 67 WarmStandbyTimeout1Seconds="10" 68 WarmStandbyTimeout2Seconds="15" 69 70 EnableGnssPropagateInStandby="true" 71 72 RfPathLossDb_Ap="4" 73 RfPathLossDb_Cp="4" 74 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" 75 76 EnableOnChipStopNotification="false" 77 PowerMode="3" 78 /> 79 80 <gll_features 81 EnableNicAutoSwitch="true" 82 /> 83 84</glgps> 85 86 87