gps: update gps 4.13.2_20

BiasNanos and FullBiasNanos is not always available when GNSS time is valid
Implement in-place matrix multiplication without dynamic stack
Add an option to pass a temp buffer to matrix utilities
Remove dynamic stack allocation
Hold off assert if CP resets while resetting
Fix ptimer pool overflow on repeated position requests
Request position aiding on pos req
Resolve a crash in lal
Add IGnss_V4_0 support for Android V
Correct the criteria for NI-SUPL Wifi
Resolve a race condition in SUPL OTDOA
Request emergency status upon SUPL-NI
Update LTE/NR CellInfo validation
No SUPL SI in 2G network
RNS MDT support
Prevent double free in host CHPP
SSB_SW_VERSION message not handled in time
Fix 5300 CHRE wakeup issue
UBSAN out-of-bounds: UTIL_bdsB1cCheckCRC24
Re-enable chub in K41 cfg

Bug: 324656720
Bug: 333819307
Bug: 336202517
Bug: 317681301
Bug: 342098775
Bug: 342303082
Bug: 343759053
Bug: 326494291
Bug: 339567953
Bug: 344712213
Bug: 344720565
Bug: 339790953
Bug: 336200226
Bug: 345062711
Bug: 333849828
Bug: 334722223
Bug: 342303082

Test: b/347124957
atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest

Change-Id: Ief402b34bad1980ddb4bcb497e3f2c1ce8806b91
This commit is contained in:
Edwin Tung 2024-06-14 11:18:46 +08:00
parent 2e7593c784
commit 52945e34ba
5 changed files with 5 additions and 2 deletions

Binary file not shown.

View file

@ -110,6 +110,8 @@ navicUsedInUSPolicy=2
# DFS: 0 = Disabled (default), 1 = Enabled
Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 1
# MTPL: 0 = Disabled, 1 = Enabled (default)
Chip_Configuration_FeatureCfg_MTPL = 0
# This is a bitfield that will disable incoming interrupts for mailboxes
# AP = 0x1
@ -118,7 +120,7 @@ Chip_Configuration_FeatureCfg_DFS = 1
# CHUB = 0x8
# The CHUB on the neus continually triggers a bit so this is to prevent
# it from continually waking the gnss.
mailboxDisabled=0x8
mailboxDisabled=0x0
### Specify RFIC ID for K40 ###
# 55200001 = S5520 EVT1

View file

@ -34,7 +34,8 @@ qzssUsedInUSPolicy=2
navicUsedInUSPolicy=2
Chip_Configuration_FeatureCfg_DVS = 1
Chip_Configuration_FeatureCfg_DFS = 1
mailboxDisabled=0x8
Chip_Configuration_FeatureCfg_MTPL = 0
mailboxDisabled=0x0
gnss_rfic_chip_id=55200001
UseRtcForAiding=1
rtc_min_num_of_fixes=10

Binary file not shown.