gps_user.xml.l10 2.4 KB

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