From dc167364c665eba470a68f43ec2ed7d8249e1e19 Mon Sep 17 00:00:00 2001 From: James Huang Date: Mon, 10 Jun 2024 22:30:26 +0800 Subject: [PATCH] gps: Update official release 4.15.1_15_240610_R2 config for CT3 Add allow_logging_if_disconnected=0 Bug: 344006818 Test: CTS/VTS, Sanity test/Stress Test/SST Change-Id: If7fc65ba7b3fb330d7cd52e0559e097df6013b29 --- location/user/gps.cfg | 1 + location/userdebug/gps.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 9f901b2..b951644 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -7,6 +7,7 @@ GlueLayer_EnableGnssCfgInterface=1 gnss_device_type=K042 gnss_device_patch_address=0 gnss_device_patch_file=/vendor/firmware/kepler.bin +allow_logging_if_disconnected=0 ism_stream_enable=1 caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK Is1PPSTimeSyncEnable=0 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 668609a..766d289 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -20,6 +20,8 @@ gnss_device_type=K042 gnss_device_patch_address=0 gnss_device_patch_file=/vendor/firmware/kepler.bin +allow_logging_if_disconnected=0 + # enable ism stream for GAAM ism_stream_enable=1 caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK