gps: update gps version 4.13.1_47
Send 1 Hz clock status when ISM capture starts Create passive field in ISM stream request Add new messages that send ISM capture filenames Optionally block ISM stream operations (default to enabled) Push the CLOCK_STATUS as non-Debug (over SPI) Add Advanced Aiding Module example for ESI draft 2 Add 1 Hz DCXO Message output to ESI Port Add acq clock to 1 Hz clock status Bug: 318552868 Test: b/320569736 atest CtsLocationGnssTestCases atest VtsHalGnssTargetTest Change-Id: I650f1e8efcac53162c91cab25b59c4619a2dc262
This commit is contained in:
parent
a83e0ca969
commit
4ba02ab738
5 changed files with 6 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -16,6 +16,10 @@ uni_log_max_file_count=5
|
||||||
uni_log_max_size_mb=20
|
uni_log_max_size_mb=20
|
||||||
uni_log_total_max_size_mb=100
|
uni_log_total_max_size_mb=100
|
||||||
|
|
||||||
|
# to enable ism stream for GAAM
|
||||||
|
ism_stream_enable=1
|
||||||
|
caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
|
||||||
|
|
||||||
gnss_device_type=K041
|
gnss_device_type=K041
|
||||||
gnss_device_patch_address=0
|
gnss_device_patch_address=0
|
||||||
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
||||||
|
|
|
@ -4,6 +4,8 @@ debug_enable=0
|
||||||
mem_dump_to_node=0
|
mem_dump_to_node=0
|
||||||
GlueLayer_IsGedKeyExist=1
|
GlueLayer_IsGedKeyExist=1
|
||||||
GlueLayer_EnableGnssCfgInterface=1
|
GlueLayer_EnableGnssCfgInterface=1
|
||||||
|
ism_stream_enable=1
|
||||||
|
caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
|
||||||
gnss_device_type=K041
|
gnss_device_type=K041
|
||||||
gnss_device_patch_address=0
|
gnss_device_patch_address=0
|
||||||
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
gnss_device_patch_file=/vendor/firmware/kepler.bin
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue