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: I305b18f2e281eef0f24d7a6915a44d3b816137a7
This commit is contained in:
Wayne Lin 2023-08-29 15:03:34 +08:00
parent 7dd2e35ae5
commit 0b6ddcd04b
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_L5" MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1_L5"
MultiCarrLnaMask="L1_EXT_ON|L5_EXT_ON" MultiCarrLnaMask="L1_EXT_ON|L5_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"