gps_user.xml.l10 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. acSuplServer="supl.google.com"
  14. SuplPort="7275"
  15. SuplLogEnable="false"
  16. SuplLogFullName="/data/vendor/gps/suplflow.txt"
  17. tlsEnable="true"
  18. SuplSslMethod="SSLv23_NO_TLSv1_2"
  19. SuplEnable="true"
  20. SuplUseApn="false"
  21. SuplUseApnNI="true"
  22. SuplUseFwCellInfo="false"
  23. SuplDummyCellInfo ="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. SuplOtdoaCapable2="true"
  36. SuplGlonassCapable = "true"
  37. SuplGalileoCapable = "true"
  38. SuplBdsCapable = "true"
  39. SuplMgpsCapable = "true"
  40. RtoEnable="true"
  41. RtiEnable="true"
  42. HttpSyncLto="true"
  43. LtoFileName="lto2.dat"
  44. LtoDir="/data/vendor/gps/"
  45. LtoSyncThresholdDays="1"
  46. GnssYearOfHardware="2020"
  47. CpEarlyFixGuardTimeSec="1"
  48. CpGuardTimeSec="1"
  49. CpLppGuardTimeSec="1"
  50. IgnoreInjectedSystemTime="true"
  51. AttributionAppPkgName="com.google.android.carrierlocation"
  52. AssertEnabled="false"
  53. CpLppeCancelDbhOnAgnssProvideLoc="true"
  54. CpLppeUseAgnssLocForEmptyDbh="true"
  55. CpLppHighAccuracyShapeMode="1"
  56. ReAidingOnHotStart="false"
  57. ReAidingIntervalSec="3600"
  58. RuntimeSwLteFilterEnable="true"
  59. PpsDevice="/sys/class/pps/pps0/assert_elapsed"
  60. SensorsMask="0x244"
  61. MaxThreadNum="13"
  62. />
  63. <gll
  64. PpsEnable="true"
  65. LogPriMask="LOG_INFO"
  66. LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
  67. FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
  68. MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
  69. MultiCarrLnaMask="L1_EXT_ON"
  70. RfType="GL_RF_4776_BRCM"
  71. WarmStandbyTimeout1Seconds="10"
  72. WarmStandbyTimeout2Seconds="15"
  73. EnableGnssPropagateInStandby="true"
  74. RfPathLossDb_Ap="4"
  75. RfPathLossDb_Cp="4"
  76. 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"
  77. EnableOnChipStopNotification="false"
  78. PowerMode="3"
  79. MinGpsWeekNumber="2216"
  80. OnChipAccMask="50"
  81. EnableB1C="false"
  82. RTICacheTimeoutSec="3600"
  83. />
  84. <gll_features
  85. EnableQzsAutoSwitch="false"
  86. EnableGloAutoSwitch="false"
  87. EnableNicAutoSwitch="true"
  88. ConstellationAutoSwitchOffNavOnly="true"
  89. />
  90. </glgps>