gps: Update GNSS config for KDDI
Change emergency positioning method to SET-Based - ENABLE_2G_UP_CAPS_MSA=0 - ENABLE_3G_UP_CAPS_MSA=0 - ENABLE_4G_UP_CAPS_MSA=0 Disable OTDOA - ENABLE_CAPS_OTDOA=0 Update Agnss_IsGloAidingEnable=0 Agnss_IsGalAidingEnable=0 Agnss_IsBdsAidingEnable=0 Bug: 389211267 Flag: EXEMPT GNSS configuration changes Test: Build pass and check config change Change-Id: I8fdd911e4a6d7b98afc282a2541cec178797d005
This commit is contained in:
parent
e1b18a7fb4
commit
ff158deb1a
2 changed files with 14 additions and 0 deletions
|
@ -43,6 +43,9 @@ gnss_rfic_chip_id=55400000
|
|||
UseRtcForAiding=1
|
||||
additional_rtc_uncertainty_ms=10
|
||||
Sif_UseFwXtraInterface=1
|
||||
Agnss_IsGloAidingEnable=0
|
||||
Agnss_IsGalAidingEnable=0
|
||||
Agnss_IsBdsAidingEnable=0
|
||||
SETCaps_IsOtdoa=1
|
||||
SETCaps_IsLpp=1
|
||||
SETCaps_SuplUT1=20
|
||||
|
@ -159,10 +162,14 @@ ENABLE_LPP_UP=1
|
|||
ENABLE_LPPE_UP=3
|
||||
|
||||
GNSS_CARRIER_ID=6
|
||||
ENABLE_CAPS_OTDOA=0
|
||||
ENABLE_LPP_CP=0
|
||||
ENABLE_LPP_UP=1
|
||||
ENABLE_LPPE_CP=0
|
||||
ENABLE_LPPE_UP=3
|
||||
ENABLE_2G_UP_CAPS_MSA=0
|
||||
ENABLE_3G_UP_CAPS_MSA=0
|
||||
ENABLE_4G_UP_CAPS_MSA=0
|
||||
|
||||
GNSS_CARRIER_ID=7
|
||||
ENABLE_LPP_CP=0
|
||||
|
|
|
@ -189,6 +189,9 @@ Sif_UseFwXtraInterface=1
|
|||
# The above sets the correct operation when the true week is between 1024 and 2048
|
||||
# ChipCfg_GetGpsWeekFloor=0
|
||||
|
||||
Agnss_IsGloAidingEnable=0
|
||||
Agnss_IsGalAidingEnable=0
|
||||
Agnss_IsBdsAidingEnable=0
|
||||
SETCaps_IsOtdoa=1
|
||||
SETCaps_IsLpp=1
|
||||
SETCaps_SuplUT1=20
|
||||
|
@ -332,10 +335,14 @@ ENABLE_LPP_UP=1
|
|||
ENABLE_LPPE_UP=3
|
||||
# KDDI
|
||||
GNSS_CARRIER_ID=6
|
||||
ENABLE_CAPS_OTDOA=0
|
||||
ENABLE_LPP_CP=0
|
||||
ENABLE_LPP_UP=1
|
||||
ENABLE_LPPE_CP=0
|
||||
ENABLE_LPPE_UP=3
|
||||
ENABLE_2G_UP_CAPS_MSA=0
|
||||
ENABLE_3G_UP_CAPS_MSA=0
|
||||
ENABLE_4G_UP_CAPS_MSA=0
|
||||
# SBM
|
||||
GNSS_CARRIER_ID=7
|
||||
ENABLE_LPP_CP=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue