gps: update gps version 4.13.1.23
Enable SDL quality checkup without DEBUG_MCW_LINK_FAULT skip quant reload in single constellation mode CPMB command handling improvements Add error checking for SUPL message length Update SUPL NI settings for Softbank and Vzw Bug: 300481796 Bug: 298210431 Bug: 300139680 Bug: 299524350 Test: b/300550424 atest CtsLocationGnssTestCases atest VtsHalGnssTargetTest Change-Id: Ifb45895cd15193e5f70d1f3836ef64253b8bf0b5
This commit is contained in:
parent
c7772a7506
commit
c52b2e04db
4 changed files with 12 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -179,6 +179,8 @@ ENABLE_4G_UP_CAPS_MSA=1
|
|||
ENABLE_4G_UP_CAPS_MSB=1
|
||||
ENABLE_5G_UP_CAPS_MSA=0
|
||||
ENABLE_5G_UP_CAPS_MSB=0
|
||||
SUPL_SSL_METHOD=TLSv1_1
|
||||
SUPL_HMAC_HASH=SHA256
|
||||
SUPL_UT2_SEC=20
|
||||
SUPL_UT3_SEC=20
|
||||
ENABLE_LPP_CP=1
|
||||
|
@ -188,6 +190,7 @@ ENABLE_LPPE_UP=0
|
|||
ENABLE_NLP_IN_LPPE=1
|
||||
ENABLE_NLP_IN_AGNSS=0
|
||||
ENABLE_LPP_HA_GAD_SHAPE=0
|
||||
USE_EMER_PDN_FOR_EMER_SUPL=1
|
||||
# ATT
|
||||
GNSS_CARRIER_ID=1
|
||||
# TMO
|
||||
|
@ -203,6 +206,7 @@ ENABLE_LPP_UP=1
|
|||
ENABLE_LPPE_UP=3
|
||||
SUPL_UT2_SEC=10
|
||||
SUPL_UT3_SEC=30
|
||||
SUPL_SSL_METHOD=TLSv1_2
|
||||
# AIRTEL
|
||||
GNSS_CARRIER_ID=4
|
||||
# RAKUTEN
|
||||
|
@ -221,6 +225,8 @@ ENABLE_LPP_CP=0
|
|||
ENABLE_LPPE_CP=0
|
||||
ENABLE_5G_CP_CAPS_MSA=0
|
||||
ENABLE_5G_CP_CAPS_MSB=0
|
||||
SUPL_SSL_METHOD=TLSv1
|
||||
USE_EMER_PDN_FOR_EMER_SUPL=0
|
||||
# DOCOMO
|
||||
GNSS_CARRIER_ID=8
|
||||
# LAB
|
||||
|
|
|
@ -175,6 +175,8 @@ ENABLE_4G_UP_CAPS_MSA=1
|
|||
ENABLE_4G_UP_CAPS_MSB=1
|
||||
ENABLE_5G_UP_CAPS_MSA=0
|
||||
ENABLE_5G_UP_CAPS_MSB=0
|
||||
SUPL_SSL_METHOD=TLSv1_1
|
||||
SUPL_HMAC_HASH=SHA256
|
||||
SUPL_UT2_SEC=20
|
||||
SUPL_UT3_SEC=20
|
||||
ENABLE_LPP_CP=1
|
||||
|
@ -184,6 +186,7 @@ ENABLE_LPPE_UP=0
|
|||
ENABLE_NLP_IN_LPPE=1
|
||||
ENABLE_NLP_IN_AGNSS=0
|
||||
ENABLE_LPP_HA_GAD_SHAPE=0
|
||||
USE_EMER_PDN_FOR_EMER_SUPL=1
|
||||
# ATT
|
||||
GNSS_CARRIER_ID=1
|
||||
# TMO
|
||||
|
@ -199,6 +202,7 @@ ENABLE_LPP_UP=1
|
|||
ENABLE_LPPE_UP=3
|
||||
SUPL_UT2_SEC=10
|
||||
SUPL_UT3_SEC=30
|
||||
SUPL_SSL_METHOD=TLSv1_2
|
||||
# AIRTEL
|
||||
GNSS_CARRIER_ID=4
|
||||
# RAKUTEN
|
||||
|
@ -217,6 +221,8 @@ ENABLE_LPP_CP=0
|
|||
ENABLE_LPPE_CP=0
|
||||
ENABLE_5G_CP_CAPS_MSA=0
|
||||
ENABLE_5G_CP_CAPS_MSB=0
|
||||
SUPL_SSL_METHOD=TLSv1
|
||||
USE_EMER_PDN_FOR_EMER_SUPL=0
|
||||
# DOCOMO
|
||||
GNSS_CARRIER_ID=8
|
||||
# LAB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue