gps: update GPS configurations
- disable debug during CHRE request - request SGEE from framework Bug: 328858595 Bug: 328347965 Test: verify pass Change-Id: Ib42ea2326872be3e93fc76c75bb2841bbbdc8fd7
This commit is contained in:
parent
be3111f3a2
commit
53b8325e10
10 changed files with 15 additions and 15 deletions
|
@ -34,7 +34,7 @@ mailboxDisabled=0x0
|
|||
gnss_rfic_chip_id=55400000
|
||||
UseRtcForAiding=1
|
||||
additional_rtc_uncertainty_ms=10
|
||||
Sif_UseFwXtraInterface=0
|
||||
Sif_UseFwXtraInterface=1
|
||||
Agnss_IsGloAidingEnable=0
|
||||
SETCaps_IsOtdoa=1
|
||||
SETCaps_IsLpp=1
|
||||
|
|
|
@ -12,7 +12,7 @@ uni_log_max_file_count=5
|
|||
uni_log_max_size_mb=20
|
||||
uni_log_total_max_size_mb=100
|
||||
|
||||
debug_enable=1
|
||||
debug_enable=4
|
||||
mem_dump_to_node=1
|
||||
|
||||
gnss_device_type=K042
|
||||
|
@ -145,7 +145,7 @@ UseRtcForAiding=1
|
|||
additional_rtc_uncertainty_ms=10
|
||||
|
||||
# set to 1 for FW SGEE download - Requires Android FW to be properly configured
|
||||
Sif_UseFwXtraInterface=0
|
||||
Sif_UseFwXtraInterface=1
|
||||
|
||||
# ChipCfg_GetGpsWeekFloor variable allows testing of old GPS weeks.
|
||||
# Used here to adjust the GPS week for carrier testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue