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