gps: set high accuracy shape mode and enable always-on measurements log

Bug: 277337710
Bug: 286158090
Test: verify pass in b/286158090#comment53 and b/277336756#comment32
Change-Id: Iee470d88d40ac45d18017bebe04d09dc73bbfa22
This commit is contained in:
Wayne Lin
2023-08-29 15:07:05 +08:00
committed by Treehugger Robot
parent 3c55fb68b9
commit 74d117be17
2 changed files with 3 additions and 1 deletions

View File

@@ -58,6 +58,7 @@
AssertEnabled="true" AssertEnabled="true"
CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeCancelDbhOnAgnssProvideLoc="true"
CpLppeUseAgnssLocForEmptyDbh="true" CpLppeUseAgnssLocForEmptyDbh="true"
CpLppHighAccuracyShapeMode="1"
ReAidingOnHotStart="false" ReAidingOnHotStart="false"
ReAidingIntervalSec="1200" ReAidingIntervalSec="1200"
RuntimeSwLteFilterEnable="true" RuntimeSwLteFilterEnable="true"
@@ -69,7 +70,7 @@
<gll <gll
PpsEnable="true" PpsEnable="true"
LogPriMask="LOG_INFO" LogPriMask="LOG_INFO"
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI | LOG_MEASAPI"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1" MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
MultiCarrLnaMask="L1_EXT_ON" MultiCarrLnaMask="L1_EXT_ON"

View File

@@ -57,6 +57,7 @@
AssertEnabled="false" AssertEnabled="false"
CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeCancelDbhOnAgnssProvideLoc="true"
CpLppeUseAgnssLocForEmptyDbh="true" CpLppeUseAgnssLocForEmptyDbh="true"
CpLppHighAccuracyShapeMode="1"
ReAidingOnHotStart="false" ReAidingOnHotStart="false"
ReAidingIntervalSec="1200" ReAidingIntervalSec="1200"
RuntimeSwLteFilterEnable="true" RuntimeSwLteFilterEnable="true"