gps: official release 4.15.1_35_241209_R1_247899
Bug: 381815085 Test: atest CtsLocationGnssTestCases atest VtsHalGnssTargetTest Flag: EXEMPT bug fix Change-Id: I5446fe9b80f30cef5525f345680a59ea628531f4
This commit is contained in:
parent
2959396e87
commit
198634f36c
17 changed files with 117 additions and 215 deletions
|
@ -338,7 +338,7 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/akita/prebuilts
|
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/akita/prebuilts
|
||||||
|
|
||||||
# include GNSSD
|
# include GNSSD
|
||||||
include device/google/akita/location/gnssd/device-gnss.mk
|
include device/google/akita/location/device-gnss.mk
|
||||||
|
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
19
location/device-gnss.mk
Normal file
19
location/device-gnss.mk
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# include common gnss binaries
|
||||||
|
-include vendor/samsung_slsi/gps/s5300/gnss_release.mk
|
||||||
|
|
||||||
|
# include customized gps config files
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/akita/location/ca.pem:vendor/etc/gnss/ca.pem
|
||||||
|
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/akita/location/gps.cfg:vendor/etc/gnss/gps.cfg
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.gps.aol.enabled=true
|
||||||
|
else
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/akita/location/gps_user.cfg:vendor/etc/gnss/gps.cfg
|
||||||
|
endif
|
||||||
|
|
||||||
|
# include pixel gnss hal service
|
||||||
|
-include vendor/google_devices/gs-common/proprietary/gps/pixel_gnss_hal.mk
|
2
location/factory-gnss.mk
Normal file
2
location/factory-gnss.mk
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# include factory gnss binaries
|
||||||
|
-include vendor/samsung_slsi/gps/s5300/gnss_factory.mk
|
|
@ -1,88 +0,0 @@
|
||||||
soong_namespace {
|
|
||||||
}
|
|
||||||
|
|
||||||
package {
|
|
||||||
default_applicable_licenses: ["vendor_samsung_slsi_gnss_license"],
|
|
||||||
}
|
|
||||||
|
|
||||||
license {
|
|
||||||
name: "vendor_samsung_slsi_gnss_license",
|
|
||||||
visibility: [":__subpackages__"],
|
|
||||||
license_kinds: [
|
|
||||||
"legacy_by_exception_only", // by exception only
|
|
||||||
"legacy_proprietary", // by exception only
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
|
||||||
name: "android.hardware.gnss-service",
|
|
||||||
arch: {
|
|
||||||
arm64: {
|
|
||||||
srcs: ["release/android.hardware.gnss-service"],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"libhardware",
|
|
||||||
"libhidlbase",
|
|
||||||
"android.hardware.gnss-V3-ndk",
|
|
||||||
"libsensorndkbridge",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
vendor: true,
|
|
||||||
relative_install_path: "hw",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
// Bypass because libhidltransport is deprecated
|
|
||||||
// Bypass because libhwbinder is deprecated
|
|
||||||
check_elf_files: false,
|
|
||||||
required: [
|
|
||||||
"libsighandler",
|
|
||||||
],
|
|
||||||
init_rc: ["init.gnss.rc"],
|
|
||||||
vintf_fragments: ["android.hardware.gnss@default.xml"],
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
|
||||||
name: "gnssd",
|
|
||||||
arch: {
|
|
||||||
arm64: {
|
|
||||||
srcs: ["release/gnssd"],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"libhardware_legacy",
|
|
||||||
"libcutils",
|
|
||||||
"libssl",
|
|
||||||
"libcrypto",
|
|
||||||
// "libsitril-gps",
|
|
||||||
"android.frameworks.sensorservice@1.0",
|
|
||||||
"libhidlbase",
|
|
||||||
"libandroid_net",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
"libcurl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
vendor: true,
|
|
||||||
relative_install_path: "hw",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
// Bypass because libsitril-gps is Android.mk module
|
|
||||||
check_elf_files: false,
|
|
||||||
required: [
|
|
||||||
"libcustomgnss",
|
|
||||||
"libsighandler",
|
|
||||||
],
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
<manifest version="1.0" type="device">
|
|
||||||
<hal format="aidl">
|
|
||||||
<name>android.hardware.gnss</name>
|
|
||||||
<version>3</version>
|
|
||||||
<fqname>IGnss/default</fqname>
|
|
||||||
</hal>
|
|
||||||
</manifest>
|
|
|
@ -1,2 +0,0 @@
|
||||||
$(call inherit-product-if-exists, device/google/akita/location/gnssd/gnss_release.mk)
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<compatibility-matrix version="1.0" type="framework" level="8">
|
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>android.hardware.gnss</name>
|
|
||||||
<version>3</version>
|
|
||||||
<interface>
|
|
||||||
<name>IGnss</name>
|
|
||||||
<instance>vendor</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</compatibility-matrix>
|
|
|
@ -1,26 +0,0 @@
|
||||||
# Enable coredump funtcion for all the ROM.
|
|
||||||
$(call soong_config_set_bool,sighandler,coredump,true)
|
|
||||||
# Enable pixel gnss hal service
|
|
||||||
-include vendor/google/gnss/aidl_service/pixel_gnss_hal.mk
|
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
gnssd \
|
|
||||||
android.hardware.gnss-service \
|
|
||||||
android.hardware.location.gps.prebuilt.xml
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/akita/location/gnssd/release/ca.pem:vendor/etc/gnss/ca.pem \
|
|
||||||
device/google/akita/location/gnssd/release/kepler.bin:vendor/firmware/kepler.bin
|
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
|
||||||
device/google/akita/location/gnssd
|
|
||||||
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/akita/location/gnssd/release/gps.cfg:vendor/etc/gnss/gps.cfg
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
|
||||||
vendor.gps.aol.enabled=true
|
|
||||||
else
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/akita/location/gnssd/release/gps_user.cfg:vendor/etc/gnss/gps.cfg
|
|
||||||
endif
|
|
|
@ -1,36 +0,0 @@
|
||||||
on post-fs-data
|
|
||||||
mkdir /data/vendor/gps 0771 system system
|
|
||||||
mkdir /data/vendor/gps/logs 0771 gps system
|
|
||||||
mkdir /data/vendor/gps/overlay 0777 gps system
|
|
||||||
|
|
||||||
# Directory for GPS
|
|
||||||
rm /data/system/gps/gps_started
|
|
||||||
rm /data/system/gps/glonass_started
|
|
||||||
rm /data/system/gps/beidou_started
|
|
||||||
rm /data/system/gps/smd_started
|
|
||||||
rm /data/system/gps/sv_cno.info
|
|
||||||
|
|
||||||
# Permissions for gnss
|
|
||||||
chmod 0660 /dev/gnss_ipc
|
|
||||||
chown system system /dev/gnss_ipc
|
|
||||||
chmod 0660 /dev/gnss_dump
|
|
||||||
chown system system /dev/gnss_dump
|
|
||||||
chmod 0660 /dev/gnss_boot
|
|
||||||
chown system system /dev/gnss_boot
|
|
||||||
chmod 0660 /sys/devices/platform/gnssif/coredump
|
|
||||||
chown system system /sys/devices/platform/gnssif/coredump
|
|
||||||
|
|
||||||
# GPS daemon
|
|
||||||
service gnssd /vendor/bin/hw/gnssd
|
|
||||||
class main
|
|
||||||
user gps
|
|
||||||
group system inet net_raw wakelock sdcard_rw
|
|
||||||
capabilities BLOCK_SUSPEND
|
|
||||||
ioprio be 0
|
|
||||||
seclabel u:r:gnssd:s0
|
|
||||||
|
|
||||||
service slsi_gnss_service /vendor/bin/hw/android.hardware.gnss-service
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
group system gps
|
|
||||||
|
|
Binary file not shown.
|
@ -1,22 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- These are the location-related features for devices that include GPS. -->
|
|
||||||
<permissions>
|
|
||||||
<feature name="android.hardware.location" />
|
|
||||||
<feature name="android.hardware.location.network" />
|
|
||||||
<feature name="android.hardware.location.gps" />
|
|
||||||
</permissions>
|
|
|
@ -1,7 +0,0 @@
|
||||||
BUILD_TIMESTAMP_UTC=2024-12-02 20:55:44.202302
|
|
||||||
USER_COMMIT=b6b33124ee635ea551601e3d5fb9bd0958c2bb21
|
|
||||||
BASE_COMMIT=f40f31115750f412c4860692772ef6b0b4141105
|
|
||||||
GNSS_SW_VER_BRANCH=R4.13
|
|
||||||
GNSS_SW_VER_STRING=4.13.2_28_Release_248164
|
|
||||||
WORD_SIZE=arm64
|
|
||||||
ANDROID_VERSION=34
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
############################################
|
############################################
|
||||||
GlueLayer_ToolConfigSelection=3
|
GlueLayer_ToolConfigSelection=3
|
||||||
debug_console=1
|
debug_console=0
|
||||||
debug_enable=4
|
debug_enable=4
|
||||||
mem_dump_to_node=1
|
mem_dump_to_node=1
|
||||||
force_instant_logging=0
|
force_instant_logging=0
|
||||||
|
@ -10,11 +10,11 @@ debug_dir=/data/vendor/gps/logs
|
||||||
############################################
|
############################################
|
||||||
GlueLayer_IsGedKeyExist=1
|
GlueLayer_IsGedKeyExist=1
|
||||||
GlueLayer_EnableGnssCfgInterface=1
|
GlueLayer_EnableGnssCfgInterface=1
|
||||||
|
GlueLayer_IsUseCustomGnssLib=1
|
||||||
|
|
||||||
|
uni_log_max_file_count=15
|
||||||
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=300
|
||||||
|
|
||||||
# to enable ism stream for GAAM
|
# to enable ism stream for GAAM
|
||||||
ism_stream_enable=1
|
ism_stream_enable=1
|
||||||
|
@ -24,12 +24,25 @@ 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
|
||||||
|
|
||||||
|
# 1pps timemark output: 0: disable 1: enable
|
||||||
|
ChipCfg_Timemark_Option=0
|
||||||
|
|
||||||
|
# Enable/Disable 1PPS Time Sync policy
|
||||||
|
Is1PPSTimeSyncEnable=0
|
||||||
|
|
||||||
# send debug req on MCW oddity
|
# send debug req on MCW oddity
|
||||||
#Chip_Configuration_Io_Options=0x85
|
#Chip_Configuration_Io_Options=0x85
|
||||||
|
|
||||||
# Disable dynamic HSI
|
# Disable dynamic HSI
|
||||||
Chip_Configuration_Dynamic_HSI=0
|
Chip_Configuration_Dynamic_HSI=0
|
||||||
|
|
||||||
|
# Set UBSAN to operate on logging mode on FW
|
||||||
|
# 0: disable 1: crash mode 2: logging mode
|
||||||
|
Chip_Configuration_ubsan_opt=2
|
||||||
|
|
||||||
|
# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start)
|
||||||
|
Chip_Configuration_FeatureCfg_SDL_BYASS=1
|
||||||
|
|
||||||
# borrow this field to force CP crash on GAL bad ISM
|
# borrow this field to force CP crash on GAL bad ISM
|
||||||
#Chip_Configuration_WT1=1
|
#Chip_Configuration_WT1=1
|
||||||
|
|
||||||
|
@ -100,11 +113,15 @@ Chip_Configuration_WatchdogPeriod = 0
|
||||||
Chip_Configuration_GNSSConstConstraintDef=0x602F
|
Chip_Configuration_GNSSConstConstraintDef=0x602F
|
||||||
Chip_Configuration_RfMiscCtrl=0x80008001
|
Chip_Configuration_RfMiscCtrl=0x80008001
|
||||||
|
|
||||||
# Disable BDS in the U.S.
|
# Certain constellation permission overriding LocTech config setting: only to possibly
|
||||||
bdsUsedInUSPolicy=2
|
# disallow constellations allowed in LocTech, not vice versa. Note: GPS and GAL are
|
||||||
sbasUsedInUSPolicy=2
|
# allowed in all markets so no such overriding.
|
||||||
qzssUsedInUSPolicy=2
|
# 0: not to override (default), 1-disabled, 2- disabled if in US
|
||||||
navicUsedInUSPolicy=2
|
#gloUsedPolicy=2
|
||||||
|
bdsUsedPolicy=2
|
||||||
|
sbasUsedPolicy=2
|
||||||
|
qzssUsedPolicy=2
|
||||||
|
navicUsedPolicy=2
|
||||||
|
|
||||||
# DVS: 0 = Disabled (default), 1 = Enabled
|
# DVS: 0 = Disabled (default), 1 = Enabled
|
||||||
# DFS: 0 = Disabled (default), 1 = Enabled
|
# DFS: 0 = Disabled (default), 1 = Enabled
|
||||||
|
@ -144,6 +161,9 @@ rtc_min_num_of_fixes=10
|
||||||
# increase rtc uncertainty from Host to hedge against bad fixes
|
# increase rtc uncertainty from Host to hedge against bad fixes
|
||||||
additional_rtc_uncertainty_ms=10
|
additional_rtc_uncertainty_ms=10
|
||||||
|
|
||||||
|
# debug output time interval for LAL metrics logging (0 means disable)
|
||||||
|
lal_metrics_interval_ms=0
|
||||||
|
|
||||||
# set to 1 for FW SGEE download - Requires Android FW to be properly configured
|
# set to 1 for FW SGEE download - Requires Android FW to be properly configured
|
||||||
Sif_UseFwXtraInterface=1
|
Sif_UseFwXtraInterface=1
|
||||||
|
|
||||||
|
@ -151,10 +171,29 @@ Sif_UseFwXtraInterface=1
|
||||||
# ACT C/No loss limit: 0dB to 15dB (0 = ACT is disabled by default) 3dB = 50% Duty Cycle, 6dB = 25% Duty Cycle, 9dB = 12.5% Duty Cycle
|
# ACT C/No loss limit: 0dB to 15dB (0 = ACT is disabled by default) 3dB = 50% Duty Cycle, 6dB = 25% Duty Cycle, 9dB = 12.5% Duty Cycle
|
||||||
Chip_Configuration_FeatureCfg_ACT = 5
|
Chip_Configuration_FeatureCfg_ACT = 5
|
||||||
|
|
||||||
|
# GNSS power value
|
||||||
|
SingleBandAcq=379
|
||||||
|
MultiBandAcq=5
|
||||||
|
SingleBandFullTrkNm=341
|
||||||
|
SingleBandFullTrkUd=306
|
||||||
|
MultiBandFullTrkNm=5
|
||||||
|
MultiBandFullTrkUd=5
|
||||||
|
SingleBandDutyCycleTrkNm=313
|
||||||
|
SingleBandDutyCycleTrkUd=271
|
||||||
|
MultiBandDutyCycleTrkNm=5
|
||||||
|
MultiBandDutyCycleTrkUd=5
|
||||||
|
SingleBandVddGnssNmTrk=73
|
||||||
|
MultiBandVddGnssNmTrk=5
|
||||||
|
SingleBandVddGnssUdTrk=36
|
||||||
|
MultiBandVddGnssUdTrk=5
|
||||||
|
|
||||||
ChipCfg_DspMemdumpEnable=1
|
ChipCfg_DspMemdumpEnable=1
|
||||||
|
|
||||||
Agnss_IsGloAidingEnable=0
|
Agnss_IsGloAidingEnable=1
|
||||||
|
Agnss_IsGalAidingEnable=1
|
||||||
|
Agnss_IsBdsAidingEnable=1
|
||||||
Agnss_SuplUseCpNi=1
|
Agnss_SuplUseCpNi=1
|
||||||
|
Agnss_SuplAidIntvlCrossSess=1
|
||||||
SETCaps_IsOtdoa=1
|
SETCaps_IsOtdoa=1
|
||||||
SETCaps_IsLpp=1
|
SETCaps_IsLpp=1
|
||||||
SETCaps_SuplUT1=20
|
SETCaps_SuplUT1=20
|
||||||
|
@ -216,6 +255,7 @@ ENABLE_LPP_CP=1
|
||||||
ENABLE_LPP_UP=0
|
ENABLE_LPP_UP=0
|
||||||
ENABLE_LPPE_CP=3
|
ENABLE_LPPE_CP=3
|
||||||
ENABLE_LPPE_UP=0
|
ENABLE_LPPE_UP=0
|
||||||
|
ENABLE_NLP_ALONG_WITH_UBP=0
|
||||||
ENABLE_NLP_IN_LPPE=1
|
ENABLE_NLP_IN_LPPE=1
|
||||||
ENABLE_NLP_IN_AGNSS=0
|
ENABLE_NLP_IN_AGNSS=0
|
||||||
ENABLE_LPP_HA_GAD_SHAPE=0
|
ENABLE_LPP_HA_GAD_SHAPE=0
|
||||||
|
@ -248,10 +288,14 @@ ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
# KDDI
|
# KDDI
|
||||||
GNSS_CARRIER_ID=6
|
GNSS_CARRIER_ID=6
|
||||||
|
ENABLE_CAPS_OTDOA=0
|
||||||
ENABLE_LPP_CP=0
|
ENABLE_LPP_CP=0
|
||||||
ENABLE_LPP_UP=1
|
ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_CP=0
|
ENABLE_LPPE_CP=0
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
|
ENABLE_2G_UP_CAPS_MSA=0
|
||||||
|
ENABLE_3G_UP_CAPS_MSA=0
|
||||||
|
ENABLE_4G_UP_CAPS_MSA=0
|
||||||
# SBM
|
# SBM
|
||||||
GNSS_CARRIER_ID=7
|
GNSS_CARRIER_ID=7
|
||||||
ENABLE_LPP_CP=0
|
ENABLE_LPP_CP=0
|
||||||
|
@ -265,4 +309,8 @@ GNSS_CARRIER_ID=8
|
||||||
GNSS_CARRIER_ID=9
|
GNSS_CARRIER_ID=9
|
||||||
ENABLE_LPP_UP=1
|
ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
|
# TELUS
|
||||||
|
GNSS_CARRIER_ID=10
|
||||||
|
ENABLE_5G_CP_CAPS_MSA=0
|
||||||
|
ENABLE_5G_CP_CAPS_MSB=0
|
||||||
GNSS_CARRIER_CONFIG_END
|
GNSS_CARRIER_CONFIG_END
|
|
@ -1,15 +1,20 @@
|
||||||
GlueLayer_ToolConfigSelection=3
|
GlueLayer_ToolConfigSelection=3
|
||||||
debug_console=0
|
debug_console=0
|
||||||
debug_enable=0
|
debug_enable=0
|
||||||
mem_dump_to_node=1
|
mem_dump_to_node=0
|
||||||
GlueLayer_IsGedKeyExist=1
|
GlueLayer_IsGedKeyExist=1
|
||||||
GlueLayer_EnableGnssCfgInterface=1
|
GlueLayer_EnableGnssCfgInterface=1
|
||||||
|
GlueLayer_IsUseCustomGnssLib=1
|
||||||
ism_stream_enable=1
|
ism_stream_enable=1
|
||||||
caplay_port_tcp_port=@GNSS_ISM_CAPTURE_PLAYBACK
|
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
|
||||||
|
ChipCfg_Timemark_Option=0
|
||||||
|
Is1PPSTimeSyncEnable=0
|
||||||
Chip_Configuration_Dynamic_HSI=0
|
Chip_Configuration_Dynamic_HSI=0
|
||||||
|
Chip_Configuration_ubsan_opt=2
|
||||||
|
Chip_Configuration_FeatureCfg_SDL_BYASS=1
|
||||||
GlueLayer_IsPlatformRefTimeEnable=1
|
GlueLayer_IsPlatformRefTimeEnable=1
|
||||||
chpp_betp_client=1
|
chpp_betp_client=1
|
||||||
chpp_log_level=0
|
chpp_log_level=0
|
||||||
|
@ -28,10 +33,10 @@ spam_dog_ms=0
|
||||||
Chip_Configuration_WatchdogPeriod = 0
|
Chip_Configuration_WatchdogPeriod = 0
|
||||||
Chip_Configuration_GNSSConstConstraintDef=0x602F
|
Chip_Configuration_GNSSConstConstraintDef=0x602F
|
||||||
Chip_Configuration_RfMiscCtrl=0x80008001
|
Chip_Configuration_RfMiscCtrl=0x80008001
|
||||||
bdsUsedInUSPolicy=2
|
bdsUsedPolicy=2
|
||||||
sbasUsedInUSPolicy=2
|
sbasUsedPolicy=2
|
||||||
qzssUsedInUSPolicy=2
|
qzssUsedPolicy=2
|
||||||
navicUsedInUSPolicy=2
|
navicUsedPolicy=2
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
Chip_Configuration_FeatureCfg_MTPL = 0
|
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||||
|
@ -40,11 +45,29 @@ gnss_rfic_chip_id=55200001
|
||||||
UseRtcForAiding=1
|
UseRtcForAiding=1
|
||||||
rtc_min_num_of_fixes=10
|
rtc_min_num_of_fixes=10
|
||||||
additional_rtc_uncertainty_ms=10
|
additional_rtc_uncertainty_ms=10
|
||||||
|
lal_metrics_interval_ms=0
|
||||||
Sif_UseFwXtraInterface=1
|
Sif_UseFwXtraInterface=1
|
||||||
Chip_Configuration_FeatureCfg_ACT = 5
|
Chip_Configuration_FeatureCfg_ACT = 5
|
||||||
|
SingleBandAcq=379
|
||||||
|
MultiBandAcq=5
|
||||||
|
SingleBandFullTrkNm=341
|
||||||
|
SingleBandFullTrkUd=306
|
||||||
|
MultiBandFullTrkNm=5
|
||||||
|
MultiBandFullTrkUd=5
|
||||||
|
SingleBandDutyCycleTrkNm=313
|
||||||
|
SingleBandDutyCycleTrkUd=271
|
||||||
|
MultiBandDutyCycleTrkNm=5
|
||||||
|
MultiBandDutyCycleTrkUd=5
|
||||||
|
SingleBandVddGnssNmTrk=73
|
||||||
|
MultiBandVddGnssNmTrk=5
|
||||||
|
SingleBandVddGnssUdTrk=36
|
||||||
|
MultiBandVddGnssUdTrk=5
|
||||||
ChipCfg_DspMemdumpEnable=1
|
ChipCfg_DspMemdumpEnable=1
|
||||||
Agnss_IsGloAidingEnable=0
|
Agnss_IsGloAidingEnable=1
|
||||||
|
Agnss_IsGalAidingEnable=1
|
||||||
|
Agnss_IsBdsAidingEnable=1
|
||||||
Agnss_SuplUseCpNi=1
|
Agnss_SuplUseCpNi=1
|
||||||
|
Agnss_SuplAidIntvlCrossSess=1
|
||||||
SETCaps_IsOtdoa=1
|
SETCaps_IsOtdoa=1
|
||||||
SETCaps_IsLpp=1
|
SETCaps_IsLpp=1
|
||||||
SETCaps_SuplUT1=20
|
SETCaps_SuplUT1=20
|
||||||
|
@ -98,6 +121,7 @@ ENABLE_LPP_CP=1
|
||||||
ENABLE_LPP_UP=0
|
ENABLE_LPP_UP=0
|
||||||
ENABLE_LPPE_CP=3
|
ENABLE_LPPE_CP=3
|
||||||
ENABLE_LPPE_UP=0
|
ENABLE_LPPE_UP=0
|
||||||
|
ENABLE_NLP_ALONG_WITH_UBP=0
|
||||||
ENABLE_NLP_IN_LPPE=1
|
ENABLE_NLP_IN_LPPE=1
|
||||||
ENABLE_NLP_IN_AGNSS=0
|
ENABLE_NLP_IN_AGNSS=0
|
||||||
ENABLE_LPP_HA_GAD_SHAPE=0
|
ENABLE_LPP_HA_GAD_SHAPE=0
|
||||||
|
@ -124,10 +148,14 @@ GNSS_CARRIER_ID=5
|
||||||
ENABLE_LPP_UP=1
|
ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
GNSS_CARRIER_ID=6
|
GNSS_CARRIER_ID=6
|
||||||
|
ENABLE_CAPS_OTDOA=0
|
||||||
ENABLE_LPP_CP=0
|
ENABLE_LPP_CP=0
|
||||||
ENABLE_LPP_UP=1
|
ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_CP=0
|
ENABLE_LPPE_CP=0
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
|
ENABLE_2G_UP_CAPS_MSA=0
|
||||||
|
ENABLE_3G_UP_CAPS_MSA=0
|
||||||
|
ENABLE_4G_UP_CAPS_MSA=0
|
||||||
GNSS_CARRIER_ID=7
|
GNSS_CARRIER_ID=7
|
||||||
ENABLE_LPP_CP=0
|
ENABLE_LPP_CP=0
|
||||||
ENABLE_LPPE_CP=0
|
ENABLE_LPPE_CP=0
|
||||||
|
@ -138,4 +166,7 @@ GNSS_CARRIER_ID=8
|
||||||
GNSS_CARRIER_ID=9
|
GNSS_CARRIER_ID=9
|
||||||
ENABLE_LPP_UP=1
|
ENABLE_LPP_UP=1
|
||||||
ENABLE_LPPE_UP=3
|
ENABLE_LPPE_UP=3
|
||||||
|
GNSS_CARRIER_ID=10
|
||||||
|
ENABLE_5G_CP_CAPS_MSA=0
|
||||||
|
ENABLE_5G_CP_CAPS_MSB=0
|
||||||
GNSS_CARRIER_CONFIG_END
|
GNSS_CARRIER_CONFIG_END
|
Loading…
Add table
Add a link
Reference in a new issue