Import sm7125-common from lineage-19.1 (79b2a52)
Change-Id: I562e6ce602f24b62ab9d925c838afa539fddea6c
This commit is contained in:
Binary file not shown.
+14
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
# Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
|
||||
#
|
||||
|
||||
# Android fstab file.
|
||||
# The filesystem that contains the filesystem checker binary (typically /system) cannot
|
||||
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
||||
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,barrier=1 wait
|
||||
+1396
File diff suppressed because it is too large
Load Diff
+3598
File diff suppressed because it is too large
Load Diff
+2243
File diff suppressed because it is too large
Load Diff
Vendored
+60
@@ -0,0 +1,60 @@
|
||||
###################################
|
||||
##### FLP settings #####
|
||||
###################################
|
||||
|
||||
###################################
|
||||
# FLP BATCH SIZE
|
||||
###################################
|
||||
# The number of batched locations
|
||||
# requested to modem. The desired number
|
||||
# defined below may not be satisfied, as
|
||||
# the modem can only return the number
|
||||
# of batched locations that can be allocated,
|
||||
# which is limited by memory. The default
|
||||
# batch size defined as 20 as below.
|
||||
BATCH_SIZE=20
|
||||
|
||||
###################################
|
||||
# FLP OUTDOOR TRIP BATCH SIZE
|
||||
###################################
|
||||
# The number of batched locations
|
||||
# requested to modem for outdoor
|
||||
# trip batching. The desired number
|
||||
# defined below may not be satisfied, as
|
||||
# the modem can only return the number
|
||||
# of batched locations that can be allocated,
|
||||
# which is limited by memory. The default
|
||||
# trip batch size defined as 600 as below.
|
||||
OUTDOOR_TRIP_BATCH_SIZE=600
|
||||
|
||||
###################################
|
||||
# FLP BATCHING SESSION TIMEOUT
|
||||
###################################
|
||||
# Duration with which batch session timeout
|
||||
# happens in milliseconds. If not specified
|
||||
# or set to zero, batching session timeout
|
||||
# defaults to 20 seconds by the modem.
|
||||
# BATCH_SESSION_TIMEOUT=20000
|
||||
|
||||
###################################
|
||||
# FLP BATCHING ACCURACY
|
||||
###################################
|
||||
# Set to one of the defined values below
|
||||
# to define the accuracy of batching.
|
||||
# If not specified, accuracy defaults
|
||||
# to LOW.
|
||||
# FLP BATCHING ACCURACY values:
|
||||
# Low accuracy = 0
|
||||
# Medium accuracy = 1
|
||||
# High accuracy = 2
|
||||
ACCURACY=1
|
||||
|
||||
####################################
|
||||
# By default if network fixes are not sensor assisted
|
||||
# these fixes must be dropped. This parameter adds an exception
|
||||
# for targets where there is no PDR and we still want to
|
||||
# report out network fixes
|
||||
# 0: MUST NOT ALLOW NETWORK FIXES
|
||||
# 1: ALLOW NETWORK FIXES
|
||||
####################################
|
||||
ALLOW_NETWORK_FIXES = 0
|
||||
+136
@@ -0,0 +1,136 @@
|
||||
###################################
|
||||
##### ANTENNA INFORMATION #####
|
||||
###################################
|
||||
|
||||
###################################
|
||||
# ANTENNA INFO VECTOR SIZE
|
||||
###################################
|
||||
# The number of antenna info
|
||||
# structures in the vector. Each
|
||||
# entry in this vector is a structure
|
||||
# with the following elements:
|
||||
#
|
||||
# - CARRIER_FREQUENCY
|
||||
# - PC_OFFSET
|
||||
# - PC_VARIATION_CORRECTION
|
||||
# - PC_VARIATION_CORRECTION_UNC
|
||||
# - SIGNAL_GAIN_CORRECTION
|
||||
# - SIGNAL_GAIN_CORRECTION_UNC
|
||||
#
|
||||
# Notes:
|
||||
# CARRIER_FREQUENCY
|
||||
# The carrier frequency in MHz.
|
||||
#
|
||||
# PC = PHASE CENTER
|
||||
# PC_OFFSET is a structure with six
|
||||
# elements: x, y, z and their associated uncertainties
|
||||
# Phase center offset (PCO) is defined with
|
||||
# respect to the origin of the Android sensor coordinate system, e.g.,
|
||||
# center of primary screen for mobiles
|
||||
#
|
||||
# PC_VARIATION_CORRECTION
|
||||
# 2D vectors representing the phase center variation (PCV) corrections,
|
||||
# in millimeters, at regularly spaced azimuthal angle (theta) and zenith angle
|
||||
# (phi). The PCV correction is added to the phase measurement to obtain the
|
||||
# corrected value.
|
||||
# The azimuthal angle, theta, is defined with respect to the X axis of the
|
||||
# Android sensor coordinate system, increasing toward the Y axis. The zenith
|
||||
# angle, phi, is defined with respect to the Z axis of the Android Sensor
|
||||
# coordinate system, increasing toward the X-Y plane.
|
||||
# Each row vector (outer vectors) represents a fixed theta. The first row
|
||||
# corresponds to a theta angle of 0 degrees. The last row corresponds to a
|
||||
# theta angle of (360 - deltaTheta) degrees, where deltaTheta is the regular
|
||||
# spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows).
|
||||
# The columns (inner vectors) represent fixed zenith angles, beginning at 0
|
||||
# degrees and ending at 180 degrees. They are separated by deltaPhi, the regular
|
||||
# spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).
|
||||
#
|
||||
# PC_VARIATION_CORRECTION_UNC
|
||||
# 2D vectors of 1-sigma uncertainty in millimeters associated with the PCV
|
||||
# correction values.
|
||||
#
|
||||
# SIGNAL_GAIN_CORRECTION
|
||||
# 2D vectors representing the signal gain corrections at regularly spaced
|
||||
# azimuthal angle (theta) and zenith angle (phi). The values are calculated or
|
||||
# measured at the antenna feed point without considering the radio and receiver
|
||||
# noise figure and path loss contribution, in dBi, i.e., decibel over isotropic
|
||||
# antenna with the same total power. The signal gain correction is added the
|
||||
# signal gain measurement to obtain the corrected value.
|
||||
# The azimuthal angle, theta, is defined with respect to the X axis of the
|
||||
# Android sensor coordinate system, increasing toward the Y axis. The zenith
|
||||
# angle, phi, is defined with respect to the Z axis of the Android Sensor
|
||||
# coordinate system, increasing toward the X-Y plane.
|
||||
# Each row vector (outer vectors) represents a fixed theta. The first row
|
||||
# corresponds to a theta angle of 0 degrees. The last row corresponds to a
|
||||
# theta angle of (360 - deltaTheta) degrees, where deltaTheta is the regular
|
||||
# spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows).
|
||||
# The columns (inner vectors) represent fixed zenith angles, beginning at 0
|
||||
# degrees and ending at 180 degrees. They are separated by deltaPhi, the regular
|
||||
# spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).
|
||||
#
|
||||
# SIGNAL_GAIN_CORRECTION_UNC
|
||||
# 2D vectors of 1-sigma uncertainty in dBi associated with the signal
|
||||
# gain correction values.
|
||||
#
|
||||
# The number of rows and columns could be the same for PC variation correction
|
||||
# and signal gain corrections, or could be different
|
||||
# If the former then NUMBER_OF_ROWS_ and NUMBER_OF_COLUMNS_ are specified once
|
||||
# only, if the latter then NUMBER_OF_ROWS_ and NUMBER_OF_COLUMNS_ represent
|
||||
# the number of rows/columns for PC variation correction and
|
||||
# NUMBER_OF_ROWS_SGC_ and NUMBER_OF_COLUMNS_SGC_ represent the number of
|
||||
# rows/columns for signal gain corrections
|
||||
|
||||
# ANTENNA_INFO_VECTOR_SIZE must be non zero if antenna corrections are sent
|
||||
# SEC : Do not support Antenna info
|
||||
# ANTENNA_INFO_VECTOR_SIZE = 2
|
||||
|
||||
CARRIER_FREQUENCY_0 = 1575.42
|
||||
|
||||
PC_OFFSET_0 = 1.2 0.1 3.4 0.2 5.6 0.3
|
||||
|
||||
NUMBER_OF_ROWS_0 = 3
|
||||
NUMBER_OF_COLUMNS_0 = 4
|
||||
|
||||
PC_VARIATION_CORRECTION_0_ROW_0 = 11.22 33.44 55.66 77.88
|
||||
PC_VARIATION_CORRECTION_0_ROW_1 = 10.2 30.4 50.6 70.8
|
||||
PC_VARIATION_CORRECTION_0_ROW_2 = 12.2 34.4 56.6 78.8
|
||||
|
||||
PC_VARIATION_CORRECTION_UNC_0_ROW_0 = 0.1 0.2 0.3 0.4
|
||||
PC_VARIATION_CORRECTION_UNC_0_ROW_1 = 1.1 1.2 1.3 1.4
|
||||
PC_VARIATION_CORRECTION_UNC_0_ROW_2 = 2.1 2.2 2.3 2.4
|
||||
|
||||
SIGNAL_GAIN_CORRECTION_0_ROW_0 = 9.8 8.7 7.6 6.5
|
||||
SIGNAL_GAIN_CORRECTION_0_ROW_1 = 5.4 4.3 3.2 2.1
|
||||
SIGNAL_GAIN_CORRECTION_0_ROW_2 = 1.3 2.4 3.5 4.6
|
||||
|
||||
SIGNAL_GAIN_CORRECTION_UNC_0_ROW_0 = 0.11 0.22 0.33 0.44
|
||||
SIGNAL_GAIN_CORRECTION_UNC_0_ROW_1 = 0.55 0.66 0.77 0.88
|
||||
SIGNAL_GAIN_CORRECTION_UNC_0_ROW_2 = 0.91 0.92 0.93 0.94
|
||||
|
||||
|
||||
CARRIER_FREQUENCY_1 = 1227.6
|
||||
|
||||
PC_OFFSET_1 = 3.4 0.2 5.6 0.3 1.2 0.1
|
||||
|
||||
NUMBER_OF_ROWS_1 = 4
|
||||
NUMBER_OF_COLUMNS_1 = 2
|
||||
NUMBER_OF_ROWS_SGC_1 = 3
|
||||
NUMBER_OF_COLUMNS_SGC_1 = 4
|
||||
|
||||
PC_VARIATION_CORRECTION_1_ROW_0 = 55.66 77.88
|
||||
PC_VARIATION_CORRECTION_1_ROW_1 = 11.22 33.44
|
||||
PC_VARIATION_CORRECTION_1_ROW_2 = 56.6 78.8
|
||||
PC_VARIATION_CORRECTION_1_ROW_3 = 12.2 34.4
|
||||
|
||||
PC_VARIATION_CORRECTION_UNC_1_ROW_0 = 0.3 0.4
|
||||
PC_VARIATION_CORRECTION_UNC_1_ROW_1 = 1.1 1.2
|
||||
PC_VARIATION_CORRECTION_UNC_1_ROW_2 = 2.1 2.2
|
||||
PC_VARIATION_CORRECTION_UNC_1_ROW_3 = 0.1 0.2
|
||||
|
||||
SIGNAL_GAIN_CORRECTION_1_ROW_0 = 7.6 6.5 5.4 4.3
|
||||
SIGNAL_GAIN_CORRECTION_1_ROW_1 = 1.3 2.4 9.8 8.7
|
||||
SIGNAL_GAIN_CORRECTION_1_ROW_2 = 1.4 2.5 3.6 4.7
|
||||
|
||||
SIGNAL_GAIN_CORRECTION_UNC_1_ROW_0 = 0.91 0.92 0.55 0.66
|
||||
SIGNAL_GAIN_CORRECTION_UNC_1_ROW_1 = 0.11 0.22 0.93 0.94
|
||||
SIGNAL_GAIN_CORRECTION_UNC_1_ROW_2 = 0.95 0.96 0.33 0.44
|
||||
+61
@@ -0,0 +1,61 @@
|
||||
<!--
|
||||
Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
||||
This file is configured by OEM to customize the path used by GP FS listener
|
||||
service to save files, and will be located in /vendor/etc on device
|
||||
|
||||
"gp_data_path" and "gp_persist_path" are the /data and /persist partition
|
||||
path to save files, respectively.
|
||||
By default, "gp_data_path" is "/data/vendor/tzstorage/", and
|
||||
"gp_persist_path" is "/mnt/vendor/persist/data/".
|
||||
|
||||
To replace with different paths, please also create folder in init.qcom.rc
|
||||
file and update SEAndroid policy.
|
||||
|
||||
Take "/data/vendor/tzstorage/" as an example below,
|
||||
|
||||
A) rootdir/etc/init.qcom.rc:
|
||||
# Create /data/vendor/tzstorage directory for SFS listener
|
||||
mkdir /data/vendor/tzstorage 0770 system system
|
||||
|
||||
B) common/file.te:
|
||||
# SFS listener data file
|
||||
type data_tzstorage_file, file_type, data_file_type;
|
||||
|
||||
C) common/file_contexts:
|
||||
/data/vendor/tzstorage(/.*)? u:object_r:data_tzstorage_file:s0
|
||||
|
||||
D) common/qseecomd.te:
|
||||
# Allow SFS to write to data partition
|
||||
allow tee data_tzstorage_file:dir create_dir_perms;
|
||||
allow tee data_tzstorage_file:file create_file_perms;
|
||||
|
||||
"gp_whitelist_count" and "gp_whitelist_path"
|
||||
|
||||
Some paths needs "/data/vendor/tzstorage" appended to it at the beginning
|
||||
as they do not have access/permissions on their own.
|
||||
Use gp_whitelist_count and gp_whitelist_paths entries to add more such paths.
|
||||
By default, we add "/data/system/users" and "/data/misc/qsee" for current use
|
||||
cases.
|
||||
|
||||
To add an extra path, increment the count in gp_whitelist_count and add a new
|
||||
gp_whitelist_path entry. It is very critical that the count matches with the
|
||||
number of path entries.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<sfs_path>
|
||||
<gp_data_path> /data/vendor/tzstorage/ </gp_data_path>
|
||||
<gp_persist_path> /efs/ </gp_persist_path>
|
||||
<gp_whitelist_count> 4 </gp_whitelist_count>
|
||||
<gp_whitelist_path> /data/system/users/ </gp_whitelist_path>
|
||||
<gp_whitelist_path> /data/misc/qsee/ </gp_whitelist_path>
|
||||
<gp_whitelist_path> /qwes </gp_whitelist_path>
|
||||
<gp_whitelist_path> /qwes/licenses </gp_whitelist_path>
|
||||
</sfs_path>
|
||||
Vendored
+383
@@ -0,0 +1,383 @@
|
||||
# Error Estimate
|
||||
# _SET = 1
|
||||
# _CLEAR = 0
|
||||
ERR_ESTIMATE=0
|
||||
|
||||
#NTP server
|
||||
NTP_SERVER=time.xtracloud.net
|
||||
|
||||
#XTRA CA path
|
||||
XTRA_CA_PATH=/usr/lib/ssl-1.1/certs
|
||||
|
||||
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
|
||||
# 4 - Debug, 5 - Verbose
|
||||
# If DEBUG_LEVEL is commented, Android's logging levels will be used
|
||||
DEBUG_LEVEL = 3
|
||||
|
||||
# Intermediate position report, 1=enable, 0=disable
|
||||
INTERMEDIATE_POS=0
|
||||
|
||||
# supl version 2.0
|
||||
SUPL_VER=0x20000
|
||||
|
||||
# Emergency SUPL, 1=enable, 0=disable
|
||||
SUPL_ES=1
|
||||
|
||||
#Choose PDN for Emergency SUPL
|
||||
#1 - Use emergency PDN
|
||||
#0 - Use regular SUPL PDN for Emergency SUPL
|
||||
USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1
|
||||
|
||||
#SUPL_MODE is a bit mask set in config.xml per carrier by default.
|
||||
#If it is uncommented here, this value will overwrite the value from
|
||||
#config.xml.
|
||||
#MSA=0X2
|
||||
#MSB=0X1
|
||||
#Sensor R&D : Change default bit mask
|
||||
SUPL_MODE=3
|
||||
|
||||
# GPS Capabilities bit mask
|
||||
# SCHEDULING = 0x01
|
||||
# MSB = 0x02
|
||||
# MSA = 0x04
|
||||
# ON_DEMAND_TIME = 0x10
|
||||
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING
|
||||
CAPABILITIES=0x17
|
||||
|
||||
# Accuracy threshold for intermediate positions
|
||||
# less accurate positions are ignored, 0 for passing all positions
|
||||
# ACCURACY_THRES=5000
|
||||
|
||||
################################
|
||||
##### AGPS server settings #####
|
||||
################################
|
||||
|
||||
# FOR SUPL SUPPORT, set the following
|
||||
# SUPL_HOST=supl.host.com or IP
|
||||
# SUPL_PORT=1234
|
||||
|
||||
# FOR MO SUPL SUPPORT, set the following
|
||||
# MO_SUPL_HOST=supl.host.com or IP
|
||||
# MO_SUPL_PORT=1234
|
||||
|
||||
# FOR C2K PDE SUPPORT, set the following
|
||||
# C2K_HOST=c2k.pde.com or IP
|
||||
# C2K_PORT=1234
|
||||
|
||||
# Bitmask of slots that are available
|
||||
# for write/install to, where 1s indicate writable,
|
||||
# and the default value is 0 where no slots
|
||||
# are writable. For example, AGPS_CERT_WRITABLE_MASK
|
||||
# of b1000001010 makes 3 slots available
|
||||
# and the remaining 7 slots unwritable.
|
||||
#AGPS_CERT_WRITABLE_MASK=0
|
||||
|
||||
####################################
|
||||
# LTE Positioning Profile Settings
|
||||
####################################
|
||||
# LPP_PROFILE is a bit mask
|
||||
# 0: Enable RRLP on LTE(Default)
|
||||
# 0x1: LPP User Plane
|
||||
# 0x2: LPP Control Plane
|
||||
# 0x4: LPP User Plane for NR5G
|
||||
# 0x8: LPP Control Plane for NR5G
|
||||
LPP_PROFILE = 2
|
||||
|
||||
####################################
|
||||
#Datum Type
|
||||
####################################
|
||||
# 0: WGS-84
|
||||
# 1: PZ-90
|
||||
DATUM_TYPE = 0
|
||||
|
||||
################################
|
||||
# EXTRA SETTINGS
|
||||
################################
|
||||
# NMEA provider (1=Modem Processor, 0=Application Processor)
|
||||
NMEA_PROVIDER=0
|
||||
|
||||
# Customized NMEA GGA fix quality that can be used to tell
|
||||
# whether SENSOR contributed to the fix.
|
||||
#
|
||||
# When this configuration item is not enabled (set to any value that is not 1),
|
||||
# GGA fix quality conforms to NMEA standard spec as below:
|
||||
# PPP/DGNSS/SBAS correction fix w/ or w/o sensor: 2
|
||||
# RTK fixed fix w/ or w/o sensor: 4
|
||||
# RTK float fix w/ or w/o sensor: 5
|
||||
# SPE fix w/ or w/o sensor: 1
|
||||
# Sensor dead reckoning fix: 6
|
||||
#
|
||||
# When this configuration is enabled (set to 1), GGA fix quality
|
||||
# will be output as below:
|
||||
# PPP fix w/o sensor: 59, w/ sensor: 69
|
||||
# DGNSS/SBAS correction fix w/o sensor: 2, w/ sensor: 62
|
||||
# RTK fixed fix w/o sensor: 4, w/ sensor: 64
|
||||
# RTK float fix w/o sensor: 5, w/ sensor: 65,
|
||||
# SPE fix w/o sensor: 1, and w/ sensor: 61
|
||||
# Sensor dead reckoning fix: 6
|
||||
#
|
||||
# any value that is not 1 - disabled
|
||||
# 1 - enabled
|
||||
CUSTOM_NMEA_GGA_FIX_QUALITY_ENABLED = 0
|
||||
|
||||
################################
|
||||
# NMEA Reporting Rate Config, valid only when NMEA_PROVIDER is set to "0"
|
||||
################################
|
||||
# NMEA Reporting Rate
|
||||
# Set it to "1HZ" for 1Hz NMEA Reporting
|
||||
# Set it to "NHZ" for NHz NMEA Reporting
|
||||
#Default : NHZ (overridden by position update rate if set to lower rates)
|
||||
NMEA_REPORT_RATE=NHZ
|
||||
|
||||
# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
|
||||
SGLTE_TARGET=0
|
||||
|
||||
##################################################
|
||||
# Select Positioning Protocol on A-GLONASS system
|
||||
##################################################
|
||||
# 0x1: RRC CPlane
|
||||
# 0x2: RRLP UPlane
|
||||
# 0x4: LLP Uplane
|
||||
A_GLONASS_POS_PROTOCOL_SELECT = 0
|
||||
|
||||
##################################################
|
||||
# Select technology for LPPe Control Plane
|
||||
##################################################
|
||||
# 0x1: DBH for LPPe CP
|
||||
# 0x2: WLAN AP Measurements for LPPe CP
|
||||
# 0x4: SRN AP measurement for CP
|
||||
# 0x8: Sensor Barometer Measurement LPPe CP
|
||||
#LPPE_CP_TECHNOLOGY = 0
|
||||
|
||||
##################################################
|
||||
# Select technology for LPPe User Plane
|
||||
##################################################
|
||||
# 0x1: DBH for LPPe UP
|
||||
# 0x2: WLAN AP Measurements for LPPe UP
|
||||
# 0x4: SRN AP measurement for UP
|
||||
# 0x8: Sensor Barometer Measurement LPPe UP
|
||||
#LPPE_UP_TECHNOLOGY = 0
|
||||
|
||||
##################################################
|
||||
# AGPS_CONFIG_INJECT
|
||||
##################################################
|
||||
# enable/disable injection of AGPS configurations:
|
||||
# SUPL_VER
|
||||
# SUPL_HOST
|
||||
# SUPL_PORT
|
||||
# MO_SUPL_HOST
|
||||
# MO_SUPL_PORT
|
||||
# C2K_HOST
|
||||
# C2K_PORT
|
||||
# LPP_PROFILE
|
||||
# A_GLONASS_POS_PROTOCOL_SELECT
|
||||
# 0: disable
|
||||
# 1: enable
|
||||
AGPS_CONFIG_INJECT = 0
|
||||
|
||||
##################################################
|
||||
# GNSS settings for automotive use cases
|
||||
# Configurations in following section are
|
||||
# specific to automotive use cases, others
|
||||
# please do not change, keep the default values
|
||||
##################################################
|
||||
|
||||
# AP Coarse Timestamp Uncertainty
|
||||
##################################################
|
||||
# default : 10
|
||||
# AP time stamp uncertainty, until GNSS receiver
|
||||
# is able to acquire better timing information
|
||||
AP_TIMESTAMP_UNCERTAINTY = 10
|
||||
|
||||
#####################################
|
||||
# DR_SYNC Pulse Availability
|
||||
#####################################
|
||||
# 0 : DR_SYNC pulse not available (default)
|
||||
# 1 : DR_SYNC pulse available
|
||||
# This configuration enables the driver to make use
|
||||
# of PPS events generated by DR_SYNC pulse
|
||||
# Standard Linux PPS driver needs to be enabled
|
||||
DR_SYNC_ENABLED = 0
|
||||
|
||||
#####################################
|
||||
# PPS Device name
|
||||
#####################################
|
||||
PPS_DEVICENAME = /dev/pps0
|
||||
|
||||
#####################################
|
||||
# Ignore PPS at Startup and after long outage
|
||||
#####################################
|
||||
IGNORE_PPS_PULSE_COUNT = 1
|
||||
|
||||
#####################################
|
||||
# Long GNSS RF outage in seconds
|
||||
#####################################
|
||||
GNSS_OUTAGE_DURATION = 10
|
||||
|
||||
#####################################
|
||||
# AP Clock Accuracy
|
||||
#####################################
|
||||
# Quality of APPS processor clock (in PPM).
|
||||
# Value specified is used for calculation of
|
||||
# APPS time stamp uncertainty
|
||||
AP_CLOCK_PPM = 100
|
||||
|
||||
#####################################
|
||||
# MAX ms difference to detect missing pulse
|
||||
#####################################
|
||||
# Specifies time threshold in ms to validate any missing PPS pulses
|
||||
MISSING_PULSE_TIME_DELTA = 900
|
||||
|
||||
#####################################
|
||||
# Propagation time uncertainty
|
||||
#####################################
|
||||
# This settings enables time uncertainty propagation
|
||||
# logic incase of missing PPS pulse
|
||||
PROPAGATION_TIME_UNCERTAINTY = 1
|
||||
|
||||
#######################################
|
||||
# APN / IP Type Configuration
|
||||
# APN and IP Type to use for setting
|
||||
# up WWAN call.
|
||||
# Use below values for IP Type:
|
||||
# v4 = 4
|
||||
# v6 = 6
|
||||
# v4v6 = 10
|
||||
#######################################
|
||||
# INTERNET_APN = abc.xyz
|
||||
# INTERNET_IP_TYPE = 4
|
||||
# SUPL_APN = abc.xyz
|
||||
# SUPL_IP_TYPE = 4
|
||||
|
||||
#####################################
|
||||
# Modem type
|
||||
#####################################
|
||||
# This setting configures modem type
|
||||
# (external=0 or internal=1)
|
||||
# comment out the next line to vote
|
||||
# for the first modem in the list
|
||||
MODEM_TYPE = 1
|
||||
|
||||
##################################################
|
||||
# CONSTRAINED TIME UNCERTAINTY MODE
|
||||
##################################################
|
||||
# 0 : disabled (default)
|
||||
# 1 : enabled
|
||||
# This setting enables GPS engine to keep its time
|
||||
# uncertainty below the specified constraint
|
||||
#CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0
|
||||
|
||||
# If constrained time uncertainty mode is enabled,
|
||||
# this setting specifies the time uncertainty
|
||||
# threshold that gps engine need to maintain.
|
||||
# In unit of milli-seconds.
|
||||
# Default is 0.0 meaning that modem default value
|
||||
# of time uncertainty threshold will be used.
|
||||
#CONSTRAINED_TIME_UNCERTAINTY_THRESHOLD = 0.0
|
||||
|
||||
# If constrained time uncertainty mode is enabled,
|
||||
# this setting specifies the power budget that
|
||||
# gps engine is allowed to spend to maintain the time
|
||||
# uncertainty.
|
||||
# Default is 0 meaning that GPS engine is not constained
|
||||
# by power budget and can spend as much power as needed.
|
||||
# In unit of 0.1 milli watt second.
|
||||
#CONSTRAINED_TIME_UNCERTAINTY_ENERGY_BUDGET = 0
|
||||
|
||||
##################################################
|
||||
# POSITION ASSISTED CLOCK ESTIMATOR
|
||||
##################################################
|
||||
# 0 : disabled (default)
|
||||
# 1 : enabled
|
||||
# This setting enables GPS engine to estimate clock
|
||||
# bias and drift when the signal from at least 1
|
||||
# SV is available and the UE’s position is known by
|
||||
# other position engines.
|
||||
#POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0
|
||||
|
||||
#####################################
|
||||
# proxyAppPackageName
|
||||
#####################################
|
||||
# This is a string that is sent to the framework
|
||||
# in nfwNotifyCb callback
|
||||
PROXY_APP_PACKAGE_NAME = com.sec.location.nfwlocationprivacy
|
||||
|
||||
#####################################
|
||||
# CP_MTLR_ES
|
||||
#####################################
|
||||
# CP MTLR ES, 1=enable, 0=disable
|
||||
CP_MTLR_ES=0
|
||||
|
||||
##################################################
|
||||
# GNSS_DEPLOYMENT
|
||||
##################################################
|
||||
# 0 : Enable QTI GNSS (default)
|
||||
# 1 : Enable QCSR SS5
|
||||
# 2 : Enable PDS API
|
||||
# This setting use to select between QTI GNSS,
|
||||
# QCSR SS5 hardware receiver, and PDS API.
|
||||
# By default QTI GNSS receiver is enabled.
|
||||
# GNSS_DEPLOYMENT = 0
|
||||
|
||||
##################################################
|
||||
## LOG BUFFER CONFIGURATION
|
||||
##################################################
|
||||
#LOG_BUFFER_ENABLED, 1=enable, 0=disable
|
||||
#*_LEVEL_TIME_DEPTH, maximum time depth of level *
|
||||
#in log buffer, unit is second
|
||||
#*_LEVEL_MAX_CAPACITY, maximum numbers of level *
|
||||
#log print sentences in log buffer
|
||||
LOG_BUFFER_ENABLED = 0
|
||||
E_LEVEL_TIME_DEPTH = 600
|
||||
E_LEVEL_MAX_CAPACITY = 50
|
||||
W_LEVEL_TIME_DEPTH = 500
|
||||
W_LEVEL_MAX_CAPACITY = 100
|
||||
I_LEVEL_TIME_DEPTH = 400
|
||||
I_LEVEL_MAX_CAPACITY = 200
|
||||
D_LEVEL_TIME_DEPTH = 30
|
||||
D_LEVEL_MAX_CAPACITY = 300
|
||||
V_LEVEL_TIME_DEPTH = 200
|
||||
V_LEVEL_MAX_CAPACITY = 400
|
||||
|
||||
##################################################
|
||||
# Allow buffer diag log packets when diag memory allocation
|
||||
# fails during boot up time.
|
||||
##################################################
|
||||
BUFFER_DIAG_LOGGING = 1
|
||||
|
||||
#######################################
|
||||
# NTRIP CLIENT LIBRARY NAME
|
||||
#######################################
|
||||
# NTRIP_CLIENT_LIB_NAME =
|
||||
|
||||
##################################################
|
||||
# Correction Data Framework settings
|
||||
# Default values:
|
||||
# CDFW_SOURCE_PRIORITY_1 = INTERNAL_1 RTCM
|
||||
# CDFW_INJECT_DATA_INTERVAL = 600000 //10 mins
|
||||
# CDFW_RTCM_MESSAGE_INTERVAL = 1000 //1 second
|
||||
#
|
||||
# If multiple sources coexist on a PL,
|
||||
# the prorioty sequence can be set by the integer number.
|
||||
# PRIORITY_1 is higher than PRIORITY_2, for example,
|
||||
# CDFW_SOURCE_PRIORITY_1 = INTERNAL_1 RTCM
|
||||
# CDFW_SOURCE_PRIORITY_2 = CV2X RTCM
|
||||
##################################################
|
||||
|
||||
##################################################
|
||||
# RF LOSS
|
||||
# The loss in 0.1 dbHz from the C/N0 at the antenna port
|
||||
# These values must be configured by OEM if not
|
||||
# supported in QMI LOC message
|
||||
# There is one entry for each signal type
|
||||
##################################################
|
||||
RF_LOSS_GPS = 0
|
||||
RF_LOSS_GPS_L5 = 0
|
||||
RF_LOSS_GLO_LEFT = 0
|
||||
RF_LOSS_GLO_CENTER = 0
|
||||
RF_LOSS_GLO_RIGHT = 0
|
||||
RF_LOSS_BDS = 0
|
||||
RF_LOSS_BDS_B2A = 0
|
||||
RF_LOSS_GAL = 0
|
||||
RF_LOSS_GAL_E5 = 0
|
||||
RF_LOSS_NAVIC = 0
|
||||
@@ -0,0 +1,5 @@
|
||||
service vendor.bluetooth-1-0-qti /vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti
|
||||
class hal
|
||||
user bluetooth
|
||||
group bluetooth system wakelock oem_2901 net_raw
|
||||
capabilities BLOCK_SUSPEND NET_ADMIN
|
||||
@@ -0,0 +1,26 @@
|
||||
on property:init.svc.mediadrm=running
|
||||
mkdir /data/vendor/mediadrm 0770 media mediadrm
|
||||
start vendor.move_data_sh
|
||||
|
||||
service vendor.move_data_sh /system/bin/move_widevine_data.sh
|
||||
class late_start
|
||||
user media
|
||||
group media mediadrm system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service vendor.drm-widevine-hal-1-3 /vendor/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
interface android.hardware.drm@1.0::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.0::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.1::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.1::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.2::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.2::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.3::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.3::IDrmFactory widevine
|
||||
interface android.hidl.base@1.0::IBase widevine
|
||||
class hal
|
||||
user media
|
||||
group media mediadrm drmrpc system
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
@@ -0,0 +1,4 @@
|
||||
service gnss_service /vendor/bin/hw/android.hardware.gnss@2.1-service-qti
|
||||
class hal
|
||||
user system
|
||||
group system gps radio vendor_qti_diag
|
||||
@@ -0,0 +1,6 @@
|
||||
service health-hal-2-1-samsung /vendor/bin/hw/android.hardware.health@2.1-service-samsung
|
||||
class hal charger
|
||||
user system
|
||||
group system
|
||||
capabilities WAKE_ALARM
|
||||
file /dev/kmsg w
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
service neuralnetworks_hal_service /vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-qti
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
writepid /dev/stune/nnapi-hal/tasks
|
||||
|
||||
#Below changes moved from init.target.rc as part of go/FR53051
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/nnhal 0700 system system
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
|
||||
# Create the directories used by DPM subsystem
|
||||
|
||||
#start dataadpl service
|
||||
service vendor.dataadpl /system/vendor/bin/adpl
|
||||
class main
|
||||
user radio
|
||||
socket adpl_cmd_uds_file dgram 660 radio radio
|
||||
group radio oem_2901 diag usb inet
|
||||
disabled
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#! /vendor/etc/init
|
||||
#=============================================================================
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#=============================================================================
|
||||
|
||||
on early-init
|
||||
# Set ro.boot.product.vendor.sku to soc_name
|
||||
exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.qti.qcv.sh
|
||||
setprop ro.boot.product.vendor.sku ${ro.vendor.qti.soc_name}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
on post-fs-data && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
|
||||
start time_daemon
|
||||
|
||||
service time_daemon /vendor/bin/time_daemon
|
||||
class main
|
||||
user system
|
||||
group system readproc
|
||||
capabilities SYS_TIME
|
||||
|
||||
|
||||
service time_client /vendor/bin/time_client
|
||||
class main
|
||||
user system
|
||||
group system
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
on property:sys.shutdown.requested=*
|
||||
start time_client
|
||||
@@ -0,0 +1,17 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
#Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
#All Rights Reserved.
|
||||
#Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
|
||||
service thermal-engine /vendor/bin/thermal-engine
|
||||
class main
|
||||
user root
|
||||
group root
|
||||
socket thermal-send-client stream 0660 system oem_2907
|
||||
socket thermal-recv-client stream 0660 system oem_2907
|
||||
socket thermal-recv-passive-client stream 0660 system oem_2907
|
||||
socket thermal-send-rule stream 0660 system oem_2907
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
on early-boot
|
||||
write /dev/ipa 1
|
||||
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
#create ipacm-diag log dir
|
||||
mkdir /data/vendor/ipa 0770 radio radio
|
||||
chmod 0770 /data/vendor/ipa
|
||||
|
||||
service vendor.ipacm-diag /system/vendor/bin/ipacm-diag
|
||||
class main
|
||||
user radio
|
||||
socket ipacm_log_file dgram 660 radio radio
|
||||
group radio diag oem_2901
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
on boot
|
||||
#Create NETMGR daemon socket area
|
||||
mkdir /dev/socket/netmgr 0750 radio radio
|
||||
|
||||
#Assign TCP buffer thresholds to be ceiling value of technology maximums
|
||||
#Increased technology maximums should be reflected here.
|
||||
write /proc/sys/net/core/rmem_max 33554432
|
||||
write /proc/sys/net/core/wmem_max 16777216
|
||||
|
||||
#Load rmnet_core driver
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules rmnet_ctl
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules rmnet_core
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_ctl
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_core
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
#Create NETMGR daemon log dir
|
||||
mkdir /data/vendor/netmgr 0770 radio radio
|
||||
chmod 0770 /data/vendor/netmgr
|
||||
|
||||
# Create netmgr recovery folder
|
||||
mkdir /data/vendor/netmgr/recovery 0700 radio radio
|
||||
chmod 0770 /data/vendor/netmgr/recovery
|
||||
write /data/vendor/netmgr/recovery/recovery_info ""
|
||||
chown radio radio /data/vendor/netmgr/recovery/recovery_info
|
||||
|
||||
# Manage netmgrd based on value of property
|
||||
on property:persist.vendor.data.mode=disabled
|
||||
stop vendor.netmgrd
|
||||
|
||||
service vendor.netmgrd /system/vendor/bin/netmgrd
|
||||
class main
|
||||
|
||||
on property:ro.vendor.use_data_netmgrd=false
|
||||
# netmgr not supported on specific target
|
||||
stop vendor.netmgrd
|
||||
|
||||
on property:ro.baseband=apq
|
||||
stop vendor.netmgrd
|
||||
|
||||
on property:persist.vendor.data.shs_ko_load=1
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules rmnet_shs
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_shs
|
||||
|
||||
on property:persist.vendor.data.shs_ko_load=0
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules rmnet_shs
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules/5.4-gki rmnet_shs
|
||||
|
||||
on property:persist.vendor.data.perf_ko_load=3
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -d /vendor/lib/modules rmnet_perf rmnet_perf_ingress_deag=N
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -d /vendor/lib/modules/5.4-gki rmnet_perf rmnet_perf_ingress_deag=N
|
||||
|
||||
on property:persist.vendor.data.perf_ko_load=2
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -d /vendor/lib/modules rmnet_perf rmnet_perf_opt_mode="udp"
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -d /vendor/lib/modules/5.4-gki rmnet_perf rmnet_perf_opt_mode="udp"
|
||||
|
||||
on property:persist.vendor.data.perf_ko_load=1
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules rmnet_perf
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_perf
|
||||
|
||||
on property:persist.vendor.data.perf_ko_load=0
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules rmnet_perf
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules/5.4-gki rmnet_perf
|
||||
|
||||
on property:persist.vendor.data.offload_ko_load=1
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules rmnet_offload
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_offload
|
||||
|
||||
on property:persist.vendor.data.offload_ko_load=0
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules rmnet_offload
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -r -d /vendor/lib/modules/5.4-gki rmnet_offload
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
service qdcmss /vendor/bin/qdcmss
|
||||
class late_start
|
||||
user system
|
||||
group system graphics
|
||||
socket qdcmsocket stream 0660 system adb
|
||||
disabled
|
||||
|
||||
on property:vendor.display.qdcm_socket_service=1
|
||||
start qdcmss
|
||||
|
||||
on property:vendor.display.qdcm_socket_service=0
|
||||
stop qdcmss
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
|
||||
on init
|
||||
wait /dev/qseecom
|
||||
start vendor.qseecomd
|
||||
|
||||
service vendor.qseecomd /vendor/bin/qseecomd
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
@@ -0,0 +1,4 @@
|
||||
service display-color-hal-1-0 /vendor/bin/hw/vendor.display.color@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,42 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
service vendor.adsprpcd /vendor/bin/adsprpcd
|
||||
class main
|
||||
user system
|
||||
group media
|
||||
|
||||
service vendor.adsprpcd_audiopd /vendor/bin/adsprpcd audiopd
|
||||
class main
|
||||
user media
|
||||
group media
|
||||
@@ -0,0 +1,40 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
service vendor.cdsprpcd /vendor/bin/cdsprpcd
|
||||
class main
|
||||
user system
|
||||
group system
|
||||
|
||||
on property:vendor.fastrpc.disable.cdsprpcd.daemon=1
|
||||
stop vendor.cdsprpcd
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
service vendor.capabilityconfigstore /vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
|
||||
service vendor.dspservice /vendor/bin/dspservice
|
||||
class hal
|
||||
user system
|
||||
group system wakelock oem_2908
|
||||
capabilities BLOCK_SUSPEND
|
||||
interface vendor.qti.hardware.dsp@1.0::IDspService dspservice
|
||||
|
||||
# uncomment below to disable service at boot
|
||||
# disabled
|
||||
@@ -0,0 +1,17 @@
|
||||
# @file io-p.c
|
||||
# @brief Defination for iop service
|
||||
#
|
||||
# DESCRIPTION
|
||||
# ---------------------------------------------------------------------------
|
||||
# Copyright (c) 2011-2017 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
service iop-hal-2-0 /vendor/bin/hw/vendor.qti.hardware.iop@2.0-service
|
||||
interface vendor.qti.hardware.iop@2.0::IIop default
|
||||
oneshot
|
||||
disabled
|
||||
class hal
|
||||
user root
|
||||
group root readproc
|
||||
@@ -0,0 +1,13 @@
|
||||
# @file vendor.qti.hardware.perf@2.2-service.rc
|
||||
# @brief Defination perf service
|
||||
#
|
||||
# DESCRIPTION
|
||||
# ---------------------------------------------------------------------------
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
# ---------------------------------------------------------------------------
|
||||
service perf-hal-2-2 /vendor/bin/hw/vendor.qti.hardware.perf@2.2-service
|
||||
class hal
|
||||
user root
|
||||
group root readproc oem_2907
|
||||
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#
|
||||
|
||||
on init
|
||||
start qseecom-service
|
||||
|
||||
service qseecom-service /vendor/bin/hw/vendor.qti.hardware.qseecom@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system drmrpc
|
||||
@@ -0,0 +1,4 @@
|
||||
service tui_comm-1-0 /vendor/bin/hw/vendor.qti.hardware.tui_comm@1.0-service-qti
|
||||
class hal
|
||||
user system
|
||||
group system drmrpc
|
||||
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
service vendor.rmt_storage /vendor/bin/rmt_storage
|
||||
class core
|
||||
user root
|
||||
shutdown critical
|
||||
ioprio rt 0
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
# Create pddump directory
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/pddump 0770 oem_2903 oem_2903
|
||||
|
||||
service vendor.tftp_server /vendor/bin/tftp_server
|
||||
class core
|
||||
user root
|
||||
@@ -0,0 +1,13 @@
|
||||
service sec-thermal-1-0 /vendor/bin/hw/vendor.samsung.hardware.thermal@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
|
||||
on property:init.svc.zygote=restarting
|
||||
restart sec-thermal-1-0
|
||||
|
||||
on property:sys.boot_completed=*
|
||||
setprop vendor.thermal.bt_completed ${sys.boot_completed}
|
||||
|
||||
on property:debug.btcon.disable=*
|
||||
setprop persist.vendor.btcon.disable ${debug.btcon.disable}
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
# Copyright (c) 2009-2012, 2014-2019, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
# # Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# # Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
# # Neither the name of The Linux Foundation nor
|
||||
# the names of its contributors may be used to endorse or promote
|
||||
# products derived from this software without specific prior written
|
||||
# permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
# NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
||||
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
service vendor.sensors /vendor/bin/sscrpcd sensorspd
|
||||
class early_hal
|
||||
user system
|
||||
group system wakelock
|
||||
capabilities BLOCK_SUSPEND
|
||||
shutdown critical
|
||||
Vendored
+276
@@ -0,0 +1,276 @@
|
||||
#########################################
|
||||
# Log verbosity control for izat modules
|
||||
#########################################
|
||||
# OFF = 0, ERROR = 1, WARNING = 2, INFO = 3, DEBUG = 4, VERBOSE = 5
|
||||
IZAT_DEBUG_LEVEL = 2
|
||||
|
||||
##################################################
|
||||
# Select WIFI Wait Timeout value in seconds for SUPL
|
||||
##################################################
|
||||
WIFI_WAIT_TIMEOUT_SELECT = 0
|
||||
|
||||
##################################################
|
||||
# Time interval of injecting SRN scan data to modem
|
||||
# time in seconds.
|
||||
# Note: recommended value is between 1-5 sec
|
||||
##################################################
|
||||
LPPE_SRN_DATA_SCAN_INJECT_TIME=2
|
||||
|
||||
################################
|
||||
# NLP Settings
|
||||
################################
|
||||
# NLP_MODE 1: OSNLP Only, 2: QNP Only, 3: Combo, 4: QNP preferred
|
||||
# For Automotive products, please use NLP_MODE = 4 only.
|
||||
# NLP_TOLERANCE_TIME_FIRST: Time in ms used in Combo mode
|
||||
# to determine how much Tolerance for first position
|
||||
# NLP_TOLERANCE_TIME_AFTER: Time in ms used in Combo mode
|
||||
# to determine how much Tolerance for positions after first
|
||||
# NLP_THRESHOLD: Sets how many failures needed before
|
||||
# switching preferred NLP in Combo mode
|
||||
# NLP_ACCURACY_MULTIPLE: Determines how far off the accuracy
|
||||
# must be, in multiples, between two NLP location reports to
|
||||
# be considered much worse accuracy. Used in switching logic
|
||||
# NLP COMBO MODE USES QNP WITH NO EULA CONSENT: Determines
|
||||
# whether or not to still send network location requests to
|
||||
# QNP when the EULA is not consented to by the user. QNP can
|
||||
# still return ZPP locations or injected locations even
|
||||
# without EULA consent, but the uncertainty can be high.
|
||||
# QNP preferred mode prefers QNP when there is EULA consent,
|
||||
# otherwise OSNLP is used.
|
||||
NLP_MODE = 1
|
||||
NLP_MODE_EMERGENCY = 2
|
||||
NLP_TOLERANCE_TIME_FIRST = 5000
|
||||
NLP_TOLERANCE_TIME_AFTER = 20000
|
||||
NLP_THRESHOLD = 3
|
||||
NLP_ACCURACY_MULTIPLE = 2
|
||||
NLP_COMBO_MODE_USES_QNP_WITH_NO_EULA_CONSENT = 0
|
||||
|
||||
#########################################
|
||||
# NLP PACKAGE SETTINGS
|
||||
#########################################
|
||||
# OSNLP_PACKAGE: name of default NLP package
|
||||
OSNLP_PACKAGE = com.google.android.gms
|
||||
# REGION_OSNLP_PACKAGE:
|
||||
# This value will be used as alternative
|
||||
# for particular region where default NLP is not functional.
|
||||
#REGION_OSNLP_PACKAGE =
|
||||
|
||||
###################################
|
||||
# GEOFENCE SERVICES
|
||||
###################################
|
||||
# If set to one of the defined values below, it will override
|
||||
# the responsiveness for geofence services, which implements
|
||||
# the Proximity Alert API. If not set to a value defined below,
|
||||
# which is default, it will not override the responsivness.
|
||||
# The geofence HAL API is unaffected by this value.
|
||||
# GEOFENCE_SERVICES_RESPONSIVENESS_OVERRIDE Values:
|
||||
# 1: LOW responsiveness
|
||||
# 2: MEDIUM responsiveness
|
||||
# 3: HIGH responsiveness
|
||||
GEOFENCE_SERVICES_RESPONSIVENESS_OVERRIDE = 0
|
||||
|
||||
#####################################
|
||||
#GTP Opt-In app
|
||||
#####################################
|
||||
|
||||
#GTP privacy policy version url
|
||||
#https support is required
|
||||
GTP_PRIVACY_VERSION_URL = https://info.izatcloud.net/privacy/version.html
|
||||
|
||||
#GTP privacy policy version download retry interval
|
||||
#unit is second. default is 86400
|
||||
GTP_PRIVACY_RETRY_INTERVAL = 86400
|
||||
|
||||
#####################################
|
||||
# IZAT PREMIUM FEATURE SETTINGS
|
||||
#####################################
|
||||
#Possible states of a feature:
|
||||
#DISABLED
|
||||
#BASIC
|
||||
#PREMIUM
|
||||
|
||||
#GTP_MODE valid modes:
|
||||
# DISABLED
|
||||
# LEGACY_WWAN
|
||||
# SDK (WWAN not available for Modems before LocTech 10.0)
|
||||
GTP_MODE=DISABLED
|
||||
|
||||
#GTP_WAA valid modes:
|
||||
# DISABLED
|
||||
# BASIC
|
||||
GTP_WAA=DISABLED
|
||||
|
||||
#SAP valid modes:
|
||||
# DISABLED
|
||||
# BASIC
|
||||
# PREMIUM
|
||||
# PREMIUM_ENV_AIDING
|
||||
# MODEM_DEFAULT
|
||||
SAP=PREMIUM
|
||||
|
||||
#FREE_WIFI_SCAN_INJECT valid modes:
|
||||
#DISABLED
|
||||
#BASIC
|
||||
FREE_WIFI_SCAN_INJECT=DISABLED
|
||||
|
||||
#SUPL_WIFI valid modes:
|
||||
#DISABLED
|
||||
#BASIC
|
||||
SUPL_WIFI=BASIC
|
||||
|
||||
#WIFI_SUPPLICANT_INFO valid modes:
|
||||
#DISABLED
|
||||
#BASIC
|
||||
WIFI_SUPPLICANT_INFO=BASIC
|
||||
|
||||
#####################################
|
||||
# Location process launcher settings
|
||||
#####################################
|
||||
|
||||
# DO NOT MODIFY
|
||||
# Modifying below attributes without
|
||||
# caution can have serious implications.
|
||||
|
||||
#Values for PROCESS_STATE:
|
||||
# ENABLED
|
||||
# DISABLED
|
||||
|
||||
#Values for LOW_RAM_TARGETS:
|
||||
# ENABLED
|
||||
# DISABLED
|
||||
# Property to enable/disable processes for low ram targets. Uses ro.config.low_ram property
|
||||
# to identify low ram targets.
|
||||
|
||||
#PROCESS_NAME
|
||||
# Name of the executable file.
|
||||
|
||||
#FEATURE MASKS:
|
||||
# GTP-WIFI 0X03
|
||||
# GTP-MP-CELL 0xc00
|
||||
# GTP-WAA 0x100
|
||||
# SAP 0Xc0
|
||||
# ODCPI 0x1000
|
||||
# FREE_WIFI_SCAN_INJECT 0x2000
|
||||
# SUPL_WIFI 0x4000
|
||||
# WIFI_SUPPLICANT_INFO 0x8000
|
||||
|
||||
#Values for PLATFORMS can be:
|
||||
#1. Any valid values obtained from ro.board.platform separated by single space. For example: msm8960 msm8226
|
||||
#2. 'all' or 'all exclude' -> for All platforms
|
||||
#3. 'all exclude XXXX' -> All platforms exclude XXXX. For example: all exclude msm8937
|
||||
|
||||
#Values for SOC_IDS can be:
|
||||
#1. Any valid values obtained from soc_id node separated by single space. For example: 339 386 436
|
||||
## soc_id value can be obtained from any one of below node:
|
||||
## - /sys/devices/soc0/soc_id
|
||||
## - /sys/devices/system/soc/soc0/id
|
||||
#2. 'all' or 'all exclude' -> for All soc id's
|
||||
#3. 'all exclude XXXX' -> All soc id's exclude XXXX. For example: all exclude 339 386
|
||||
|
||||
#Values for BASEBAND can be:
|
||||
#1. Any valid values obtained from ro.baseband separated by single space. For example: sglte sglte2
|
||||
#2. 'all' or 'all exclude' -> for all basebands
|
||||
#3. 'all exclude XXXX' -> All basebands exclude XXXX. For example: all exclude sglte
|
||||
PROCESS_NAME=lowi-server
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=gps wifi inet oem_2901
|
||||
PREMIUM_FEATURE=0
|
||||
IZAT_FEATURE_MASK=0xf303
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=0
|
||||
|
||||
PROCESS_NAME=xtwifi-inet-agent
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=inet gps
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xc03
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all exclude 386 436
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=1
|
||||
|
||||
PROCESS_NAME=xtwifi-client
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=wifi inet gps system oem_2904
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xd03
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all exclude 386 436
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=1
|
||||
|
||||
PROCESS_NAME=slim_daemon
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=gps oem_2901 can plugdev diag sensors
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xf0
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all exclude 386 436
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=1
|
||||
|
||||
PROCESS_NAME=xtra-daemon
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=inet gps system
|
||||
PREMIUM_FEATURE=0
|
||||
IZAT_FEATURE_MASK=0
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=ENABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=0
|
||||
|
||||
########################################
|
||||
# Engine Service which host DRE module #
|
||||
# To enable DRE engine service, change #
|
||||
# PROCESS_STATE=ENABLED #
|
||||
########################################
|
||||
PROCESS_NAME=engine-service
|
||||
PROCESS_ARGUMENT=DRE-INT libloc_epDr.so
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=gps diag inet qwes oem_2901 system
|
||||
PREMIUM_FEATURE=0
|
||||
IZAT_FEATURE_MASK=0
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=1
|
||||
|
||||
########################################
|
||||
# Engine Service which host PPE module #
|
||||
# To enable PPE engine service, change #
|
||||
# PROCESS_STATE=ENABLED #
|
||||
# and update process arugements #
|
||||
# with PPE library name #
|
||||
#PROCESS_ARGUMENT=PPE libepsimulator.so#
|
||||
########################################
|
||||
PROCESS_NAME=engine-service
|
||||
PROCESS_ARGUMENT=PPE libepsimulator.so
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=gps diag inet qwes oem_2901 system
|
||||
PREMIUM_FEATURE=0
|
||||
IZAT_FEATURE_MASK=0
|
||||
PLATFORMS=all
|
||||
SOC_IDS=all
|
||||
BASEBAND=all
|
||||
LOW_RAM_TARGETS=DISABLED
|
||||
HARDWARE_TYPE=all
|
||||
VENDOR_ENHANCED_PROCESS=1
|
||||
@@ -0,0 +1,45 @@
|
||||
|
||||
%
|
||||
45407China Unicom"China Unicom
|
||||
|
||||
45412CMHK"CMHK
|
||||
|
||||
45413CMHK"CMHK
|
||||
|
||||
46000CMCC"CMCC
|
||||
%
|
||||
46001China Unicom"China Unicom
|
||||
|
||||
46002CMCC"CMCC
|
||||
'
|
||||
46003
|
||||
China Telecom"
|
||||
China Telecom
|
||||
|
||||
46004CMCC"CMCC
|
||||
|
||||
460007CMCC"CMCC
|
||||
|
||||
460008CMCC"CMCC
|
||||
'
|
||||
46011
|
||||
China Telecom"
|
||||
China Telecom
|
||||
'
|
||||
46012
|
||||
China Telecom"
|
||||
China Telecom
|
||||
|
||||
46015CHINA BROADNET"CBN
|
||||
%
|
||||
46016China Unicom"China Unicom
|
||||
!
|
||||
46601
|
||||
FarEasTone"
|
||||
FarEasTone
|
||||
|
||||
46688KGT"KGT
|
||||
|
||||
46689T Star"T Star
|
||||
|
||||
46692Chunghwa"Chunghwa
|
||||
@@ -0,0 +1,43 @@
|
||||
|
||||
%
|
||||
45407中国联通"中国联通
|
||||
1
|
||||
45412中国移动香港"中国移动香港
|
||||
1
|
||||
45413中国移动香港"中国移动香港
|
||||
%
|
||||
46000中国移动"中国移动
|
||||
%
|
||||
46001中国联通"中国联通
|
||||
%
|
||||
46002中国移动"中国移动
|
||||
%
|
||||
46003中国电信"中国电信
|
||||
%
|
||||
46004中国移动"中国移动
|
||||
&
|
||||
460007中国移动"中国移动
|
||||
&
|
||||
460008中国移动"中国移动
|
||||
%
|
||||
46011中国电信"中国电信
|
||||
%
|
||||
46012中国电信"中国电信
|
||||
%
|
||||
46015中国广电"中国广电
|
||||
%
|
||||
46016中国联通"中国联通
|
||||
%
|
||||
46601远传电信"远传电信
|
||||
%
|
||||
46688远传电信"远传电信
|
||||
%
|
||||
46689台湾之星"台湾之星
|
||||
%
|
||||
46692中华电信"中华电信
|
||||
+
|
||||
46693台湾大哥大"台湾大哥大
|
||||
+
|
||||
46697台湾大哥大"台湾大哥大
|
||||
+
|
||||
46699台湾大哥大"台湾大哥大'Published_SE13_Database_10_January_2020
|
||||
@@ -0,0 +1,43 @@
|
||||
|
||||
%
|
||||
45407中國聯通"中國聯通
|
||||
1
|
||||
45412中國移動香港"中國移動香港
|
||||
1
|
||||
45413中國移動香港"中國移動香港
|
||||
%
|
||||
46000中國移動"中國移動
|
||||
%
|
||||
46001中國聯通"中國聯通
|
||||
%
|
||||
46002中國移動"中國移動
|
||||
%
|
||||
46003中國電信"中國電信
|
||||
%
|
||||
46004中國移動"中國移動
|
||||
&
|
||||
460007中國移動"中國移動
|
||||
&
|
||||
460008中國移動"中國移動
|
||||
%
|
||||
46011中國電信"中國電信
|
||||
%
|
||||
46012中國電信"中國電信
|
||||
%
|
||||
46015中國廣電"中國廣電
|
||||
%
|
||||
46016中國聯通"中國聯通
|
||||
%
|
||||
46601遠傳電訊"遠傳電訊
|
||||
%
|
||||
46688和信電訊"和信電訊
|
||||
%
|
||||
46689台灣之星"台灣之星
|
||||
%
|
||||
46692中華電信"中華電信
|
||||
+
|
||||
46693台灣大哥大"台灣大哥大
|
||||
+
|
||||
46697台灣大哥大"台灣大哥大
|
||||
+
|
||||
46699台灣大哥大"台灣大哥大'Published_SE13_Database_10_January_2020
|
||||
@@ -0,0 +1,43 @@
|
||||
|
||||
%
|
||||
45407中國聯通"中國聯通
|
||||
1
|
||||
45412中國移動香港"中國移動香港
|
||||
1
|
||||
45413中國移動香港"中國移動香港
|
||||
%
|
||||
46000中國移動"中國移動
|
||||
%
|
||||
46001中國聯通"中國聯通
|
||||
%
|
||||
46002中國移動"中國移動
|
||||
%
|
||||
46003中國電信"中國電信
|
||||
%
|
||||
46004中國移動"中國移動
|
||||
&
|
||||
460007中國移動"中國移動
|
||||
&
|
||||
460008中國移動"中國移動
|
||||
%
|
||||
46011中國電信"中國電信
|
||||
%
|
||||
46012中國電信"中國電信
|
||||
%
|
||||
46015中國廣電"中國廣電
|
||||
%
|
||||
46016中國聯通"中國聯通
|
||||
%
|
||||
46601遠傳電信"遠傳電信
|
||||
%
|
||||
46688遠傳電信"遠傳電信
|
||||
%
|
||||
46689台灣之星"台灣之星
|
||||
%
|
||||
46692中華電信"中華電信
|
||||
+
|
||||
46693台灣大哥大"台灣大哥大
|
||||
+
|
||||
46697台灣大哥大"台灣大哥大
|
||||
+
|
||||
46699台灣大哥大"台灣大哥大'Published_SE13_Database_10_January_2020
|
||||
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
#*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
|
||||
#
|
||||
# LOWI Config file - default
|
||||
#
|
||||
# GENERAL DESCRIPTION
|
||||
# This file contains the config params for LOWI
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
# 2012-2013 Qualcomm Atheros, Inc.
|
||||
# All Rights Reserved.
|
||||
# Qualcomm Atheros Confidential and Proprietary.
|
||||
#
|
||||
# Export of this technology or software is regulated by the U.S. Government.
|
||||
# Diversion contrary to U.S. law prohibited.
|
||||
#=============================================================================*/
|
||||
|
||||
# X86 ONLY - UBUNTU:
|
||||
# Copy this file in the same directory where the executable is
|
||||
|
||||
# Log level
|
||||
# EL_LOG_OFF = 0, EL_ERROR = 1, EL_WARNING = 2, EL_INFO = 3, EL_DEBUG = 4, EL_VERBOSE = 5, EL_LOG_ALL = 100
|
||||
LOWI_LOG_LEVEL = 3
|
||||
LOWI_USE_LOWI_LP = 0
|
||||
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
# Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
#
|
||||
|
||||
PRIO=1,1,0,0,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer
|
||||
IGNORED_IRQ=19,21,38
|
||||
Vendored
+678
@@ -0,0 +1,678 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2006, Google Inc.
|
||||
**
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!--
|
||||
mtuTableEntry attributes:
|
||||
numeric:MCC+MNC from IMSI
|
||||
mtu:MTU value size
|
||||
rat:
|
||||
SRIL_RAT_GEN_UNKNOWN = 0,
|
||||
SRIL_RAT_GEN_2G = 1,
|
||||
SRIL_RAT_GEN_3G = 2,
|
||||
SRIL_RAT_GEN_4G = 3,
|
||||
SRIL_RAT_GEN_WIRELESS = 4,
|
||||
SRIL_RAT_GEN_5G = 5
|
||||
proto:
|
||||
SRIL_PROTO_INVALID = -1,
|
||||
SRIL_PROTO_UNKNOWN = 0,
|
||||
SRIL_PROTO_IPV4 = 1,
|
||||
SRIL_PROTO_IPV6 = 2,
|
||||
SRIL_PROTO_IPV4V6 = (SRIL_PROTO_IPV4 | SRIL_PROTO_IPV6),
|
||||
SRIL_PROTO_PPP
|
||||
profile:
|
||||
SRIL_DATA_PROFILE_INVALID = -1,
|
||||
SRIL_DATA_PROFILE_DEFAULT = 0,
|
||||
SRIL_DATA_PROFILE_TETHERED = 1,
|
||||
SRIL_DATA_PROFILE_IMS = 2,
|
||||
SRIL_DATA_PROFILE_FOTA = 3,
|
||||
SRIL_DATA_PROFILE_CBS = 4,
|
||||
SRIL_DATA_PROFILE_MMS = 5,
|
||||
SRIL_DATA_PROFILE_SUPL = 6,
|
||||
SRIL_DATA_PROFILE_HIPRI = 7,
|
||||
SRIL_DATA_PROFILE_DM = 8,
|
||||
SRIL_DATA_PROFILE_XCAP = 14,
|
||||
SRIL_DATA_PROFILE_OEM_BASE = 1000,
|
||||
SRIL_DATA_PROFILE_E911,
|
||||
SRIL_DATA_PROFILE_EMBMS,
|
||||
SRIL_DATA_PROFILE_BIP,
|
||||
SRIL_DATA_PROFILE_CAS,
|
||||
SRIL_DATA_PROFILE_PUBLICSAFETY,
|
||||
SRIL_DATA_PROFILE_IA
|
||||
-->
|
||||
<mtuTableEntry>
|
||||
|
||||
<!-- DT Greece -->
|
||||
<mtuTableEntry numeric="20201" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Germany -->
|
||||
<mtuTableEntry numeric="26201" mtu="1340" profile="2"/>
|
||||
<mtuTableEntry numeric="26201" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="26206" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Austria -->
|
||||
<mtuTableEntry numeric="23203" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23207" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Czech -->
|
||||
<mtuTableEntry numeric="23001" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Romania -->
|
||||
<mtuTableEntry numeric="22603" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="22606" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Poland -->
|
||||
<mtuTableEntry numeric="26002" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Hungary -->
|
||||
<mtuTableEntry numeric="21630" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Macedonia -->
|
||||
<mtuTableEntry numeric="29401" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Netherlands -->
|
||||
<mtuTableEntry numeric="20416" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Slovakia -->
|
||||
<mtuTableEntry numeric="23102" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- DT Croatia -->
|
||||
<mtuTableEntry numeric="21901" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Vodafone Greece -->
|
||||
<mtuTableEntry numeric="20205" mtu="1390" rat="4"/>
|
||||
|
||||
<!-- PHN -->
|
||||
<mtuTableEntry numeric="20402" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20402" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Vodafone NL -->
|
||||
<mtuTableEntry numeric="20404" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20404" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Mobistar -->
|
||||
<mtuTableEntry numeric="20610" mtu="1340" profile="2"/>
|
||||
<mtuTableEntry numeric="20610" mtu="1340" rat="4"/>
|
||||
|
||||
<!-- Orange VoWIFI -->
|
||||
<mtuTableEntry numeric="20801" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="22610" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="26003" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="26003" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="21403" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="34001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="34001" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="64700" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Telenet Luxembourg(LUX) VoLTE VoWifi -->
|
||||
<mtuTableEntry numeric="20605" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20605" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- MTS SFR -->
|
||||
<mtuTableEntry numeric="20810" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20810" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="20811" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20811" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="20844" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="20844" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Bouygues Telecom -->
|
||||
<mtuTableEntry numeric="20820" mtu="1354" profile="2"/>
|
||||
<mtuTableEntry numeric="20820" mtu="1354" rat="4"/>
|
||||
|
||||
<!-- Movistar (Telephonica Spain) -->
|
||||
<mtuTableEntry numeric="21407" mtu="1440" profile="2"/>
|
||||
<mtuTableEntry numeric="21407" mtu="1440" profile="14"/>
|
||||
<mtuTableEntry numeric="21407" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Elisa Estonia -->
|
||||
<mtuTableEntry numeric="24802" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- Digi Mobil Hungary -->
|
||||
<mtuTableEntry numeric="21603" mtu="1400" profile="2"/>
|
||||
|
||||
<!-- VIPnet -->
|
||||
<mtuTableEntry numeric="21910" mtu="1330" profile="2"/>
|
||||
<mtuTableEntry numeric="21910" mtu="1330" rat="4"/>
|
||||
|
||||
<!-- Italian Operators (Default : 1350) -->
|
||||
<mtuTableEntry numeric="22288" mtu="1350"/>
|
||||
<mtuTableEntry numeric="22201" mtu="1350"/>
|
||||
<mtuTableEntry numeric="22299" mtu="1440"/>
|
||||
<mtuTableEntry numeric="22210" mtu="1350"/>
|
||||
|
||||
<!-- RDS Romania -->
|
||||
<mtuTableEntry numeric="22605" mtu="1354" rat="4"/>
|
||||
|
||||
<!-- Swisscom VoLTE & VoWiFi -->
|
||||
<mtuTableEntry numeric="22801" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="22801" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="22801" mtu="1340" profile="14"/>
|
||||
|
||||
<!-- Salt -->
|
||||
<mtuTableEntry numeric="22803" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- Hutchison -->
|
||||
<mtuTableEntry numeric="23205" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23210" mtu="1280" rat="4"/>
|
||||
|
||||
|
||||
<!-- O2 UK VoLTE -->
|
||||
<mtuTableEntry numeric="23410" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="23410" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Vodafone UK -->
|
||||
<mtuTableEntry numeric="23415" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="23415" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- H3G(UK) 23420, 3IE(Ireland) (Default : 1440) -->
|
||||
<mtuTableEntry numeric="23420" mtu="1440"/>
|
||||
<mtuTableEntry numeric="27205" mtu="1440"/>
|
||||
|
||||
<!-- 3UK -->
|
||||
<mtuTableEntry numeric="23420" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23594" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Sky -->
|
||||
<mtuTableEntry numeric="23457" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="23457" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- TDC Denmark -->
|
||||
<mtuTableEntry numeric="23801" mtu="1398" rat="4" proto="2"/>
|
||||
|
||||
<!-- Telenor DK -->
|
||||
<mtuTableEntry numeric="23802" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23877" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Telenor -->
|
||||
<mtuTableEntry numeric="23820" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="23820" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- HTS Sweden -->
|
||||
<mtuTableEntry numeric="24002" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="24002" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Tele2 -->
|
||||
<mtuTableEntry numeric="24007" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="24007" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Telenor -->
|
||||
<mtuTableEntry numeric="24201" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="24201" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Telia N -->
|
||||
<mtuTableEntry numeric="24202" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="24202" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- DNA FINLAND VOLTE VOWIFI -->
|
||||
<mtuTableEntry numeric="24412" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="24412" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="24413" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="24413" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Elisa Finland VoLTE VoWifi -->
|
||||
<mtuTableEntry numeric="24405" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Lithuania Omnitel -->
|
||||
<mtuTableEntry numeric="24601" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- MTS operator -->
|
||||
<mtuTableEntry numeric="25001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="25001" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Megafon operator -->
|
||||
<mtuTableEntry numeric="25002" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="25002" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Sberbank RU -->
|
||||
<mtuTableEntry numeric="25050" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="25050" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Beeline Russia -->
|
||||
<mtuTableEntry numeric="25099" mtu="1300"/>
|
||||
|
||||
<!-- Lifecell -->
|
||||
<mtuTableEntry numeric="25506" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="25506" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- PLAY -->
|
||||
<mtuTableEntry numeric="26006" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- VF DE -->
|
||||
<mtuTableEntry numeric="26202" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="26202" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- VF DE for Test lab -->
|
||||
<mtuTableEntry numeric="26209" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="26209" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Portugal-NOS -->
|
||||
<mtuTableEntry numeric="26803" mtu="1380" profile="2"/>
|
||||
|
||||
<!-- Portugal-NOS Trial -->
|
||||
<mtuTableEntry numeric="26899" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Vodafone VDI VoLTE VoWifi -->
|
||||
<mtuTableEntry numeric="27201" mtu="1330" profile="2"/>
|
||||
<mtuTableEntry numeric="27201" mtu="1330" rat="4"/>
|
||||
|
||||
<!-- A1 Bulgaria -->
|
||||
<mtuTableEntry numeric="28401" mtu="1330" profile="2"/>
|
||||
<mtuTableEntry numeric="28401" mtu="1330" rat="4"/>
|
||||
|
||||
<!-- TURKCELL -->
|
||||
<mtuTableEntry numeric="28601" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Vodafone Turkey -->
|
||||
<mtuTableEntry numeric="28602" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- AVEA -->
|
||||
<mtuTableEntry numeric="28603" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="28603" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Telemach (Slovenia) -->
|
||||
<mtuTableEntry numeric="29370" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Telus -->
|
||||
<mtuTableEntry numeric="302220" mtu="1440" profile="2"/>
|
||||
<mtuTableEntry numeric="302220" mtu="1440" profile="14"/>
|
||||
<mtuTableEntry numeric="302220" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="302221" mtu="1440" profile="2"/>
|
||||
<mtuTableEntry numeric="302221" mtu="1440" profile="14"/>
|
||||
<mtuTableEntry numeric="302221" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="302222" mtu="1440" profile="2"/>
|
||||
<mtuTableEntry numeric="302222" mtu="1440" profile="14"/>
|
||||
<mtuTableEntry numeric="302222" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Rogers -->
|
||||
<mtuTableEntry numeric="302370" mtu="1330" rat="4"/>
|
||||
<mtuTableEntry numeric="302720" mtu="1330" rat="4"/>
|
||||
|
||||
<!-- FREEDOM Mobile -->
|
||||
<mtuTableEntry numeric="302490" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="302490" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Videotron -->
|
||||
<mtuTableEntry numeric="302500" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="20404" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="302510" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="302520" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="302512" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Saint Pierre et Miquelon Telecom -->
|
||||
<mtuTableEntry numeric="30803" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Sprint and Sprint MVNO (Default : 1422) -->
|
||||
<mtuTableEntry numeric="310120" mtu="1422"/>
|
||||
<mtuTableEntry numeric="310000" mtu="1422"/>
|
||||
<mtuTableEntry numeric="311870" mtu="1422"/>
|
||||
<mtuTableEntry numeric="311490" mtu="1422"/>
|
||||
|
||||
<!-- AT&T (Default : 1430) -->
|
||||
<mtuTableEntry numeric="310030" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310070" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310090" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310150" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310170" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310280" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310380" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310410" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310560" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310680" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310950" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310980" mtu="1430"/>
|
||||
<mtuTableEntry numeric="311180" mtu="1430"/>
|
||||
<mtuTableEntry numeric="312670" mtu="1430"/>
|
||||
<mtuTableEntry numeric="313100" mtu="1430"/>
|
||||
<mtuTableEntry numeric="313130" mtu="1430"/>
|
||||
<mtuTableEntry numeric="313140" mtu="1430"/>
|
||||
<mtuTableEntry numeric="310030" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310070" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310090" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310150" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310170" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310280" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310380" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310410" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310560" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310680" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="310950" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="311180" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="312670" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="313100" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="313130" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="313140" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Verizon (Default : 1428) -->
|
||||
<mtuTableEntry numeric="311480" mtu="1428"/>
|
||||
<mtuTableEntry numeric="311270" mtu="1428"/>
|
||||
|
||||
<!-- Claro Puerto Rico -->
|
||||
<mtuTableEntry numeric="330110" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="330110" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Telcel Mexico -->
|
||||
<mtuTableEntry numeric="334020" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="334020" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Movistar Mexico -->
|
||||
<mtuTableEntry numeric="33403" mtu="1380"/>
|
||||
<mtuTableEntry numeric="334030" mtu="1380"/>
|
||||
|
||||
<!-- ATT Mexico -->
|
||||
<mtuTableEntry numeric="33405" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="334050" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="334090" mtu="1390" profile="2"/>
|
||||
|
||||
<!-- Jamaica : Flow : CWW -->
|
||||
<mtuTableEntry numeric="338180" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Barbados: Flow: CWW -->
|
||||
<mtuTableEntry numeric="342600" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Orange Dominicana - DOR -->
|
||||
<mtuTableEntry numeric="37001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="370001" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Claro Dominicana -->
|
||||
<mtuTableEntry numeric="37002" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="37002" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- RJIL -->
|
||||
<mtuTableEntry numeric="40578" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="40587" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405780" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405800" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405840" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405854" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405855" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405856" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405857" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405858" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405859" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405860" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405861" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405862" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405863" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405864" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405865" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405866" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405867" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405868" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405869" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405870" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405871" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405872" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405873" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="405874" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="406977" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="406978" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="406981" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="406994" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="406999" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- STC -->
|
||||
<mtuTableEntry numeric="42001" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Zain -->
|
||||
<mtuTableEntry numeric="42004" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="42004" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- OMAN MOBILE -->
|
||||
<mtuTableEntry numeric="42202" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- ZAIN BH -->
|
||||
<mtuTableEntry numeric="42602" mtu="1480" profile="2"/>
|
||||
<mtuTableEntry numeric="42602" mtu="1480" profile="14"/>
|
||||
|
||||
<!-- JPN SBM -->
|
||||
<mtuTableEntry numeric="44020" mtu="1422"/>
|
||||
|
||||
<!-- JPN KDDI -->
|
||||
<mtuTableEntry numeric="44050" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44051" mtu="1420"/>
|
||||
|
||||
<!-- JPN KDDI added ePLMN -->
|
||||
<mtuTableEntry numeric="44007" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44008" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44052" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44053" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44054" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44055" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44056" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44070" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44071" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44072" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44073" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44074" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44075" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44076" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44077" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44078" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44079" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44088" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44089" mtu="1420"/>
|
||||
<mtuTableEntry numeric="44170" mtu="1420"/>
|
||||
|
||||
<!-- JPN KDDI VoWIFI -->
|
||||
<mtuTableEntry numeric="44050" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44051" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44007" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44008" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44052" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44053" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44054" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44055" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44056" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44070" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44071" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44072" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44073" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44074" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44075" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44076" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44077" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44078" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44079" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44088" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44089" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="44170" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Samsung Test Bed -->
|
||||
<mtuTableEntry numeric="45001" mtu="1440"/>
|
||||
|
||||
<!-- Korea Operators -->
|
||||
<mtuTableEntry numeric="45005" mtu="1440"/>
|
||||
<mtuTableEntry numeric="45006" mtu="1428"/>
|
||||
<mtuTableEntry numeric="45008" mtu="1450"/>
|
||||
|
||||
<!-- HK VoWiFi -->
|
||||
<mtuTableEntry numeric="45400" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="45403" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="45406" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="45412" mtu="1300" rat="4"/>
|
||||
<mtuTableEntry numeric="45419" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Macau CTC Operator -->
|
||||
<mtuTableEntry numeric="45502" mtu="1400" rat="1"/>
|
||||
<mtuTableEntry numeric="45502" mtu="1400" rat="2"/>
|
||||
<mtuTableEntry numeric="45507" mtu="1400" rat="3"/>
|
||||
|
||||
<!-- China Operators (Default : 1300) -->
|
||||
<mtuTableEntry numeric="46000" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46001" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46002" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46003" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46003" mtu="1432" profile="2"/>
|
||||
<mtuTableEntry numeric="46003" mtu="1460" rat="3"/>
|
||||
<mtuTableEntry numeric="46006" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46007" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46009" mtu="1300"/>
|
||||
<mtuTableEntry numeric="46011" mtu="1432" profile="2"/>
|
||||
<mtuTableEntry numeric="46011" mtu="1460"/>
|
||||
<mtuTableEntry numeric="46012" mtu="1432" profile="2"/>
|
||||
<mtuTableEntry numeric="46012" mtu="1460"/>
|
||||
|
||||
<!-- Malaysia Digi -->
|
||||
<mtuTableEntry numeric="50216" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50216" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Optus YES -->
|
||||
<mtuTableEntry numeric="50502" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50502" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Vodafone VAU -->
|
||||
<mtuTableEntry numeric="50503" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50503" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Telstra Operators -->
|
||||
<mtuTableEntry numeric="51502" mtu="1300" proto="2"/>
|
||||
<mtuTableEntry numeric="51502" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="51502" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Thailand DTAC, AIS -->
|
||||
<mtuTableEntry numeric="52003" mtu="1340" rat="4"/>
|
||||
<mtuTableEntry numeric="52005" mtu="1340" rat="4"/>
|
||||
|
||||
<!-- SingTel -->
|
||||
<mtuTableEntry numeric="52501" mtu="1300" proto="2"/>
|
||||
<mtuTableEntry numeric="52501" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="52501" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- M1 -->
|
||||
<mtuTableEntry numeric="52503" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="52503" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- South Africa -->
|
||||
<mtuTableEntry numeric="65507" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- Claro Guatemala -->
|
||||
<mtuTableEntry numeric="70401" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="70401" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Tigo Guatemala - CGU -->
|
||||
<mtuTableEntry numeric="70402" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Claro El Salvador -->
|
||||
<mtuTableEntry numeric="70601" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="70601" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Claro Honduras -->
|
||||
<mtuTableEntry numeric="708001" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="708001" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Claro Nicaragua -->
|
||||
<mtuTableEntry numeric="71021" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="71021" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Claro Costa Rica -->
|
||||
<mtuTableEntry numeric="71203" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="71203" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Cable Panama -->
|
||||
<mtuTableEntry numeric="71401" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- Claro Panama -->
|
||||
<mtuTableEntry numeric="71403" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="71403" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Movistar Peru -->
|
||||
<mtuTableEntry numeric="71606" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="71606" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Claro Peru -->
|
||||
<mtuTableEntry numeric="71610" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="71610" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Claro Argentina -->
|
||||
<mtuTableEntry numeric="722310" mtu="1280" proto="2"/>
|
||||
<mtuTableEntry numeric="72231" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Personal Argentina -->
|
||||
<mtuTableEntry numeric="72234" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="72234" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Claro Brazil -->
|
||||
<mtuTableEntry numeric="72405" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="72405" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Vivo Brazil -->
|
||||
<mtuTableEntry numeric="72406" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="72406" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="72410" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="72410" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="72411" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="72411" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="72423" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="72423" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Entel Chile - CHE -->
|
||||
<mtuTableEntry numeric="73001" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="73001" mtu="1390" rat="4"/>
|
||||
<mtuTableEntry numeric="73010" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="73010" mtu="1390" rat="4"/>
|
||||
|
||||
<!-- Movistar Chile -->
|
||||
<mtuTableEntry numeric="73002" mtu="1430" profile="2"/>
|
||||
<mtuTableEntry numeric="73002" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="73002" mtu="1280" profile="14"/>
|
||||
|
||||
<!-- Claro Chile -->
|
||||
<mtuTableEntry numeric="73003" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="73003" mtu="1280" proto="2"/>
|
||||
<mtuTableEntry numeric="73023" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="73023" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Wom Chile - CHX -->
|
||||
<mtuTableEntry numeric="73009" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="73009" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Claro Colombia -->
|
||||
<mtuTableEntry numeric="732101" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="732101" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Tigo Bolivia - BVO (BVT) -->
|
||||
<mtuTableEntry numeric="73603" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Claro Ecuador -->
|
||||
<mtuTableEntry numeric="74001" mtu="1300" proto="1"/>
|
||||
<mtuTableEntry numeric="74001" mtu="1280" proto="2"/>
|
||||
|
||||
<!-- Movistar Uruguay - UFU -->
|
||||
<mtuTableEntry numeric="74807" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="74807" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Claro Uruguay -->
|
||||
<mtuTableEntry numeric="74810" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="74810" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Danish 3DK -->
|
||||
<mtuTableEntry numeric="23806" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Plus (Polkomtel) -->
|
||||
<mtuTableEntry numeric="26001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="26001" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- WIND Greece -->
|
||||
<mtuTableEntry numeric="20209" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="20210" mtu="1390" profile="2"/>
|
||||
|
||||
<!-- ZAIN MI -->
|
||||
<mtuTableEntry numeric="41902" mtu="1410" profile="2"/>
|
||||
<mtuTableEntry numeric="41902" mtu="1410" rat="4"/>
|
||||
</mtuTableEntry>
|
||||
Binary file not shown.
Binary file not shown.
+432
@@ -0,0 +1,432 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2006, Google Inc.
|
||||
**
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!--
|
||||
mtuTableEntry attributes:
|
||||
numeric:MCC+MNC from IMSI
|
||||
context2G: 2G pdp context count
|
||||
context3G: 3G pdp context count
|
||||
-->
|
||||
<pdpContextTableEntry>
|
||||
|
||||
<!-- Voda (Operator) -->
|
||||
<pdpContextTableEntry numeric="53001" context2G="4" context3G="11"/><!-- New Zealand -->
|
||||
<pdpContextTableEntry numeric="27201" context2G="4" context3G="11"/><!-- Ireland -->
|
||||
<pdpContextTableEntry numeric="26801" context2G="3" context3G="3"/> <!-- Portugal -->
|
||||
<pdpContextTableEntry numeric="21670" context2G="4" context3G="3"/> <!-- Hungary -->
|
||||
<pdpContextTableEntry numeric="20404" context2G="5" context3G="2"/> <!-- Netherlands -->
|
||||
<pdpContextTableEntry numeric="20205" context2G="7" context3G="2"/> <!-- Greece -->
|
||||
<pdpContextTableEntry numeric="26202" context2G="6" context3G="2"/> <!-- Germany -->
|
||||
<pdpContextTableEntry numeric="23415" context2G="6" context3G="3"/> <!-- UK -->
|
||||
<pdpContextTableEntry numeric="22210" context2G="3" context3G="3"/> <!-- Italy -->
|
||||
<pdpContextTableEntry numeric="21401" context2G="7" context3G="2"/> <!-- Spain -->
|
||||
<pdpContextTableEntry numeric="27801" context2G="4" context3G="1"/> <!-- Malta -->
|
||||
<pdpContextTableEntry numeric="50503" context2G="2" context3G="2"/> <!-- Australia -->
|
||||
<pdpContextTableEntry numeric="60202" context2G="1" context3G="1"/> <!-- Egypt -->
|
||||
<pdpContextTableEntry numeric="23003" context2G="7" context3G="1"/> <!-- Czech -->
|
||||
<pdpContextTableEntry numeric="22601" context2G="1" context3G="1"/> <!-- Romania -->
|
||||
<pdpContextTableEntry numeric="27402" context2G="1" context3G="1"/> <!-- IceLand 1 -->
|
||||
<pdpContextTableEntry numeric="27403" context2G="1" context3G="1"/> <!-- IceLand 2 -->
|
||||
<pdpContextTableEntry numeric="28001" context2G="1" context3G="1"/> <!-- Cyprus(CYTA) -->
|
||||
<pdpContextTableEntry numeric="22801" context2G="7" context3G="2"/> <!-- Switzerland -->
|
||||
<pdpContextTableEntry numeric="20810" context2G="3" context3G="3"/> <!-- France(SFR) -->
|
||||
<pdpContextTableEntry numeric="23201" context2G="2" context3G="2"/> <!-- Austria(mobilkom) -->
|
||||
<pdpContextTableEntry numeric="21910" context2G="2" context3G="3"/> <!-- Croatia(VIPnet) -->
|
||||
<pdpContextTableEntry numeric="29340" context2G="3" context3G="3"/> <!-- Slovenia(si.mobil) -->
|
||||
<pdpContextTableEntry numeric="20601" context2G="3" context3G="3"/> <!-- Belgium(Proximus) -->
|
||||
<pdpContextTableEntry numeric="65501" context2G="10" context3G="10"/> <!-- South Africa -->
|
||||
<pdpContextTableEntry numeric="28401" context2G="1" context3G="1"/> <!-- Bulgaria(Mobiltel) -->
|
||||
|
||||
<!-- Germany -->
|
||||
<pdpContextTableEntry numeric="26203" context2G="1" context3G="2"/> <!-- E-Plus -->
|
||||
<pdpContextTableEntry numeric="26207" context2G="4" context3G="4"/> <!-- o2 - de -->
|
||||
<pdpContextTableEntry numeric="26208" context2G="4" context3G="4"/> <!-- o2 - de -->
|
||||
|
||||
<!-- UK -->
|
||||
<pdpContextTableEntry numeric="23410" context2G="3" context3G="3"/> <!-- O2 - UK -->
|
||||
<pdpContextTableEntry numeric="23420" context2G="2" context3G="2"/> <!-- 3 UK -->
|
||||
<pdpContextTableEntry numeric="23433" context2G="11" context3G="11"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="23486" context2G="11" context3G="11"/> <!-- Orange -->
|
||||
|
||||
<!-- Italy -->
|
||||
<pdpContextTableEntry numeric="22201" context2G="11" context3G="11"/> <!-- TIM -->
|
||||
<pdpContextTableEntry numeric="22299" context2G="1" context3G="1"/> <!-- H3G(HUI) -->
|
||||
<pdpContextTableEntry numeric="22288" context2G="4" context3G="11"/> <!-- WIND -->
|
||||
|
||||
<!-- France -->
|
||||
<pdpContextTableEntry numeric="20801" context2G="3" context3G="3"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="20820" context2G="2" context3G="2"/> <!-- Bouygues -->
|
||||
|
||||
<!-- Spain -->
|
||||
<pdpContextTableEntry numeric="21402" context2G="3" context3G="2"/> <!-- Telefonica 1 -->
|
||||
<pdpContextTableEntry numeric="21407" context2G="3" context3G="2"/> <!-- Telefonica 2 -->
|
||||
<pdpContextTableEntry numeric="21403" context2G="7" context3G="7"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="21404" context2G="3" context3G="2"/> <!-- YOIGO -->
|
||||
|
||||
<!-- Portugal -->
|
||||
<pdpContextTableEntry numeric="26806" context2G="3" context3G="3"/> <!-- TMN -->
|
||||
<pdpContextTableEntry numeric="26803" context2G="3" context3G="3"/> <!-- Optimus -->
|
||||
|
||||
<!-- Netherlands -->
|
||||
<pdpContextTableEntry numeric="20408" context2G="11" context3G="3"/> <!-- KPN -->
|
||||
<pdpContextTableEntry numeric="20412" context2G="11" context3G="3"/> <!-- NL Telfort -->
|
||||
|
||||
<!-- Switzerland -->
|
||||
<pdpContextTableEntry numeric="22803" context2G="2" context3G="2"/> <!-- Orange -->
|
||||
|
||||
<!-- Poland -->
|
||||
<pdpContextTableEntry numeric="26001" context2G="4" context3G="4"/> <!-- Plus -->
|
||||
<pdpContextTableEntry numeric="26003" context2G="4" context3G="4"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="26006" context2G="4" context3G="4"/> <!-- Play -->
|
||||
<pdpContextTableEntry numeric="26012" context2G="4" context3G="4"/> <!-- Cyfrowy Polsat -->
|
||||
|
||||
<!-- Denmark -->
|
||||
<pdpContextTableEntry numeric="23801" context2G="1" context3G="2"/> <!-- Plus -->
|
||||
<pdpContextTableEntry numeric="23802" context2G="11" context3G="11"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="23877" context2G="11" context3G="11"/> <!-- Play -->
|
||||
<pdpContextTableEntry numeric="23866" context2G="11" context3G="11"/> <!-- Cyfrowy Polsat -->
|
||||
<pdpContextTableEntry numeric="23806" context2G="1" context3G="1"/> <!-- Plus -->
|
||||
<pdpContextTableEntry numeric="23820" context2G="1" context3G="2"/> <!-- Orange -->
|
||||
<pdpContextTableEntry numeric="23830" context2G="1" context3G="2"/> <!-- Play -->
|
||||
<pdpContextTableEntry numeric="23801381" context2G="1" context3G="2"/> <!-- Cyfrowy Polsat -->
|
||||
|
||||
<!-- Sweden -->
|
||||
<pdpContextTableEntry numeric="24001" context2G="4" context3G="11"/> <!-- Telia -->
|
||||
<pdpContextTableEntry numeric="24002" context2G="4" context3G="4"/> <!-- "3" -->
|
||||
<pdpContextTableEntry numeric="24004" context2G="2" context3G="2"/> <!-- SWEDEN -->
|
||||
<pdpContextTableEntry numeric="24005" context2G="1" context3G="2"/> <!-- Sweden 3G -->
|
||||
<pdpContextTableEntry numeric="24007" context2G="1" context3G="2"/> <!-- Tele2comviq -->
|
||||
<pdpContextTableEntry numeric="24008" context2G="2" context3G="2"/> <!-- Telenor SE -->
|
||||
|
||||
<!-- Norway -->
|
||||
<pdpContextTableEntry numeric="24201" context2G="11" context3G="11"/> <!-- TELENOR -->
|
||||
<pdpContextTableEntry numeric="24202" context2G="5" context3G="5"/> <!-- NETCOM -->
|
||||
<pdpContextTableEntry numeric="24205" context2G="2" context3G="2"/> <!-- Network N -->
|
||||
<pdpContextTableEntry numeric="2400768" context2G="1" context3G="2"/> <!-- Norway -->
|
||||
<pdpContextTableEntry numeric="23801710" context2G="1" context3G="2"/> <!-- Norway -->
|
||||
|
||||
<!-- Finland -->
|
||||
<pdpContextTableEntry numeric="24405" context2G="4" context3G="4"/> <!-- ELISA -->
|
||||
<pdpContextTableEntry numeric="24412" context2G="4" context3G="11"/> <!-- DNA -->
|
||||
<pdpContextTableEntry numeric="24421" context2G="1" context3G="2"/> <!-- Saunalahti -->
|
||||
<pdpContextTableEntry numeric="24491" context2G="4" context3G="4"/> <!-- FIN SORENA -->
|
||||
|
||||
<!-- Ireland -->
|
||||
<pdpContextTableEntry numeric="27203" context2G="1" context3G="1"/> <!-- MET -->
|
||||
<pdpContextTableEntry numeric="27205" context2G="1" context3G="1"/> <!-- 3IE -->
|
||||
|
||||
<!-- Austria -->
|
||||
<pdpContextTableEntry numeric="23210" context2G="1" context3G="1"/> <!-- DRE -->
|
||||
|
||||
<!-- Iceland -->
|
||||
<pdpContextTableEntry numeric="27401" context2G="1" context3G="2"/> <!-- SIMINN -->
|
||||
<pdpContextTableEntry numeric="27411" context2G="1" context3G="2"/> <!-- NOVA IS -->
|
||||
|
||||
<!-- China -->
|
||||
<pdpContextTableEntry numeric="46000" context2G="3" context3G="3"/> <!-- CMCC -->
|
||||
<pdpContextTableEntry numeric="46002" context2G="3" context3G="3"/> <!-- CMCC -->
|
||||
<pdpContextTableEntry numeric="46007" context2G="3" context3G="3"/> <!-- CMCC -->
|
||||
<pdpContextTableEntry numeric="46001" context2G="3" context3G="3"/> <!-- China Unicom -->
|
||||
<pdpContextTableEntry numeric="46006" context2G="3" context3G="3"/> <!-- China Unicom -->
|
||||
<pdpContextTableEntry numeric="46009" context2G="3" context3G="3"/> <!-- China Unicom -->
|
||||
|
||||
<!-- HongKong -->
|
||||
<pdpContextTableEntry numeric="45400" context2G="3" context3G="3"/> <!-- CSL -->
|
||||
<pdpContextTableEntry numeric="45402" context2G="3" context3G="3"/> <!-- CSL -->
|
||||
<pdpContextTableEntry numeric="45403" context2G="3" context3G="3"/> <!-- "3" -->
|
||||
<pdpContextTableEntry numeric="45404" context2G="3" context3G="3"/> <!-- "3"(2G) -->
|
||||
<pdpContextTableEntry numeric="4540480" context2G="3" context3G="3"/> <!-- "3" -->
|
||||
<pdpContextTableEntry numeric="45406" context2G="3" context3G="3"/> <!-- HK smarTone -->
|
||||
<pdpContextTableEntry numeric="45407" context2G="3" context3G="3"/> <!-- "3"(2G) -->
|
||||
<pdpContextTableEntry numeric="45410" context2G="3" context3G="3"/> <!-- CSL -->
|
||||
<pdpContextTableEntry numeric="45412" context2G="3" context3G="3"/> <!-- CMHK -->
|
||||
<pdpContextTableEntry numeric="45414" context2G="3" context3G="3"/> <!-- "3"(2G) -->
|
||||
<pdpContextTableEntry numeric="45416" context2G="3" context3G="3"/> <!-- PCCW (2G) -->
|
||||
<pdpContextTableEntry numeric="45418" context2G="3" context3G="3"/> <!-- CSL -->
|
||||
<pdpContextTableEntry numeric="45419" context2G="3" context3G="3"/> <!-- PCCW 3G -->
|
||||
<pdpContextTableEntry numeric="45500" context2G="3" context3G="3"/> <!-- Macao SmarTone -->
|
||||
<pdpContextTableEntry numeric="45501" context2G="3" context3G="3"/> <!-- Macao CTM -->
|
||||
<pdpContextTableEntry numeric="45503" context2G="3" context3G="3"/> <!-- Macao 3(2G) -->
|
||||
<pdpContextTableEntry numeric="45505" context2G="3" context3G="3"/> <!-- Macao 3 -->
|
||||
|
||||
<!-- Taiwan -->
|
||||
<pdpContextTableEntry numeric="46601" context2G="3" context3G="3"/> <!-- FET -->
|
||||
<pdpContextTableEntry numeric="46688" context2G="3" context3G="3"/> <!-- KGT -->
|
||||
<pdpContextTableEntry numeric="46689" context2G="3" context3G="3"/> <!-- VIVO -->
|
||||
<pdpContextTableEntry numeric="46692" context2G="3" context3G="3"/> <!-- CHT -->
|
||||
<pdpContextTableEntry numeric="46693" context2G="3" context3G="3"/> <!-- TWM -->
|
||||
<pdpContextTableEntry numeric="46697" context2G="3" context3G="3"/> <!-- TWM -->
|
||||
<pdpContextTableEntry numeric="24099" context2G="1" context3G="1"/> <!-- ERP -->
|
||||
<pdpContextTableEntry numeric="24499" context2G="1" context3G="1"/> <!-- ERP -->
|
||||
|
||||
<!-- Vietnam -->
|
||||
<pdpContextTableEntry numeric="45201" context2G="2" context3G="2"/> <!-- VN Mobifone -->
|
||||
<pdpContextTableEntry numeric="45202" context2G="2" context3G="2"/> <!-- Vinaphone -->
|
||||
<pdpContextTableEntry numeric="45204" context2G="2" context3G="2"/> <!-- VNM and VIETTEL -->
|
||||
|
||||
<!-- Cambodia -->
|
||||
<pdpContextTableEntry numeric="45601" context2G="1" context3G="1"/> <!-- MOBITEL - KHM -->
|
||||
<pdpContextTableEntry numeric="45602" context2G="1" context3G="1"/> <!-- KHM-Hello GSM -->
|
||||
<pdpContextTableEntry numeric="45604" context2G="1" context3G="1"/> <!-- CADCOMM -->
|
||||
<pdpContextTableEntry numeric="45605" context2G="1" context3G="1"/> <!-- STAR CELL -->
|
||||
<pdpContextTableEntry numeric="45606" context2G="1" context3G="1"/> <!-- SMART -->
|
||||
|
||||
<!-- LAO PEOPLE'S DEMOCRATIC REPUBLIC -->
|
||||
<pdpContextTableEntry numeric="45701" context2G="1" context3G="1"/> <!-- LAO GSM -->
|
||||
<pdpContextTableEntry numeric="45702" context2G="1" context3G="1"/> <!-- ETL MOBILE -->
|
||||
<pdpContextTableEntry numeric="45703" context2G="1" context3G="1"/> <!-- LATMOBIL -->
|
||||
<pdpContextTableEntry numeric="45708" context2G="1" context3G="1"/> <!-- TANGO LAO -->
|
||||
|
||||
<!-- Malaysia -->
|
||||
<pdpContextTableEntry numeric="50212" context2G="2" context3G="1"/> <!-- MY MAXIS 2G -->
|
||||
<pdpContextTableEntry numeric="50213" context2G="1" context3G="11"/> <!-- MY CELCOM 3G -->
|
||||
<pdpContextTableEntry numeric="50216" context2G="3" context3G="2"/> <!-- DiGi 2G -->
|
||||
<pdpContextTableEntry numeric="50217" context2G="1" context3G="2"/> <!-- MY MAXIS 3G -->
|
||||
<pdpContextTableEntry numeric="50218" context2G="1" context3G="1"/> <!-- U Mobile -->
|
||||
<pdpContextTableEntry numeric="50219" context2G="1" context3G="1"/> <!-- MY CELCOM 2G -->
|
||||
|
||||
<!-- Indonesia -->
|
||||
<pdpContextTableEntry numeric="51000" context2G="1" context3G="1"/> <!-- AceS -->
|
||||
<pdpContextTableEntry numeric="51001" context2G="11" context3G="11"/> <!-- INDOSAT -->
|
||||
<pdpContextTableEntry numeric="51008" context2G="4" context3G="4"/> <!-- AXIS -->
|
||||
<pdpContextTableEntry numeric="51010" context2G="11" context3G="11"/> <!-- TELKOMSEL -->
|
||||
<pdpContextTableEntry numeric="51011" context2G="8" context3G="8"/> <!-- XL -->
|
||||
<pdpContextTableEntry numeric="51021" context2G="11" context3G="11"/> <!-- INDOSAT -->
|
||||
<pdpContextTableEntry numeric="51051" context2G="1" context3G="1"/> <!-- IDNM8/Mobile-8 -->
|
||||
<pdpContextTableEntry numeric="51089" context2G="4" context3G="4"/> <!-- "3" -->
|
||||
|
||||
<!-- Philippines -->
|
||||
<pdpContextTableEntry numeric="51501" context2G="1" context3G="1"/> <!-- ISLACOM -->
|
||||
<pdpContextTableEntry numeric="51502" context2G="1" context3G="1"/> <!-- Globe -->
|
||||
<pdpContextTableEntry numeric="51503" context2G="3" context3G="3"/> <!-- Smart -->
|
||||
<pdpContextTableEntry numeric="51505" context2G="1" context3G="1"/> <!-- SUN -->
|
||||
<pdpContextTableEntry numeric="51511" context2G="1" context3G="1"/> <!-- ACeS -->
|
||||
<pdpContextTableEntry numeric="51518" context2G="1" context3G="2"/> <!-- red mobile -->
|
||||
|
||||
<!-- Thailand -->
|
||||
<pdpContextTableEntry numeric="52001" context2G="11" context3G="11"/> <!-- TH GSM -->
|
||||
<pdpContextTableEntry numeric="52015" context2G="1" context3G="1"/> <!-- TH ACT 1900 -->
|
||||
<pdpContextTableEntry numeric="52018" context2G="4" context3G="1"/> <!-- DTAC -->
|
||||
<pdpContextTableEntry numeric="52020" context2G="1" context3G="1"/> <!-- Aces -->
|
||||
<pdpContextTableEntry numeric="52023" context2G="1" context3G="1"/> <!-- TH GSM 1800 -->
|
||||
<pdpContextTableEntry numeric="52099" context2G="8" context3G="8"/> <!-- True -->
|
||||
|
||||
<!-- Singapore -->
|
||||
<pdpContextTableEntry numeric="52501" context2G="13" context3G="13"/> <!-- SingTel -->
|
||||
<pdpContextTableEntry numeric="52502" context2G="13" context3G="13"/> <!-- SingTel-G18 -->
|
||||
<pdpContextTableEntry numeric="52503" context2G="3" context3G="3"/> <!-- SGP-M1-3GSM -->
|
||||
<pdpContextTableEntry numeric="52504" context2G="3" context3G="3"/> <!-- SGP-M1-3GSM -->
|
||||
<pdpContextTableEntry numeric="52505" context2G="2" context3G="2"/> <!-- StarHub -->
|
||||
|
||||
<!-- Australia -->
|
||||
<pdpContextTableEntry numeric="50501" context2G="3" context3G="3"/> <!-- Telstra -->
|
||||
<pdpContextTableEntry numeric="50502" context2G="2" context3G="2"/> <!-- YES OPTUS -->
|
||||
<pdpContextTableEntry numeric="50503" context2G="4" context3G="2"/> <!-- vodafone AU -->
|
||||
<pdpContextTableEntry numeric="50506" context2G="2" context3G="2"/> <!-- "3" -->
|
||||
<pdpContextTableEntry numeric="50508" context2G="2" context3G="2"/> <!-- One.Tel -->
|
||||
<pdpContextTableEntry numeric="50510" context2G="2" context3G="2"/> <!-- Norfolk Telecom -->
|
||||
|
||||
<!-- Turkey -->
|
||||
<pdpContextTableEntry numeric="28601" context2G="3" context3G="1"/> <!-- TR Turkcell -->
|
||||
<pdpContextTableEntry numeric="28602" context2G="2" context3G="2"/> <!-- VODAFONE TR -->
|
||||
<pdpContextTableEntry numeric="28603" context2G="1" context3G="1"/> <!-- TR AVEA -->
|
||||
<pdpContextTableEntry numeric="28604" context2G="1" context3G="1"/> <!-- AYCELL -->
|
||||
|
||||
<!-- Pakistan -->
|
||||
<pdpContextTableEntry numeric="41003" context2G="1" context3G="1"/> <!-- PK-UFONE -->
|
||||
<pdpContextTableEntry numeric="41004" context2G="1" context3G="1"/> <!-- PAKTEL -->
|
||||
<pdpContextTableEntry numeric="41006" context2G="1" context3G="1"/> <!-- Telenor PK -->
|
||||
<pdpContextTableEntry numeric="41007" context2G="1" context3G="1"/> <!-- WaridTel -->
|
||||
|
||||
<!-- Lebanon -->
|
||||
<pdpContextTableEntry numeric="41501" context2G="1" context3G="1"/> <!-- alfa -->
|
||||
<pdpContextTableEntry numeric="41503" context2G="1" context3G="1"/> <!-- MTC Touch -->
|
||||
|
||||
<!-- Jordan -->
|
||||
<pdpContextTableEntry numeric="41601" context2G="1" context3G="1"/> <!-- Fastlink -->
|
||||
<pdpContextTableEntry numeric="41603" context2G="1" context3G="1"/> <!-- UMNIAH -->
|
||||
<pdpContextTableEntry numeric="41677" context2G="1" context3G="1"/> <!-- Orange JO -->
|
||||
|
||||
<!-- Syria -->
|
||||
<pdpContextTableEntry numeric="41701" context2G="1" context3G="1"/> <!-- SYRIATEL -->
|
||||
<pdpContextTableEntry numeric="41702" context2G="1" context3G="1"/> <!-- Areeba -->
|
||||
<pdpContextTableEntry numeric="41709" context2G="1" context3G="1"/> <!-- SYR MOBILE SYR -->
|
||||
|
||||
<!-- Iraq -->
|
||||
<pdpContextTableEntry numeric="41802" context2G="1" context3G="1"/> <!-- SanaTel -->
|
||||
<pdpContextTableEntry numeric="41805" context2G="1" context3G="1"/> <!-- ASIACELL -->
|
||||
<pdpContextTableEntry numeric="41808" context2G="1" context3G="1"/> <!-- SanaTel -->
|
||||
<pdpContextTableEntry numeric="41820" context2G="1" context3G="1"/> <!-- Atheer Iraq -->
|
||||
<pdpContextTableEntry numeric="41830" context2G="1" context3G="1"/> <!-- IRAQNA -->
|
||||
|
||||
<!-- Kuwait -->
|
||||
<pdpContextTableEntry numeric="41902" context2G="1" context3G="1"/> <!-- MTCNet -->
|
||||
<pdpContextTableEntry numeric="41903" context2G="1" context3G="1"/> <!-- WATANIYA -->
|
||||
|
||||
<!-- Saudi Arabia -->
|
||||
<pdpContextTableEntry numeric="42001" context2G="1" context3G="1"/> <!-- ALJAWAL -->
|
||||
<pdpContextTableEntry numeric="42003" context2G="2" context3G="2"/> <!-- molily-KSA -->
|
||||
<pdpContextTableEntry numeric="42007" context2G="1" context3G="1"/> <!-- EAE -->
|
||||
|
||||
<!-- Yemen -->
|
||||
<pdpContextTableEntry numeric="42101" context2G="1" context3G="1"/> <!-- SabaFon -->
|
||||
<pdpContextTableEntry numeric="42102" context2G="1" context3G="1"/> <!-- SPACETEL -->
|
||||
|
||||
<!-- Oman -->
|
||||
<pdpContextTableEntry numeric="42202" context2G="1" context3G="1"/> <!-- OMAN MOBILE -->
|
||||
<pdpContextTableEntry numeric="42203" context2G="1" context3G="1"/> <!-- nawras -->
|
||||
|
||||
<!-- UAE -->
|
||||
<pdpContextTableEntry numeric="42402" context2G="11" context3G="11"/> <!-- ETISALAT -->
|
||||
<pdpContextTableEntry numeric="42403" context2G="1" context3G="1"/> <!-- du -->
|
||||
|
||||
<!-- Israel -->
|
||||
<pdpContextTableEntry numeric="42502" context2G="1" context3G="2"/> <!-- Cellcom -->
|
||||
|
||||
<!-- Bahrain -->
|
||||
<pdpContextTableEntry numeric="42601" context2G="1" context3G="1"/> <!-- BATELCO -->
|
||||
<pdpContextTableEntry numeric="42602" context2G="1" context3G="1"/> <!-- MTC Vodafone BH -->
|
||||
|
||||
<!-- Qatar -->
|
||||
<pdpContextTableEntry numeric="42701" context2G="1" context3G="1"/> <!-- Qat - Qtel -->
|
||||
|
||||
<!-- Iran -->
|
||||
<pdpContextTableEntry numeric="43211" context2G="1" context3G="1"/> <!-- IR-TCI -->
|
||||
<pdpContextTableEntry numeric="43214" context2G="1" context3G="1"/> <!-- IR KISH -->
|
||||
<pdpContextTableEntry numeric="43219" context2G="1" context3G="1"/> <!-- IR MTCE -->
|
||||
<pdpContextTableEntry numeric="43232" context2G="1" context3G="1"/> <!-- Iran Taliya -->
|
||||
<pdpContextTableEntry numeric="43235" context2G="1" context3G="1"/> <!-- Irancell -->
|
||||
|
||||
<!-- Japan -->
|
||||
<pdpContextTableEntry numeric="44010" context2G="5" context3G="5"/> <!-- NTT Volte docomo -->
|
||||
<pdpContextTableEntry numeric="44020" context2G="1" context3G="1"/> <!-- Softbank mobile -->
|
||||
|
||||
<!-- Korea -->
|
||||
<pdpContextTableEntry numeric="45005" context2G="3" context3G="3"/> <!-- SK Telecom -->
|
||||
<pdpContextTableEntry numeric="4500103" context2G="3" context3G="3"/> <!-- Test Bed 3G -->
|
||||
<pdpContextTableEntry numeric="4500180" context2G="3" context3G="3"/> <!-- Test Bed 2G -->
|
||||
|
||||
<!-- Brazil -->
|
||||
<pdpContextTableEntry numeric="72406" context2G="3" context3G="3"/> <!-- VIVO -->
|
||||
<pdpContextTableEntry numeric="72410" context2G="3" context3G="3"/> <!-- VIVO -->
|
||||
<pdpContextTableEntry numeric="72411" context2G="3" context3G="3"/> <!-- VIVO -->
|
||||
<pdpContextTableEntry numeric="72423" context2G="3" context3G="3"/> <!-- VIVO -->
|
||||
<pdpContextTableEntry numeric="72405" context2G="3" context3G="3"/> <!-- CLARO -->
|
||||
<pdpContextTableEntry numeric="72402" context2G="3" context3G="3"/> <!-- TIM -->
|
||||
<pdpContextTableEntry numeric="72403" context2G="3" context3G="3"/> <!-- TIM -->
|
||||
<pdpContextTableEntry numeric="72404" context2G="3" context3G="3"/> <!-- TIM -->
|
||||
|
||||
<!-- Latin Movistar (Operator) -->
|
||||
<pdpContextTableEntry numeric="732123" context2G="3" context3G="3"/> <!-- Colombia -->
|
||||
<pdpContextTableEntry numeric="74000" context2G="3" context3G="3"/> <!-- Equador -->
|
||||
<pdpContextTableEntry numeric="71606" context2G="3" context3G="3"/> <!-- Peru -->
|
||||
<pdpContextTableEntry numeric="73404" context2G="3" context3G="3"/> <!-- Venezuela -->
|
||||
<pdpContextTableEntry numeric="73002" context2G="3" context3G="3"/> <!-- Chile -->
|
||||
<pdpContextTableEntry numeric="72207" context2G="3" context3G="3"/> <!-- Argentina -->
|
||||
<pdpContextTableEntry numeric="74807" context2G="3" context3G="3"/> <!-- Uruguay -->
|
||||
<pdpContextTableEntry numeric="70403" context2G="3" context3G="3"/> <!-- Guatemala -->
|
||||
<pdpContextTableEntry numeric="70604" context2G="3" context3G="3"/> <!-- Elsalvador -->
|
||||
<pdpContextTableEntry numeric="71030" context2G="3" context3G="3"/> <!-- Nicuaragua -->
|
||||
<pdpContextTableEntry numeric="710300" context2G="3" context3G="3"/> <!-- Nicuaragua -->
|
||||
<pdpContextTableEntry numeric="33403" context2G="3" context3G="3"/> <!-- Mexico -->
|
||||
<pdpContextTableEntry numeric="71402" context2G="3" context3G="3"/> <!-- Panama -->
|
||||
<pdpContextTableEntry numeric="714020" context2G="3" context3G="3"/> <!-- Panama -->
|
||||
<pdpContextTableEntry numeric="70401" context2G="3" context3G="3"/> <!-- Guatemala -->
|
||||
|
||||
<!-- Colombia -->
|
||||
<pdpContextTableEntry numeric="732103" context2G="3" context3G="3"/> <!-- TIGO -->
|
||||
<pdpContextTableEntry numeric="732111" context2G="3" context3G="3"/> <!-- TIGO -->
|
||||
<pdpContextTableEntry numeric="732101" context2G="3" context3G="3"/> <!-- Comcel -->
|
||||
|
||||
<!-- Mexico -->
|
||||
<pdpContextTableEntry numeric="33402" context2G="2" context3G="3"/> <!-- Telcel -->
|
||||
<pdpContextTableEntry numeric="334020" context2G="2" context3G="3"/> <!-- Telcel -->
|
||||
|
||||
<!-- Peru -->
|
||||
<pdpContextTableEntry numeric="71610" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
|
||||
<!-- Venezuela -->
|
||||
<pdpContextTableEntry numeric="73401" context2G="3" context3G="3"/> <!-- Digitel -->
|
||||
<pdpContextTableEntry numeric="73402" context2G="3" context3G="3"/> <!-- Digitel -->
|
||||
<pdpContextTableEntry numeric="73403" context2G="3" context3G="3"/> <!-- Digitel -->
|
||||
<pdpContextTableEntry numeric="73406" context2G="3" context3G="3"/> <!-- Movilnet -->
|
||||
|
||||
<!-- Argentina -->
|
||||
<pdpContextTableEntry numeric="722310" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
<pdpContextTableEntry numeric="74810" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
<pdpContextTableEntry numeric="74402" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
<pdpContextTableEntry numeric="72234" context2G="3" context3G="3"/> <!-- Personal -->
|
||||
|
||||
<!-- Chile -->
|
||||
<pdpContextTableEntry numeric="73003" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
<pdpContextTableEntry numeric="73001" context2G="3" context3G="3"/> <!-- Movistar -->
|
||||
<pdpContextTableEntry numeric="73010" context2G="3" context3G="3"/> <!-- Movistar -->
|
||||
|
||||
<!-- PuertoRico -->
|
||||
<pdpContextTableEntry numeric="330110" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
|
||||
<!-- Guatemala -->
|
||||
<pdpContextTableEntry numeric="732111" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
<pdpContextTableEntry numeric="73603" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
<pdpContextTableEntry numeric="70402" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
<pdpContextTableEntry numeric="70603" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
<pdpContextTableEntry numeric="70802" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
<pdpContextTableEntry numeric="74404" context2G="3" context3G="3"/> <!-- Tigo -->
|
||||
|
||||
<!-- Digicel (Operator) -->
|
||||
<pdpContextTableEntry numeric="363020" context2G="3" context3G="3"/> <!-- Aruba -->
|
||||
<pdpContextTableEntry numeric="342750" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="338050" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="36269" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="362695" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="352030" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="358050" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="360070" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="372020" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="708040" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="53988" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="54105" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="348770" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="53703" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="71404" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="34020" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="73801" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="70602" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="374130" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="74603" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="33805" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
<pdpContextTableEntry numeric="310380" context2G="3" context3G="3"/> <!-- Miami -->
|
||||
|
||||
<!-- Panama -->
|
||||
<pdpContextTableEntry numeric="71403" context2G="3" context3G="3"/> <!-- Claro -->
|
||||
|
||||
<!-- USA -->
|
||||
<pdpContextTableEntry numeric="31041" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
<pdpContextTableEntry numeric="310150" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
<pdpContextTableEntry numeric="310170" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
<pdpContextTableEntry numeric="310410" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
<pdpContextTableEntry numeric="310980" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
<pdpContextTableEntry numeric="311180" context2G="3" context3G="3"/> <!-- AT&T -->
|
||||
|
||||
<!-- Canada -->
|
||||
<pdpContextTableEntry numeric="30261" context2G="3" context3G="3"/> <!-- BMC -->
|
||||
<pdpContextTableEntry numeric="30222" context2G="3" context3G="3"/> <!-- TELUS -->
|
||||
<pdpContextTableEntry numeric="30272" context2G="3" context3G="3"/> <!-- ROGERS -->
|
||||
|
||||
</pdpContextTableEntry>
|
||||
@@ -0,0 +1,299 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
* Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!-- Supported XML tags with their fields.
|
||||
* Major tag supports OpcodeValue.
|
||||
* Minor tag supports OpcodeValue, Nodepath and Supported(Optional) fields.
|
||||
* By default, all the resources are assumed as supported.
|
||||
Supported field can be used to mark a resource as not supported.
|
||||
* All the interactive nodes, ondemand nodes and some nodes of sched major
|
||||
group which aren't being used are marked as Not supported by default and
|
||||
can be enabled by using the target specific config files. -->
|
||||
|
||||
<!-- For resources which update multiple nodes or which require speical
|
||||
acquire/release funcitons, need to mention the keyword SPECIAL_NODE
|
||||
in their node path field and accordingly their ApplyOts and ResetOpts
|
||||
functions need to be defined in the code.-->
|
||||
|
||||
<!-- For adding a new resource, a new minor tag with all mandatory fields
|
||||
need to be added just before the end of it's major group. -->
|
||||
|
||||
<ResourceConfigs>
|
||||
<PerfResources>
|
||||
|
||||
<!-- display off major start -->
|
||||
<Major OpcodeValue="0x0" />
|
||||
<Minor OpcodeValue="0x0" Node="SPECIAL_NODE - display_off" />
|
||||
<!-- display off major end -->
|
||||
|
||||
<!-- power collapse major start -->
|
||||
<Major OpcodeValue="0x1" />
|
||||
<Minor OpcodeValue="0x0" Node="/dev/cpu_dma_latency" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/module/lpm_levels/system/perf/perf-l2-pc/idle_enabled" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/module/lpm_levels/parameters/bias_hyst" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/module/lpm_levels/parameters/ref_stddev" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/module/lpm_levels/parameters/tmr_add" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/module/lpm_levels/parameters/lpm_ipi_prediction" Supported="no" />
|
||||
<!-- power collapse major end -->
|
||||
|
||||
<!-- cpufreq major start -->
|
||||
<Major OpcodeValue="0x2" />
|
||||
<Minor OpcodeValue="0x0" Node="/sys/module/msm_performance/parameters/cpu_min_freq" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/module/msm_performance/parameters/cpu_max_freq" />
|
||||
<!-- cpufreq major end -->
|
||||
|
||||
<!-- sched major start -->
|
||||
<Major OpcodeValue="0x3" />
|
||||
<!--Sysfsnode paths may change basing on the target for minors 0x1, 0x4, 0x5, 0x9.
|
||||
So, for targets with different node paths than default, need to be specified
|
||||
in the target specific resource config xml file. -->
|
||||
<Minor OpcodeValue="0x0" Node="/proc/sys/kernel/sched_boost" />
|
||||
<Minor OpcodeValue="0x1" Node="/proc/sys/kernel/sched_prefer_idle" Supported="no" />
|
||||
<Minor OpcodeValue="0x2" Node="/proc/sys/kernel/sched_migration_cost_ns" />
|
||||
<Minor OpcodeValue="0x3" Node="/proc/sys/kernel/sched_small_task" />
|
||||
<Minor OpcodeValue="0x4" Node="/proc/sys/kernel/sched_mostly_idle_load" Supported="no" />
|
||||
<Minor OpcodeValue="0x5" Node="/proc/sys/kernel/sched_mostly_idle_nr_run" Supported="no" />
|
||||
<Minor OpcodeValue="0x6" Node="/proc/sys/kernel/sched_init_task_load" />
|
||||
<Minor OpcodeValue="0x7" Node="/proc/sys/kernel/sched_upmigrate" />
|
||||
<Minor OpcodeValue="0x8" Node="/proc/sys/kernel/sched_downmigrate" />
|
||||
<Minor OpcodeValue="0x9" Node="/proc/sys/kernel/sched_mostly_idle_freq" Supported="no" />
|
||||
<Minor OpcodeValue="0xA" Node="SPECIAL_NODE - sched_add_group" />
|
||||
<Minor OpcodeValue="0xB" Node="/proc/sys/kernel/sched_spill_nr_run" />
|
||||
<Minor OpcodeValue="0xC" Node="/sys/devices/system/cpu/cpu0/sched_static_cpu_pwr_cost" />
|
||||
<Minor OpcodeValue="0xD" Node="/proc/sys/kernel/sched_restrict_cluster_spill" />
|
||||
<Minor OpcodeValue="0xE" Node="SPECIAL_NODE - sched_freq_add_group" />
|
||||
<Minor OpcodeValue="0xF" Node="/dev/cpuset/top-app/cpus" />
|
||||
<Minor OpcodeValue="0x10" Node="/dev/cpuset/foreground/cpus" />
|
||||
<Minor OpcodeValue="0x11" Node="/dev/cpuset/system-background/cpus" />
|
||||
<Minor OpcodeValue="0x12" Node="/dev/cpuset/background/cpus" />
|
||||
<Minor OpcodeValue="0x13" Node="/proc/sys/kernel/sched_freq_aggregate" />
|
||||
<Minor OpcodeValue="0x14" Node="/proc/sys/kernel/sched_enable_thread_grouping" />
|
||||
<Minor OpcodeValue="0x15" Node="/proc/sys/kernel/sched_group_upmigrate" />
|
||||
<Minor OpcodeValue="0x16" Node="/proc/sys/kernel/sched_group_downmigrate" />
|
||||
<!-- sched_freq_aggr_threshold perflock will have contention with sched_boost level 3,
|
||||
so disable this resource for the target which is going to use sched boost 3 level.-->
|
||||
<Minor OpcodeValue="0x17" Node="/proc/sys/kernel/sched_freq_aggregate_threshold" />
|
||||
<Minor OpcodeValue="0x18" Node="/dev/stune/top-app/schedtune.prefer_idle" />
|
||||
<Minor OpcodeValue="0x19" Node="/proc/sys/kernel/sched_initial_task_util" />
|
||||
<Minor OpcodeValue="0x1A" Node="/sys/devices/system/cpu/cpu0/sched_load_boost" />
|
||||
<Minor OpcodeValue="0x1B" Node="/proc/sys/kernel/sched_little_cluster_coloc_fmin_khz" />
|
||||
<Minor OpcodeValue="0x1C" Node="/dev/stune/top-app/schedtune.boost" />
|
||||
<Minor OpcodeValue="0x1D" Node="/proc/sys/kernel/sched_busy_hysteresis_enable_cpus" />
|
||||
<Minor OpcodeValue="0x1E" Node="/proc/sys/kernel/sched_min_task_util_for_colocation" />
|
||||
<Minor OpcodeValue="0x1F" Node="/proc/sys/kernel/sched_min_task_util_for_boost" />
|
||||
<Minor OpcodeValue="0x20" Node="/proc/%d/sched_boost" Supported="yes"/> <!-- sched_task_boost -->
|
||||
<Minor OpcodeValue="0x21" Node="/proc/sys/kernel/sched_user_hint" /> <!--sched_user_hint -->
|
||||
<Minor OpcodeValue="0x22" Node="/proc/sys/kernel/sched_task_unfilter_nr_windows" /> <!--sched_task_unfilter_nr_windows -->
|
||||
<Minor OpcodeValue="0x23" Node="/proc/sys/kernel/sched_coloc_downmigrate_ns" /> <!--sched_coloc_downmigrate_ns -->
|
||||
<Minor OpcodeValue="0x24" Node="/proc/sys/kernel/sched_coloc_busy_hysteresis_enable_cpus" />
|
||||
<Minor OpcodeValue="0x25" Node="/proc/sys/kernel/sched_coloc_busy_hyst_ns" />
|
||||
<Minor OpcodeValue="0x26" Node="/proc/sys/kernel/sched_window_stats_policy" />
|
||||
<Minor OpcodeValue="0x27" Node="/proc/sys/kernel/sched_many_wakeup_threshold" />
|
||||
<Minor OpcodeValue="0x28" Node="/proc/sys/kernel/sched_sync_hint_enable" />
|
||||
<Minor OpcodeValue="0x29" Node="/proc/sys/kernel/sched_ravg_window_nr_ticks" />
|
||||
<Minor OpcodeValue="0x2A" Node="/proc/sys/kernel/sched_prefer_spread" />
|
||||
<Minor OpcodeValue="0x2B" Node="/dev/cpuctl/top-app/cpu.uclamp.min" />
|
||||
<Minor OpcodeValue="0x2C" Node="/proc/%d/sched_boost" Supported="yes" /> <!-- enable sched_task_boost for top-app render thread-->
|
||||
<Minor OpcodeValue="0x2D" Node="/proc/%d/sched_boost" Supported="yes" /> <!-- disable sched_task_boost for top-app render thread-->
|
||||
<Minor OpcodeValue="0x2E" Node="/proc/sys/walt/sched_task_unfilter_period" />
|
||||
<Minor OpcodeValue="0x2F" Node="/proc/sys/walt/sched_conservative_pl" />
|
||||
<Minor OpcodeValue="0x30" Node="/proc/sys/walt/sched_coloc_busy_hyst_cpu_busy_pct" />
|
||||
<Minor OpcodeValue="0x31" Node="/proc/sys/walt/sched_coloc_busy_hyst_cpu_ns" />
|
||||
<Minor OpcodeValue="0x32" Node="/proc/sys/kernel/walt_rtg_cfs_boost_prio" />
|
||||
<Minor OpcodeValue="0x33" Node="/proc/sys/kernel/sched_force_lb_enable" Supported="yes" />
|
||||
<Minor OpcodeValue="0x34" Node="/proc/%d/sched_low_latency" Supported="yes" />
|
||||
<Minor OpcodeValue="0x35" Node="/proc/sys/kernel/sched_min_granularity_ns" />
|
||||
<Minor OpcodeValue="0x36" Node="/proc/sys/kernel/walt_low_latency_task_threshold" />
|
||||
<Minor OpcodeValue="0x37" Node="/dev/stune/foreground/schedtune.prefer_idle" />
|
||||
<Minor OpcodeValue="0x38" Node="/proc/sys/kernel/%s" Supported="no"/>
|
||||
<Minor OpcodeValue="0x39" Node="/dev/stune/top-app/schedtune.colocate" Supported="no" />
|
||||
<Minor OpcodeValue="0x3A" Node="/dev/cpuctl/top-app/cpu.uclamp.latency_sensitive" />
|
||||
<Minor OpcodeValue="0x3B" Node="/dev/cpuctl/foreground/cpu.uclamp.latency_sensitive" />
|
||||
<Minor OpcodeValue="0x3D" Node="/proc/sys/kernel/%s" Supported="no"/>
|
||||
<!-- sched major end -->
|
||||
|
||||
<!-- core hotplug major start -->
|
||||
<Major OpcodeValue="0x4" />
|
||||
<Minor OpcodeValue="0x0" Node="SPECIAL_NODE - lock_min_cores" />
|
||||
<Minor OpcodeValue="0x1" Node="SPECIAL_NODE - lock_max_cores" />
|
||||
<!-- core hotplug major end-->
|
||||
|
||||
<!-- interactive major start -->
|
||||
<Major OpcodeValue="0x5" />
|
||||
<!-- For following minors node paths might change basing on GovInstanceType and
|
||||
Supported field might change basing on the type of CpufreqGov.-->
|
||||
<Minor OpcodeValue="0x0" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/above_hispeed_delay" Supported="no" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/boost" Supported="no" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/boostpulse" Supported="no" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/boostpulse_duration" Supported="no" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/go_hispeed_load" Supported="no" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/hispeed_freq" Supported="no" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/io_is_busy" Supported="no" />
|
||||
<Minor OpcodeValue="0x7" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/min_sample_time" Supported="no" />
|
||||
<Minor OpcodeValue="0x8" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/target_loads" Supported="no" />
|
||||
<Minor OpcodeValue="0x9" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_rate" Supported="no" />
|
||||
<Minor OpcodeValue="0xA" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_slack" Supported="no" />
|
||||
<Minor OpcodeValue="0xB" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/max_freq_hysteresis" Supported="no" />
|
||||
<Minor OpcodeValue="0xC" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load" Supported="no" />
|
||||
<Minor OpcodeValue="0xD" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/use_migration_notif" Supported="no" />
|
||||
<Minor OpcodeValue="0xE" Node="/sys/devices/system/cpu/cpu0/cpufreq/interactive/ignore_hispeed_on_notif" Supported="no" />
|
||||
<Minor OpcodeValue="0xF" Node="/sys/devices/system/cpu/cpu0/cpufreq/schedutil/hispeed_freq" />
|
||||
<Minor OpcodeValue="0x10" Node="/sys/devices/system/cpu/cpu0/cpufreq/schedutil/hispeed_load" />
|
||||
<Minor OpcodeValue="0x11" Node="/sys/devices/system/cpu/cpu0/cpufreq/schedutil/pl" />
|
||||
<Minor OpcodeValue="0x12" Node="/sys/devices/system/cpu/cpu0/cpufreq/schedutil/down_rate_limit_us" />
|
||||
<Minor OpcodeValue="0x13" Node="/sys/devices/system/cpu/cpu0/cpufreq/schedutil/rtg_boost_freq" />
|
||||
<!-- interactive major end -->
|
||||
|
||||
<!-- cpubw hwmon major start -->
|
||||
<Major OpcodeValue="0x6" />
|
||||
<!-- ALl the following minors might change based on target. -->
|
||||
<Minor OpcodeValue="0x0" Node="/sys/class/devfreq/soc:qcom,cpubw/min_freq" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/decay_rate" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0x3" Node="SPECIAL_NODE - cpubw_hwmon_hyst_opt" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/low_power_ceil_mbps" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/low_power_io_percent" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/class/devfreq/soc:qcom,cpubw/max_freq" />
|
||||
<Minor OpcodeValue="0x7" Node="/sys/class/devfreq/soc:qcom,cpubw/polling_interval" />
|
||||
<Minor OpcodeValue="0x8" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/sample_ms" />
|
||||
<Minor OpcodeValue="0x9" Node="/sys/class/devfreq/soc:qcom,cpubw/bw_hwmon/idle_mbps" />
|
||||
<!--Here onwards are the path for new opcodes to mark CPU_LLCC_BW nodes.Upper ones
|
||||
of this major are marked as unsupported for the tergets using the new opcodes-->
|
||||
<Minor OpcodeValue="0xA" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/min_freq" />
|
||||
<Minor OpcodeValue="0xB" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/up_scale" />
|
||||
<Minor OpcodeValue="0xC" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/use_ab" />
|
||||
<Minor OpcodeValue="0xD" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0xE" Node="SPECIAL_NODE - llcbw_hwmon_hyst_opt" />
|
||||
<Minor OpcodeValue="0xF" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/sample_ms" />
|
||||
<Minor OpcodeValue="0x10" Node="/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/polling_interval" />
|
||||
<Minor OpcodeValue="0x11" Node="/sys/devices/system/cpu/bus_dcvs/LLCC/190b6400.qcom,bwmon-llcc/min_freq" />
|
||||
<Minor OpcodeValue="0x12" Node="/sys/devices/system/cpu/bus_dcvs/LLCC/190b6400.qcom,bwmon-llcc/max_freq" />
|
||||
<!-- cpubw hwmon major end -->
|
||||
|
||||
<!-- video major start -->
|
||||
<Major OpcodeValue="0x7" />
|
||||
<Minor OpcodeValue="0x0" Node="SPECIAL_NODE - handle_vid_encplay_hint" />
|
||||
<Minor OpcodeValue="0x1" Node="SPECIAL_NODE - handle_vid_decplay_hint" />
|
||||
<Minor OpcodeValue="0x2" Node="SPECIAL_NODE - handle_disp_hint" />
|
||||
<!-- video major end -->
|
||||
|
||||
<!-- ksm major start -->
|
||||
<Major OpcodeValue="0x8" />
|
||||
<Minor OpcodeValue="0x0" Node="SPECIAL_NODE - disable_ksm" />
|
||||
<Minor OpcodeValue="0x1" Node="SPECIAL_NODE - set_ksm_param" />
|
||||
<!-- ksm major end -->
|
||||
|
||||
<!-- ondemand major start -->
|
||||
<Major OpcodeValue="0x9" />
|
||||
<Minor OpcodeValue="0x0" Node="/sys/devices/system/cpu/cpufreq/ondemand/sampling_rate" Supported="no" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/devices/system/cpu/cpufreq/ondemand/io_is_busy" Supported="no" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor" Supported="no" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/devices/system/cpu/cpufreq/ondemand/sync_freq" Supported="no" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/devices/system/cpu/cpufreq/ondemand/optimal_freq" Supported="no" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/devices/system/cpu/cpufreq/ondemand/enable_stepup" Supported="no" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/devices/system/cpu/cpufreq/ondemand/max_intermediate_steps" Supported="no" />
|
||||
<Minor OpcodeValue="0x7" Node="/dev/cpuctl/cpu.notify_on_migrate" Supported="no" />
|
||||
<!-- ondemand major end -->
|
||||
|
||||
<!-- gpu major start -->
|
||||
<Major OpcodeValue="0xA" />
|
||||
<Minor OpcodeValue="0x0" Node="/sys/class/kgsl/kgsl-3d0/default_pwrlevel" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/class/kgsl/kgsl-3d0/min_pwrlevel" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/class/kgsl/kgsl-3d0/max_pwrlevel" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/class/kgsl/kgsl-3d0/devfreq/min_freq" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/class/kgsl/kgsl-3d0/devfreq/max_freq" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/class/devfreq/soc:qcom,gpubw/min_freq" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/class/devfreq/soc:qcom,gpubw/max_freq" />
|
||||
<Minor OpcodeValue="0x7" Node="SPECIAL_NODE - gpu_disable_gpu_nap" />
|
||||
<Minor OpcodeValue="0x8" Node="/sys/class/kgsl/kgsl/proc/%d/state" />
|
||||
<Minor OpcodeValue="0x9" Node="/sys/class/kgsl/kgsl/proc/%d/state" />
|
||||
<Minor OpcodeValue="0xA" Node="/sys/class/kgsl/kgsl-3d0/devfreq/mod_percent" />
|
||||
<!-- gpu major end -->
|
||||
|
||||
<!-- misc major start -->
|
||||
<Major OpcodeValue="0xB" />
|
||||
<Minor OpcodeValue="0x0" Node="SPECIAL_NODE - unsupported" />
|
||||
<Minor OpcodeValue="0x1" Node="SPECIAL_NODE - irq_balancer" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/module/cpu_boost/parameters/input_boost_freq" />
|
||||
<Minor OpcodeValue="0x3" Node="/proc/sys/vm/swap_ratio" />
|
||||
<Minor OpcodeValue="0x4" Node="StorageNode_path_is_figured_out_based_on_the_target_device" />
|
||||
<Minor OpcodeValue="0x5" Node="SPECIAL_NODE - dummy_or_keep_alive" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/module/process_reclaim/parameters/enable_process_reclaim" />
|
||||
<Minor OpcodeValue="0x7" Node="SPECIAL_NODE - disable_pasr" />
|
||||
<!-- misc major end -->
|
||||
|
||||
<!-- llcbw hwmon major start -->
|
||||
<Major OpcodeValue="0xC" />
|
||||
<!-- ALl the following minors node path might change based on target. -->
|
||||
<Minor OpcodeValue="0x0" Node="/sys/class/devfreq/soc:qcom,llccbw/min_freq" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/class/devfreq/soc:qcom,llccbw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0x2" Node="SPECIAL_NODE - llcbw_hwmon_hyst_opt" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/class/devfreq/soc:qcom,llccbw/bw_hwmon/sample_ms" />
|
||||
<!--Here onwards are the path for new opcodes to mark LLCC_DDR_BW nodes.Upper ones
|
||||
of this major are marked as unsupported for the tergets using the new opcodes-->
|
||||
<Minor OpcodeValue="0x4" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/min_freq" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/up_scale" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/max_freq" />
|
||||
<Minor OpcodeValue="0x7" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/decay_rate" />
|
||||
<Minor OpcodeValue="0x8" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0x9" Node="SPECIAL_NODE - cpubw_hwmon_hyst_opt" />
|
||||
<Minor OpcodeValue="0xA" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/low_power_ceil_mbps" />
|
||||
<Minor OpcodeValue="0xB" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/low_power_io_percent" />
|
||||
<Minor OpcodeValue="0xC" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/polling_interval" />
|
||||
<Minor OpcodeValue="0xD" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/sample_ms" />
|
||||
<Minor OpcodeValue="0xE" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/idle_mbps" />
|
||||
<Minor OpcodeValue="0xF" Node="/sys/devices/system/cpu/bus_dcvs/DDR/19091000.qcom,bwmon-ddr/min_freq" />
|
||||
<Minor OpcodeValue="0x10" Node="/sys/devices/system/cpu/bus_dcvs/DDR/19091000.qcom,bwmon-ddr/max_freq" />
|
||||
<Minor OpcodeValue="0x11" Node="/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/use_ab" />
|
||||
|
||||
<!-- llcbw hwmon major end -->
|
||||
|
||||
<!-- memlat major start -->
|
||||
<Major OpcodeValue="0xD" />
|
||||
<!-- ALl the following minors node path might change based on target. -->
|
||||
<Minor OpcodeValue="0x0" Node="/sys/class/devfreq/soc:qcom,l3-cpu%d/min_freq" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/class/devfreq/soc:qcom,memlat-cpu0/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0x2" Node="/sys/class/devfreq/soc:qcom,memlat-cpu4/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0x3" Node="/sys/class/devfreq/soc:qcom,memlat-cpu0/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/class/devfreq/soc:qcom,memlat-cpu4/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0x5" Node="/sys/class/devfreq/soc:qcom,memlat-cpu0/min_freq" />
|
||||
<Minor OpcodeValue="0x6" Node="/sys/class/devfreq/soc:qcom,memlat-cpu4/min_freq" />
|
||||
<Minor OpcodeValue="0x7" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-llcc-lat/min_freq" />
|
||||
<Minor OpcodeValue="0x8" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-llcc-lat/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0x9" Node="/sys/class/devfreq/soc:qcom,cpu4-cpu-llcc-lat/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0xA" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-llcc-lat/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0xB" Node="/sys/class/devfreq/soc:qcom,cpu4-cpu-llcc-lat/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0xC" Node="/sys/class/devfreq/soc:qcom,cpu0-llcc-ddr-lat/min_freq" />
|
||||
<Minor OpcodeValue="0xD" Node="/sys/class/devfreq/soc:qcom,cpu0-llcc-ddr-lat/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0xE" Node="/sys/class/devfreq/soc:qcom,cpu4-llcc-ddr-lat/mem_latency/ratio_ceil" />
|
||||
<Minor OpcodeValue="0xF" Node="/sys/class/devfreq/soc:qcom,cpu0-llcc-ddr-lat/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0x10" Node="/sys/class/devfreq/soc:qcom,cpu4-llcc-ddr-lat/mem_latency/stall_floor" />
|
||||
<Minor OpcodeValue="0x11" Node="/sys/class/devfreq/18321000.qcom,devfreq-l3:qcom,cpu%d-cpu-l3-lat/max_freq" />
|
||||
<Minor OpcodeValue="0x12" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-ddr-latfloor/min_freq" />
|
||||
<Minor OpcodeValue="0x13" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-ddr-latfloor/max_freq" />
|
||||
<Minor OpcodeValue="0x14" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-llcc-lat/max_freq" />
|
||||
<Minor OpcodeValue="0x15" Node="/sys/class/devfreq/soc:qcom,cpu0-llcc-ddr-lat/max_freq" />
|
||||
<Minor OpcodeValue="0x16" Node="/sys/devices/system/cpu/bus_dcvs/L3/soc:qcom,memlat:l3:prime/min_freq" />
|
||||
<Minor OpcodeValue="0x17" Node="/sys/devices/system/cpu/bus_dcvs/LLCC/soc:qcom,memlat:llcc:silver/min_freq" />
|
||||
<Minor OpcodeValue="0x18" Node="/sys/devices/system/cpu/bus_dcvs/DDR/soc:qcom,memlat:ddr:silver/min_freq" />
|
||||
<!-- memlat major end -->
|
||||
|
||||
<!-- npu major start -->
|
||||
<Major OpcodeValue="0xE" />
|
||||
<!-- ALl the following minors node path might change based on target. -->
|
||||
<Minor OpcodeValue="0x0" Node="/sys/class/devfreq/soc:qcom,npu-npu-llcc-bw/bw_hwmon/sample_ms" />
|
||||
<Minor OpcodeValue="0x1" Node="/sys/class/devfreq/soc:qcom,npu-npu-llcc-bw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0x2" Node="SPECIAL_NODE - npu_llcbw_hwmon_hyst_opt" />
|
||||
<!--Here onwards are the path for new opcodes to mark NPU_LLCC_DDR_BW nodes.-->
|
||||
<Minor OpcodeValue="0x3" Node="/sys/class/devfreq/soc:qcom,npu-llcc-ddr-bw/bw_hwmon/sample_ms" />
|
||||
<Minor OpcodeValue="0x4" Node="/sys/class/devfreq/soc:qcom,npu-llcc-ddr-bw/bw_hwmon/io_percent" />
|
||||
<Minor OpcodeValue="0x5" Node="SPECIAL_NODE - npu_ddr_llcbw_hwmon_hyst_opt" />
|
||||
<!-- npu major end -->
|
||||
|
||||
</PerfResources>
|
||||
</ResourceConfigs>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
/* Copyright (c) 2021 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
*/
|
||||
-->
|
||||
|
||||
<ResourceConfigs>
|
||||
<PerfResources>
|
||||
<SysNode Idx="0x0" Node="/sys/module/msm_performance/parameters/num_clusters" />
|
||||
<SysNode Idx="0x1" Node="/sys/module/msm_performance/parameters/managed_cpus" />
|
||||
<SysNode Idx="0x2" Node="/sys/module/msm_performance/parameters/cpu_max_freq" />
|
||||
<SysNode Idx="0x3" Node="/sys/module/msm_performance/events/cpu_hotplug" />
|
||||
<SysNode Idx="0x4" Node="/sys/module/msm_performance/parameters/max_cpus" />
|
||||
<SysNode Idx="0x5" Node="/sys/module/msm_performance/parameters/inst" />
|
||||
<SysNode Idx="0x6" Node="/sys/module/msm_performance/parameters/splh_notif" />
|
||||
<SysNode Idx="0x7" Node="/sys/module/msm_performance/notify/gfx_evt" />
|
||||
<SysNode Idx="0x8" Node="/sys/module/msm_performance/parameters/evnt_gplaf_pid" />
|
||||
</PerfResources>
|
||||
</ResourceConfigs>
|
||||
+198
@@ -0,0 +1,198 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
/* Copyright (c) 2018-2019 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<!--Ids are used in identifying the boosts, increment ids linearly,
|
||||
do not modify Ids, or add in between-->
|
||||
<!--follow the number format rules while specifying number, can be given
|
||||
in any format-->
|
||||
|
||||
<BoostConfigs>
|
||||
<PerfBoost>
|
||||
|
||||
<!--app lauch boost-->
|
||||
<!-- SCHED DOWNMIGRATE resource opcode, value-->
|
||||
<!-- SCHED UPMIGRATE resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
|
||||
<!-- Type="1", main launch boost of 2sec -->
|
||||
<Config
|
||||
Id="0x00001081" Type="1" Enable="true" Timeout="2000"
|
||||
Resources="0x40C20000, 0x28, 0x40C1C000, 0x32, 0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000, 1516,
|
||||
0x40800100, 1516" />
|
||||
|
||||
|
||||
<!--app lauch boost (disabling packing)-->
|
||||
<!-- POWER COLLAPSE resource opcode, value-->
|
||||
<!-- STORAGE CLK SCALING resource opcode, value-->
|
||||
<!-- CPUBW_MIN_FREQ resource opcode, value-->
|
||||
<!-- LLCCBW resource opcode, value-->
|
||||
<!-- L3 resource opcode, value-->
|
||||
<!-- GPU nap resource opcode, value-->
|
||||
|
||||
<!-- Type="2", launch boost for disable packing 1.5sec -->
|
||||
<Config
|
||||
Id="0x00001081" Type="2" Enable="true" Timeout="1500"
|
||||
Resources="0x40400000, 0x1, 0x42C10000, 0x1, 0x43010000, 59,
|
||||
0x41828000, 806, 0x43400000, 1190, 0x4281C000, 1500" />
|
||||
|
||||
|
||||
<!-- config_enableLaunchBoostv3-->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
<!-- SCHED GROUP DOWNMIGRATE resource opcode, value-->
|
||||
<!-- SCHED GROUP UPMIGRATE resource opcode, value-->
|
||||
<!-- LPM Bias resource opcode, value-->
|
||||
|
||||
<!-- Type="3", FA launch boost of 15sec -->
|
||||
<Config
|
||||
Id="0x00001081" Type="3" Enable="true" Timeout="15000"
|
||||
Resources="0x40C00000, 0x3, 0x40C58000, 95, 0x40C54000, 100, 0x40408000, 0x63" />
|
||||
|
||||
<!-- config_gameBoost-->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
<!-- SCHED GROUP DOWNMIGRATE resource opcode, value-->
|
||||
<!-- SCHED GROUP UPMIGRATE resource opcode, value-->
|
||||
<!-- LPM Bias resource opcode, value-->
|
||||
|
||||
<!-- Type="4", FA launch boost of 15sec -->
|
||||
<Config
|
||||
Id="0x00001081" Type="4" Enable="true" Timeout="15000"
|
||||
Resources="0x40C00000, 0x3, 0x40C58000, 95, 0x40C54000, 100, 0x40408000, 0x63" />
|
||||
|
||||
<!-- config_enableLaunchBoost6-->
|
||||
<!-- LPM_BIAS resource opcode, val ms-->
|
||||
<!-- SLB_BIG, val, SLB_BIG, val-->
|
||||
<!-- MIN_FREQ_BIG, val MHz -->
|
||||
<!-- CPU_DOWN_FREQ_THRESHOLD_US, val us -->
|
||||
|
||||
<!-- Type="6", Game Launch boost -->
|
||||
<Config
|
||||
Id="0x00001081" Type="6" Enable="true" Timeout="2000"
|
||||
Resources="0x40408000, 0x5,
|
||||
0x40C68000, 60, 0x40C68010, 60,
|
||||
0x40800000, 1363,
|
||||
0x41448000, 20000 "/>
|
||||
|
||||
<!--Animation boost -->
|
||||
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
<Config
|
||||
Id="0x00001083" Enable="true" Timeout="400"
|
||||
Resources="0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000, 0xFFF, 0x40800100, 0xFFF" />
|
||||
|
||||
<!--Vertical Scroll boost-->
|
||||
<!-- CPUBW_MIN_FREQ resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value -->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
|
||||
<!-- Type="1", Vertical Scroll boost -->
|
||||
<Config
|
||||
Id="0x00001080" Type="1" Enable="true"
|
||||
Resources="0x43010000, 0x26, 0x40800000, 1017, 0x40800100, 1100, 0x40C00000, 2" />
|
||||
|
||||
<!--Horizontal Scroll boost-->
|
||||
<!-- CPUBW_MIN_FREQ resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value -->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
|
||||
<!-- Type="2", Horizontal Scroll boost -->
|
||||
<Config
|
||||
Id="0x00001080" Type="2" Enable="true"
|
||||
Resources="0x43010000, 0x26, 0x40800000, 1017, 0x40800100, 1100, 0x40C00000, 2" />
|
||||
|
||||
|
||||
<!--Pre-Fling boost-->
|
||||
<!-- CPUBW_MIN_FREQ resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value -->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
|
||||
<!-- Type="4", Pre-Fling boost -->
|
||||
<Config
|
||||
Id="0x00001080" Type="4" Enable="true" Timeout="80"
|
||||
Resources="0x43010000, 0x26, 0x40800000, 1017, 0x40800100, 1100, 0x40C00000, 2" />
|
||||
|
||||
<!--MTP boost-->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- STORAGE CLK SCALING resource opcode, value-->
|
||||
<!-- LPM Bias resource opcode, value -->
|
||||
|
||||
<!-- Type="", MTP boost -->
|
||||
<Config
|
||||
Id="0x00001086" Enable="true"
|
||||
Resources="0x40C00000, 0x1, 0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000, 1516,
|
||||
0x40800100, 1516, 0x42C10000, 0x1, 0x40408000, 0x19" />
|
||||
|
||||
<!--PackageInstall boost-->
|
||||
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- SCHED_SYNC_HINT_ENABLE resource opcode, value-->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
<!-- Type="", Package Install boost -->
|
||||
<Config
|
||||
Id="0x00001088" Enable="true"
|
||||
Resources="0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000, 0xFFF,
|
||||
0x40800100, 0xFFF, 0x40CA0000, 0, 0x40C00000, 2" />
|
||||
|
||||
<!--Rotation latency boost-->
|
||||
<!-- SCHEDBOOST resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MAX_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG Core resource opcode, value-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- Type="", Rotation latency boost -->
|
||||
<Config
|
||||
Id="0x00001089" Enable="true" Timeout="1500"
|
||||
Resources="0x40C00000, 0x1, 0x40804000, 0xFFF, 0x40804100, 0xFFF, 0x40800000,0xFFF,
|
||||
0x40800100,0xFFF" />
|
||||
|
||||
<!--Rotation animation boost-->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value-->
|
||||
<!-- GPU MIN_FREQUENCY resource opcode,value-->
|
||||
<!-- Type="", Rotation animation boost -->
|
||||
<Config
|
||||
Id="0x00001090" Enable="true" Timeout="1000"
|
||||
Resources="0x40800100, 1000, 0x42804000, 0" />
|
||||
|
||||
<!--Drag boost-->
|
||||
<!-- CPUBOOST_MIN_FREQ BIG CORE resource opcode, value -->
|
||||
<!-- CPUBOOST_MIN_FREQ LITTLE Core resource opcode, value -->
|
||||
|
||||
<!-- Type="1", Drag boost -->
|
||||
<Config
|
||||
Id="0x00001087" Type="1" Enable="true" Timeout="0"
|
||||
Resources="0x40800000, 1017, 0x40800100, 1248" />
|
||||
|
||||
<!--Display on Resource -->
|
||||
<!-- Display on resource opcode, value -->
|
||||
<Config
|
||||
Id="0x00001041" Enable="true" Timeout="0"
|
||||
Resources="0x40000000, 1" />
|
||||
|
||||
<!--Display off Resource -->
|
||||
<!-- Display on resource opcode, value -->
|
||||
<Config
|
||||
Id="0x00001040" Enable="true" Timeout="0"
|
||||
Resources="0x40000000, 0x0" />
|
||||
|
||||
</PerfBoost>
|
||||
</BoostConfigs>
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!-- This is PerfConfigsStore file which returns the value when a
|
||||
particular property name is invoked -->
|
||||
|
||||
<!-- This file supports only Prop tag, which has the following fields
|
||||
* Name, to identify the name of the property. The names of the
|
||||
properties have been classified into Vendor and System property.
|
||||
* Value, the new value to be returned as string when respective
|
||||
property Name is called. -->
|
||||
|
||||
<PerfConfigsStore>
|
||||
<PerfConfigs>
|
||||
|
||||
<!--Vendor Properties -->
|
||||
<Prop Name="vendor.debug.enable.lm" Value="true" />
|
||||
<Prop Name="vendor.iop.enable_uxe" Value="1" />
|
||||
<Prop Name="vendor.enable.prefetch" Value="false" />
|
||||
<Prop Name="vendor.iop.enable_prefetch_ofr" Value="false" />
|
||||
<Prop Name="vendor.perf.iop_v3.enable" Value="false" />
|
||||
<Prop Name="vendor.perf.iop_v3.enable.debug" Value="false" />
|
||||
<Prop Name="vendor.debug.enable.memperfd" Value="true" />
|
||||
|
||||
<!--System Properties -->
|
||||
<Prop Name="ro.vendor.qti.sys.fw.bservice_age" Value="300000" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.bservice_limit" Value="15" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.bservice_enable" Value="true" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.use_trim_settings" Value="true" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.empty_app_percent" Value="50" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.trim_empty_percent" Value="100" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.trim_cache_percent" Value="100" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.trim_enable_memory" Value="4294967296" />
|
||||
<Prop Name="ro.vendor.qti.am.reschedule_service" Value="true" />
|
||||
<Prop Name="ro.vendor.iocgrp.config" Value="1" />
|
||||
<Prop Name="vendor.perf.gestureflingboost.enable" Value="true" />
|
||||
<Prop Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="60" />
|
||||
<Prop Name="ro.vendor.at_library" Value="libqti-at.so" />
|
||||
<Prop Name="ro.lmk.enable_userspace_lmk" Value="false" />
|
||||
|
||||
</PerfConfigs>
|
||||
</PerfConfigsStore>
|
||||
+60
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
* Copyright (c) 2018-2019 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<TargetConfig>
|
||||
|
||||
<!-- All the target related information goes in TargetInfo tag.
|
||||
Following are the supported fields for TargetInfo tag.
|
||||
Mandatory Fields
|
||||
* NumClusters, number of clusters
|
||||
* TotalNumCores, total number of cores
|
||||
* SocIds, a comma seperated list of supported socids for this target.
|
||||
Other Fields
|
||||
* Target, target name.
|
||||
* SynCore, default value is "1" implies sync core and change to "0" for async core.
|
||||
* CoreCtlCpu, core_ctl is enabled on which physical core, defalut value is "-1".
|
||||
* MinCoreOnline, minimum number of cores needed to be online, default value is "0"
|
||||
* GovInstanceType, default value "0" which implies "CLUSTER_BASED_GOV_INSTANCE",
|
||||
can be changed to "1" for "SINGLE_GOV_INSTANCE".
|
||||
* CpufreqGov, default value is "0" which implies "INTERACTIVE", can be changed it
|
||||
to "1" for "SCHEDUTIL".
|
||||
-->
|
||||
|
||||
<!-- For each cluster,write a seperate ClustersInfo tag.
|
||||
Following are the supported fields for ClustersInfo tag.
|
||||
Mandatory Fields
|
||||
* Id, cluster number starts with index 0.
|
||||
* NumCores, total number of cores for that cluster.
|
||||
Other Fields
|
||||
* Type, whther a "little" or "big" cluster.
|
||||
(Type is mandatory, If there is more than one cluster.)
|
||||
* MaxFrequency, Any limitations for max frequency for that cluster.
|
||||
-->
|
||||
|
||||
<!-- For targets sharing the same platfrom, we can have seperate config tag for each
|
||||
of those targets with different number in the Config tag and basing on the socId
|
||||
of the target device, we decide which configs to consider. -->
|
||||
|
||||
<Config1>
|
||||
|
||||
<TargetInfo
|
||||
Target="atoll"
|
||||
NumClusters="2"
|
||||
TotalNumCores="8"
|
||||
SocIds="407,443"
|
||||
SynCore="1"
|
||||
CoreCtlCpu="0"
|
||||
MinCoreOnline="0"
|
||||
CpufreqGov="1" />
|
||||
|
||||
<ClustersInfo Id="0" NumCores="6" Type="little" />
|
||||
<ClustersInfo Id="1" NumCores="2" Type="big" />
|
||||
|
||||
</Config1>
|
||||
|
||||
</TargetConfig>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
* Copyright (c) 2018-2019 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!-- This is a target specific resource config file which can be
|
||||
used to overwrite the node paths mentioned in common resources file
|
||||
and also to modify the Supported field information. -->
|
||||
|
||||
<!-- This file supports only Config tag, which has the following fields
|
||||
* MajorValue and MinorValue, both are required to uniquely
|
||||
identify the resource.
|
||||
* Node, the new node path to overwrite the already existing path
|
||||
of commonresourceconfigs.xml file.
|
||||
* Supported, to indicate whether the resource is supported or not.
|
||||
* For each config tag, either of Node or Supported fields need
|
||||
to be mentioned.
|
||||
NOTE - It is not Mandatory to write all the resources which are not supported,
|
||||
as anyway perflock calls of these resources would fail. -->
|
||||
|
||||
<ResourceConfigs>
|
||||
<PerfResources>
|
||||
|
||||
<Config MajorValue="0x1" MinorValue="0x1" Supported="no" /> <!-- toggle_l2_pc_perf -->
|
||||
|
||||
<Config MajorValue="0x3" MinorValue="0x3" Supported="no" /> <!-- sched_small_task -->
|
||||
<Config MajorValue="0x3" MinorValue="0x6" Supported="no" /> <!-- sched_init_task_load -->
|
||||
<Config MajorValue="0x3" MinorValue="0xB" Supported="no" /> <!-- sched_spill_nr_run -->
|
||||
<Config MajorValue="0x3" MinorValue="0xC" Supported="no" /> <!-- sched_static_cpu_pwr_cost -->
|
||||
<Config MajorValue="0x3" MinorValue="0xD" Supported="no" /> <!-- sched_restrict_cluster_spill -->
|
||||
<Config MajorValue="0x3" MinorValue="0x13" Supported="no" /> <!-- sched_set_freq_aggr -->
|
||||
<Config MajorValue="0x3" MinorValue="0x14" Supported="no" /> <!-- sched_enable_thread_grouping -->
|
||||
<Config MajorValue="0x3" MinorValue="0x17" Supported="no" /> <!-- sched_freq_aggr_threshold -->
|
||||
|
||||
<Config MajorValue="0x5" MinorValue="0x13" Supported="no" /> <!-- rtg_boost_freq -->
|
||||
|
||||
<!--All the cpubw_hmon path are now migrated to new opcodes.Hence unsupporting old ones-->
|
||||
<Config MajorValue="0x6" MinorValue="0x0" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x1" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x2" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x3" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x4" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x5" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x6" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x7" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x8" Supported="no" />
|
||||
<Config MajorValue="0x6" MinorValue="0x9" Supported="no" />
|
||||
|
||||
<!--All llcbw path are now migrated to new opcode.Hence unsupporting old ones.-->
|
||||
<Config MajorValue="0xC" MinorValue="0x0" Supported="no" />
|
||||
<Config MajorValue="0xC" MinorValue="0x1" Supported="no" />
|
||||
<Config MajorValue="0xC" MinorValue="0x2" Supported="no" />
|
||||
<Config MajorValue="0xC" MinorValue="0x3" Supported="no" />
|
||||
<Config MajorValue="0xC" MinorValue="0xA" Supported="no" /> <!-- cpubw_hmon_low_power_ceil_mbps -->
|
||||
<Config MajorValue="0xC" MinorValue="0xB" Supported="no" /> <!-- cpubw_hmon_low_power_io_percent -->
|
||||
|
||||
<Config MajorValue="0xD" MinorValue="0x0" Node="/sys/class/devfreq/soc:qcom,cpu%d-cpu-l3-lat/min_freq" />
|
||||
<Config MajorValue="0xD" MinorValue="0x1" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-l3-lat/mem_latency/ratio_ceil" />
|
||||
<Config MajorValue="0xD" MinorValue="0x2" Node="/sys/class/devfreq/soc:qcom,cpu6-cpu-l3-lat/mem_latency/ratio_ceil" />
|
||||
<Config MajorValue="0xD" MinorValue="0x3" Node="/sys/class/devfreq/soc:qcom,cpu0-cpu-l3-lat/mem_latency/stall_floor" />
|
||||
<Config MajorValue="0xD" MinorValue="0x4" Node="/sys/class/devfreq/soc:qcom,cpu6-cpu-l3-lat/mem_latency/stall_floor" />
|
||||
<Config MajorValue="0xD" MinorValue="0x9" Node="/sys/class/devfreq/soc:qcom,cpu6-cpu-llcc-lat/mem_latency/ratio_ceil" />
|
||||
<Config MajorValue="0xD" MinorValue="0xB" Node="/sys/class/devfreq/soc:qcom,cpu6-cpu-llcc-lat/mem_latency/stall_floor" />
|
||||
<Config MajorValue="0xD" MinorValue="0xE" Node="/sys/class/devfreq/soc:qcom,cpu6-llcc-ddr-lat/mem_latency/ratio_ceil" />
|
||||
<Config MajorValue="0xD" MinorValue="0x10" Node="/sys/class/devfreq/soc:qcom,cpu6-llcc-ddr-lat/mem_latency/stall_floor" />
|
||||
|
||||
</PerfResources>
|
||||
</ResourceConfigs>
|
||||
+792
@@ -0,0 +1,792 @@
|
||||
|
||||
|
||||
21437vodafone ES"voda ES
|
||||
|
||||
238063"3
|
||||
|
||||
24007Tele2 SE"Tele2 SE
|
||||
|
||||
25005TELE2"TELE2
|
||||
|
||||
25011Yota"Yota
|
||||
|
||||
25050Sberbank"Sberbank
|
||||
|
||||
26209Vodafone.de"Vodafone
|
||||
(
|
||||
28001CYTAMOBILE-VODAFONE"CYTAVODA
|
||||
|
||||
30237Fido"Fido
|
||||
|
||||
30272ROGERS"ROGERS
|
||||
|
||||
30286TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302660MTS"MTS
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
&
|
||||
310040Cellular One"Cellular One
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
/
|
||||
310180West Central Wireless"West Central
|
||||
$
|
||||
310350Carolina Phone"Carolina
|
||||
|
||||
310560AT&T"AT&T
|
||||
!
|
||||
310610
|
||||
Epic Touch" EpicTouch
|
||||
)
|
||||
310670Wireless 2000 PCS"
|
||||
W 2000 PCS
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310760PTSI"PTSI
|
||||
|
||||
310780AirLink PCS"AirLink
|
||||
|
||||
310790Pinpoint"Pinpoint
|
||||
|
||||
310980AT&T"AT&T
|
||||
|
||||
310990AT&T"AT&T
|
||||
|
||||
311140Sprocket"Sprocket
|
||||
|
||||
311660metroPCS"metroPCS
|
||||
"
|
||||
40002BAKCELL GSM2000"BKCELL
|
||||
|
||||
40004Azerfon"AZERFON
|
||||
|
||||
40101 BeelineKZ"Beeline
|
||||
|
||||
40107 ALTEL 4G " ALTEL-kz
|
||||
|
||||
40211
|
||||
BTB-Mobile"B-Mobile
|
||||
|
||||
40277 TASHICELL" TASHICELL
|
||||
#
|
||||
40401Vodafone IN"Vodafone IN
|
||||
|
||||
40402Airtel"Airtel
|
||||
|
||||
40403Airtel"Airtel
|
||||
#
|
||||
40405Vodafone IN"Vodafone IN
|
||||
|
||||
40409Reliance"Reliance
|
||||
|
||||
40410Airtel"Airtel
|
||||
#
|
||||
40411Vodafone IN"Vodafone IN
|
||||
#
|
||||
40413Vodafone IN"Vodafone IN
|
||||
#
|
||||
40415Vodafone IN"Vodafone IN
|
||||
|
||||
40416Airtel"Airtel
|
||||
|
||||
40417AIRCEL"AIRCEL
|
||||
|
||||
40418Reliance"Reliance
|
||||
#
|
||||
40420Vodafone IN"Vodafone IN
|
||||
#
|
||||
40421LOOP MOBILE"LOOP MOBILE
|
||||
|
||||
40425AIRCEL"AIRCEL
|
||||
#
|
||||
40427Vodafone IN"Vodafone IN
|
||||
|
||||
40428AIRCEL"AIRCEL
|
||||
|
||||
40429AIRCEL"AIRCEL
|
||||
#
|
||||
40430Vodafone IN"Vodafone IN
|
||||
|
||||
40431Airtel"Airtel
|
||||
|
||||
40433AIRCEL"AIRCEL
|
||||
|
||||
40435AIRCEL"AIRCEL
|
||||
|
||||
40436Reliance"Reliance
|
||||
|
||||
40437AIRCEL"AIRCEL
|
||||
|
||||
40440Airtel"Airtel
|
||||
|
||||
40441AIRCEL"AIRCEL
|
||||
|
||||
40443Vodafone IN"Vodafone
|
||||
|
||||
40445Airtel"Airtel
|
||||
|
||||
40446Vodafone IN"Vodafone
|
||||
|
||||
40449Airtel"Airtel
|
||||
|
||||
40460Vodafone IN"Vodafone
|
||||
|
||||
40468Dolphin"Dolphin
|
||||
|
||||
40469Dolphin"Dolphin
|
||||
|
||||
40470Airtel"Airtel
|
||||
|
||||
40483Reliance"Reliance
|
||||
|
||||
40484Vodafone IN"Vodafone
|
||||
|
||||
40485Reliance"RELIANCE
|
||||
|
||||
40486Vodafone IN"Vodafone
|
||||
|
||||
40488Vodafone IN"Vodafone
|
||||
|
||||
40490Airtel"Airtel
|
||||
|
||||
40491Aircel"Aircel
|
||||
|
||||
40492Airtel"Airtel
|
||||
|
||||
40493Airtel"Airtel
|
||||
|
||||
40494Airtel"Airtel
|
||||
|
||||
40495Airtel"Airtel
|
||||
|
||||
40496Airtel"Airtel
|
||||
|
||||
40497Airtel"Airtel
|
||||
|
||||
40498Airtel"Airtel
|
||||
|
||||
40501Reliance"Reliance
|
||||
|
||||
40503Reliance"Reliance
|
||||
|
||||
40504Reliance"Reliance
|
||||
|
||||
40505Reliance"Reliance
|
||||
|
||||
40506Reliance"Reliance
|
||||
|
||||
40507Reliance"Reliance
|
||||
|
||||
40508Reliance"Reliance
|
||||
|
||||
40509Reliance"Reliance
|
||||
|
||||
40510Reliance"Reliance
|
||||
|
||||
40511Reliance"Reliance
|
||||
|
||||
40512Reliance"Reliance
|
||||
|
||||
40513Reliance"Reliance
|
||||
|
||||
40514Reliance"Reliance
|
||||
|
||||
40515Reliance"Reliance
|
||||
|
||||
40517Reliance"Reliance
|
||||
|
||||
40518Reliance"Reliance
|
||||
|
||||
40519Reliance"Reliance
|
||||
|
||||
40520Reliance"Reliance
|
||||
|
||||
40521Reliance"Reliance
|
||||
|
||||
40522Reliance"Reliance
|
||||
|
||||
40523Reliance"Reliance
|
||||
$
|
||||
405025TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405026TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405027TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405028TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405029TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405030TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405031TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405032TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405033TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405034TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405035TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405036TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405037TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405038TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405039TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405040TATA DOCOMO"TATA DOCOMO
|
||||
|
||||
40551Airtel"Airtel
|
||||
|
||||
40552Airtel"Airtel
|
||||
|
||||
40553Airtel"Airtel
|
||||
|
||||
40554Airtel"Airtel
|
||||
|
||||
40555Airtel"Airtel
|
||||
|
||||
40556Airtel"Airtel
|
||||
|
||||
40566Vodafone IN"Vodafone
|
||||
|
||||
40567Vodafone IN"Vodafone
|
||||
|
||||
40585AIRCEL"AIRCEL
|
||||
!
|
||||
405750Vodafone IN"Vodafone
|
||||
!
|
||||
405751Vodafone IN"Vodafone
|
||||
!
|
||||
405752Vodafone IN"Vodafone
|
||||
!
|
||||
405753Vodafone IN"Vodafone
|
||||
!
|
||||
405754Vodafone IN"Vodafone
|
||||
!
|
||||
405755Vodafone IN"Vodafone
|
||||
!
|
||||
405756Vodafone IN"Vodafone
|
||||
|
||||
405800AIRCEL"AIRCEL
|
||||
|
||||
405801AIRCEL"AIRCEL
|
||||
|
||||
405802AIRCEL"AIRCEL
|
||||
|
||||
405803AIRCEL"AIRCEL
|
||||
|
||||
405804AIRCEL"AIRCEL
|
||||
|
||||
405805AIRCEL"AIRCEL
|
||||
|
||||
405806AIRCEL"AIRCEL
|
||||
|
||||
405807AIRCEL"AIRCEL
|
||||
|
||||
405808AIRCEL"AIRCEL
|
||||
|
||||
405809AIRCEL"AIRCEL
|
||||
|
||||
405810AIRCEL"AIRCEL
|
||||
|
||||
405811AIRCEL"AIRCEL
|
||||
|
||||
405812AIRCEL"AIRCEL
|
||||
|
||||
405813Uninor"Uninor
|
||||
|
||||
405814Uninor"Uninor
|
||||
|
||||
405815Uninor"Uninor
|
||||
|
||||
405816Uninor"Uninor
|
||||
|
||||
405817Uninor"Uninor
|
||||
|
||||
405818Uninor"Uninor
|
||||
|
||||
405819Uninor"Uninor
|
||||
|
||||
405820Uninor"Uninor
|
||||
|
||||
405821Uninor"Uninor
|
||||
|
||||
405822Uninor"Uninor
|
||||
|
||||
405823Videocon"Videocon
|
||||
|
||||
405824Videocon"Videocon
|
||||
|
||||
405825Videocon"Videocon
|
||||
|
||||
405826Videocon"Videocon
|
||||
|
||||
405827Videocon"Videocon
|
||||
|
||||
405828Videocon"Videocon
|
||||
|
||||
405829Videocon"Videocon
|
||||
|
||||
405830Videocon"Videocon
|
||||
|
||||
405831Videocon"Videocon
|
||||
|
||||
405832Videocon"Videocon
|
||||
|
||||
405833Videocon"Videocon
|
||||
|
||||
405834Videocon"Videocon
|
||||
|
||||
405835Videocon"Videocon
|
||||
|
||||
405836Videocon"Videocon
|
||||
|
||||
405837Videocon"Videocon
|
||||
|
||||
405838Videocon"Videocon
|
||||
|
||||
405839Videocon"Videocon
|
||||
|
||||
405841Videocon"Videocon
|
||||
|
||||
405842Videocon"Videocon
|
||||
|
||||
405843Videocon"Videocon
|
||||
|
||||
405844Uninor"Uninor
|
||||
|
||||
405875Uninor"Uninor
|
||||
|
||||
405876Uninor"Uninor
|
||||
|
||||
405877Uninor"Uninor
|
||||
|
||||
405878Uninor"Uninor
|
||||
|
||||
405879Uninor"Uninor
|
||||
|
||||
405880Uninor"Uninor
|
||||
|
||||
405881STEL"STEL
|
||||
|
||||
405882STEL"STEL
|
||||
|
||||
405883STEL"STEL
|
||||
|
||||
405884STEL"STEL
|
||||
|
||||
405885STEL"STEL
|
||||
|
||||
405886STEL"STEL
|
||||
|
||||
405908IDEA"IDEA
|
||||
|
||||
405909IDEA"IDEA
|
||||
|
||||
405910IDEA"IDEA
|
||||
|
||||
405911IDEA"IDEA
|
||||
|
||||
405925Uninor"Uninor
|
||||
|
||||
405926Uninor"Uninor
|
||||
|
||||
405927Uninor"Uninor
|
||||
|
||||
405928Uninor"Uninor
|
||||
|
||||
405929Uninor"Uninor
|
||||
|
||||
405932Videocon"Videocon
|
||||
|
||||
405947IDEA"IDEA
|
||||
|
||||
405951IDEA"IDEA
|
||||
|
||||
41003Ufone"Ufone
|
||||
|
||||
41006Telenor"Telenor
|
||||
|
||||
41007Jazz"Jazz
|
||||
|
||||
41240AREEBA"AREEBA
|
||||
|
||||
41303Etisalat"Etisalat
|
||||
|
||||
41305Airtel"Airtel
|
||||
|
||||
41401MPT"MPT
|
||||
|
||||
41501Alfa"Alfa
|
||||
|
||||
41503 MTC Touch" MTC Touch
|
||||
|
||||
41505Only Landlines"OM
|
||||
|
||||
41601zain JO"zain JO
|
||||
|
||||
41603Umniah"Umniah
|
||||
|
||||
41702 MTN Syria" MTN Syria
|
||||
%
|
||||
41709MOBILE SYRIA"MOBILE SYRIA
|
||||
|
||||
41800ASIACELL"ASIACELL
|
||||
|
||||
41802SanaTel"SanaTel
|
||||
|
||||
41808SanaTel"SanaTel
|
||||
|
||||
41820 Zain Iraq" Zain Iraq
|
||||
|
||||
41830
|
||||
Zain Iraq " Zain Iraq
|
||||
'
|
||||
41840
|
||||
Korek Telecom"
|
||||
Korek Telecom
|
||||
|
||||
41845mobitel"mobitel
|
||||
|
||||
41902zain KW"zain KW
|
||||
|
||||
41904VIVA"VIVA
|
||||
|
||||
42003mobily"mobily
|
||||
|
||||
42004zain SA"zain SA
|
||||
|
||||
42101SABAFON"SABAFON
|
||||
|
||||
421700Y"Y
|
||||
#
|
||||
42202OMAN MOBILE"OMAN MOBILE
|
||||
|
||||
42502Cellcom"Cellcom
|
||||
|
||||
42503 Pelephone" Pelephone
|
||||
|
||||
42507 HotMobile" HotMobile
|
||||
|
||||
42602zain BH"zain BH
|
||||
|
||||
42604VIVA"VIVA
|
||||
)
|
||||
42702Vodafone Qatar"Vodafone Qatar
|
||||
|
||||
42901NT 3G"NT 3G
|
||||
|
||||
42902NCELL"NCELL
|
||||
|
||||
43211IR MCI"IR MCI
|
||||
|
||||
43212TKC"TKC
|
||||
|
||||
43214TKC"TKC
|
||||
|
||||
43219MTCE"MTCE
|
||||
|
||||
43232Taliya"Taliya
|
||||
|
||||
43235Irancell"Irancell
|
||||
|
||||
43601Somoncom"Somoncom
|
||||
|
||||
43602INDIGO-T"INDIGO-T
|
||||
|
||||
43603TJKMLT"MLT
|
||||
|
||||
43605 BEELINETJ"BEELINE
|
||||
|
||||
43612 INDIGO-3G"INDIGO-T
|
||||
|
||||
43701 BeelineKG" BeelineKG
|
||||
)
|
||||
45001Samsung Test Bed_Test"Samsung
|
||||
#
|
||||
45201VN MobiFone"VN MobiFone
|
||||
%
|
||||
45202VN VINAPHONE"VN VINAPHONE
|
||||
!
|
||||
45208
|
||||
EVNTelecom"
|
||||
EVNTelecom
|
||||
|
||||
45602Smart"Smart
|
||||
|
||||
45604qb"qb
|
||||
|
||||
45605STARCELL"STARCELL
|
||||
|
||||
45606Smart"Smart
|
||||
|
||||
45609
|
||||
Beeline KH"Beeline
|
||||
|
||||
45611Seatel"Seatel
|
||||
&
|
||||
45618CAMBODIASHINAWATRA"CAMSHIN
|
||||
|
||||
45701LAO GSM"LAOGSM
|
||||
|
||||
45708Beeline Lao"Beeline
|
||||
|
||||
46605GT 4G"GT 4G
|
||||
|
||||
46703KP SUN"SUNNET
|
||||
|
||||
47001GrameenPhone"GRAMEEN
|
||||
|
||||
47002Robi"Robi
|
||||
|
||||
47004Teletalk"Teletalk
|
||||
|
||||
47202WMOBILE"WMOBILE
|
||||
|
||||
50212MY MAXIS"MYMAXIS
|
||||
|
||||
50213 MY CELCOM" MY CELCOM
|
||||
|
||||
50217MY MAXIS"MY MAXIS
|
||||
|
||||
50218U Mobile"U Mobile
|
||||
|
||||
50219 MY CELCOM" MY CELCOM
|
||||
#
|
||||
50503Vodafone AU"Vodafone AU
|
||||
|
||||
505063"3
|
||||
|
||||
50508One.Tel"One.Tel
|
||||
|
||||
51009 Smartfren" Smartfren
|
||||
|
||||
51010 TELKOMSEL" TELKOMSEL
|
||||
|
||||
51011XL"XL
|
||||
|
||||
51028 Smartfren" Smartfren
|
||||
|
||||
51501ISLACOM"ISLACOM
|
||||
|
||||
51502GLOBE"GLOBE
|
||||
|
||||
51503Smart"Smart
|
||||
|
||||
51505SUN"SUN
|
||||
!
|
||||
51518
|
||||
red mobile"
|
||||
red mobile
|
||||
|
||||
52005dtac"dtac
|
||||
|
||||
52010TH WCS"TH WCS
|
||||
|
||||
52021TH ACT 1900"ACT-1900
|
||||
|
||||
52505StarHub"StarHub
|
||||
|
||||
52802B-Mobile"B-mobile
|
||||
|
||||
52811DSTCom"DSTCom
|
||||
|
||||
53005Spark NZ"Spark NZ
|
||||
|
||||
54411Blue Sky"Blue Sky
|
||||
|
||||
54417Blue Sky"Blue Sky
|
||||
|
||||
54927Samoatel GO"GO
|
||||
|
||||
60202vodafone"vodaEG
|
||||
|
||||
60301Mobilis"Mobilis
|
||||
|
||||
60401IAM"IAM
|
||||
|
||||
60402WANA GSM"WANA GSM
|
||||
|
||||
60502TUNTEL"TUNTEL
|
||||
|
||||
60600Libyana"Libyana
|
||||
|
||||
60601Almadar"Almadar
|
||||
|
||||
60703 GM COMIUM" GM COMIUM
|
||||
|
||||
60704607 04/Qcell"QC
|
||||
|
||||
61104
|
||||
CKY-Areeba"Areeba
|
||||
|
||||
61202CIV02"ACELL-CI
|
||||
|
||||
61203Orange"Orange
|
||||
|
||||
61204 IC COMIUM"ICCOMIUM
|
||||
|
||||
61401SAHELCOM"SAHELCOM
|
||||
|
||||
61403
|
||||
NE TELECEL"TELECEL
|
||||
|
||||
61404Orange"Orange
|
||||
|
||||
61503TELECEL-TOGO"TELECEL
|
||||
"
|
||||
61602
|
||||
TELECEL BENIN"TLCL-BEN
|
||||
|
||||
61603BJ BENINCELL"BENCELL
|
||||
|
||||
61702MTML"MTML
|
||||
|
||||
61710Emtel"EMTEL
|
||||
|
||||
61802 LIBERCELL"LIBERCEL
|
||||
|
||||
61902MILLICOM SL"MILLICOM
|
||||
|
||||
62001MTN"MTN
|
||||
|
||||
62003Tigo"Tigo
|
||||
|
||||
62006Zain Gh"Zain Gh
|
||||
!
|
||||
62007
|
||||
Glo Mobile"
|
||||
Glo Mobile
|
||||
%
|
||||
62120Zain Nigeria"Zain Nigeria
|
||||
#
|
||||
62130MTN Nigeria"MTN Nigeria
|
||||
|
||||
62140Mtel"Mtel
|
||||
!
|
||||
62150
|
||||
Glo Mobile"
|
||||
Glo Mobile
|
||||
$
|
||||
62160EtisalatNigeria"Etisalat
|
||||
|
||||
62402Orange"Orange
|
||||
|
||||
62701Orange"GETESA
|
||||
|
||||
62801Libertis"LIBERTIS
|
||||
|
||||
62802GAB TELECEL"TELECEL
|
||||
|
||||
62803 CELTEL GA"CELTEL
|
||||
|
||||
62901CELTEL"CELTELRC
|
||||
|
||||
62907WARID RC"WARID RC
|
||||
|
||||
63001Vodacom"Vodacom
|
||||
|
||||
63104MOVICEL"MOVICEL
|
||||
|
||||
63207GTM"GTM
|
||||
|
||||
63401Zain" ZainSUDAN
|
||||
|
||||
63402 MTN Sudan"MTN
|
||||
|
||||
63407
|
||||
Sudani One" SudaniTel
|
||||
|
||||
63510R-CELL"RCELL
|
||||
|
||||
63701
|
||||
SOMTELESOM"TELESOM
|
||||
|
||||
63782Telsom"Telsom
|
||||
|
||||
63903Airtel"CELTEL
|
||||
|
||||
63905Yu"Yu
|
||||
|
||||
64002Tigo"MOBITEL
|
||||
|
||||
64003ZANTEL"ZANTEL
|
||||
|
||||
64004Vodacom"VodaCom
|
||||
|
||||
64005ZAIN TZ"celtel
|
||||
|
||||
64008Smart"SmartTZA
|
||||
|
||||
64101Celtel"CELTEL
|
||||
|
||||
64110MTN UG"MTN-UG
|
||||
|
||||
64201Spacetel BI"SPACETEL
|
||||
|
||||
64202BUSAFA"SAFARIS
|
||||
|
||||
64301mCel"mCel
|
||||
|
||||
64304Vodacom"VodaCom
|
||||
|
||||
64501Airtel"CELTEL
|
||||
|
||||
64502MTN"TELECEL
|
||||
|
||||
64503ZAMTEL"TELECEL
|
||||
|
||||
64601Airtel"Celtel
|
||||
|
||||
64603Sacel"Sacel
|
||||
|
||||
64604Telma"TELMA
|
||||
|
||||
64700Orange"Orange
|
||||
|
||||
64710
|
||||
SFRREUNION"SFRRU
|
||||
|
||||
64801Net*One"NETONE
|
||||
|
||||
64803Telecel"TELECEL
|
||||
|
||||
64804Econet"ECONET
|
||||
|
||||
64901MTC"MTCNAM
|
||||
|
||||
64902switch"switch
|
||||
|
||||
64903Leo"leo™
|
||||
|
||||
65001TNM"CP900
|
||||
|
||||
65010Airtel"CELTEL
|
||||
|
||||
65101Vodacom"
|
||||
Vodacom-LS
|
||||
|
||||
65102Mascom"EZI-CEL
|
||||
|
||||
65201Mascom"MASCOM
|
||||
|
||||
65204 BTCMobile"beMOBILE
|
||||
!
|
||||
65501
|
||||
Vodacom-SA"
|
||||
Vodacom-SA
|
||||
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
302220TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302520 Videotron" Videotron
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
|
||||
310150cricket"cricket
|
||||
|
||||
310170AT&T"AT&T
|
||||
|
||||
310380AT&T"AT&T
|
||||
|
||||
310410AT&T"AT&T
|
||||
|
||||
310560AT&T"AT&T
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310950AT&T"AT&T
|
||||
|
||||
311180AT&T"AT&TATT AIO 2017-06-19
|
||||
+69
@@ -0,0 +1,69 @@
|
||||
|
||||
|
||||
45400CSL"CSL
|
||||
|
||||
45402CSL"CSL
|
||||
|
||||
454033"3
|
||||
|
||||
454043(2G)"3(2G)
|
||||
|
||||
45406SmarTone HK"SMC HK
|
||||
|
||||
454073(2G)"3(2G)
|
||||
|
||||
45410CSL"CSL
|
||||
|
||||
45412China Mobile HK"CMHK
|
||||
|
||||
45413China Mobile HK"CMHK
|
||||
|
||||
454143(2G)"3(2G)
|
||||
|
||||
45415SmarTone HK"SMC HK
|
||||
|
||||
45416PCCW-HKT"PCCW-HKT
|
||||
|
||||
45417SmarTone HK"SMC HK
|
||||
|
||||
45418CSL"CSL
|
||||
|
||||
45419PCCW-HKT"PCCW-HKT
|
||||
|
||||
45420PCCW-HKT"PCCW-HKT
|
||||
|
||||
45500SmarTone"SmarTone
|
||||
|
||||
45501CTM"CTM
|
||||
|
||||
45502
|
||||
China Telecom"CTC
|
||||
%
|
||||
455033 Macau (2G)"3 Macau (2G)
|
||||
|
||||
45504CTM"CTM
|
||||
|
||||
455053 Macau"3 Macau
|
||||
|
||||
45507
|
||||
China Telecom"CTC
|
||||
|
||||
46000CHINA MOBILE"CMCC
|
||||
|
||||
46001
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46002CHINA MOBILE"CMCC
|
||||
|
||||
46003
|
||||
China Telecom"CTC
|
||||
|
||||
46007CHINA MOBILE"CMCC
|
||||
|
||||
46008CHINA MOBILE"CMCC
|
||||
|
||||
46009
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46011
|
||||
China Telecom"CTC
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
302220TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302520 Videotron" Videotron
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
|
||||
310150AT&T"AT&T
|
||||
|
||||
310170AT&T"AT&T
|
||||
|
||||
310380AT&T"AT&T
|
||||
|
||||
310410AT&T"AT&T
|
||||
|
||||
310560AT&T"AT&T
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310950AT&T"AT&T
|
||||
|
||||
311180AT&T"AT&TUSA GSM all 2017-05-19
|
||||
Vendored
+1886
File diff suppressed because it is too large
Load Diff
+11
@@ -0,0 +1,11 @@
|
||||
libDualCamBokehCapture.camera.samsung.so
|
||||
libLocalTM_wrapper.camera.samsung.so
|
||||
libOpenCL.so
|
||||
libadsprpc.so
|
||||
libcdsprpc.so
|
||||
libfastcvopt.so
|
||||
libhta_hexagon_runtime.so
|
||||
libnpu.so
|
||||
libqti-perfd-client.so
|
||||
libsdsprpc.so
|
||||
libswldc_capture_core.camera.samsung.so
|
||||
Vendored
+179
@@ -0,0 +1,179 @@
|
||||
################################
|
||||
# Sensor Settings
|
||||
################################
|
||||
#The following parameters are optional.
|
||||
#Internal defaults support MEMS sensors
|
||||
#native to most handset devices.
|
||||
#Device specific sensor characterization
|
||||
#for improved performance is possible as
|
||||
#described in SAP application notes.
|
||||
#GYRO_BIAS_RANDOM_WALK=
|
||||
#ACCEL_RANDOM_WALK_SPECTRAL_DENSITY=
|
||||
#ANGLE_RANDOM_WALK_SPECTRAL_DENSITY=
|
||||
#RATE_RANDOM_WALK_SPECTRAL_DENSITY=
|
||||
#VELOCITY_RANDOM_WALK_SPECTRAL_DENSITY=
|
||||
|
||||
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
|
||||
# 4 - Debug, 5 - Verbose
|
||||
# If DEBUG_LEVEL is commented, Android's logging levels will be used
|
||||
DEBUG_LEVEL = 0
|
||||
# Sensor Sampling Rate Parameters for Low-Data Rate Filter (should be greater than 0)
|
||||
# used in loc_eng_reinit
|
||||
SENSOR_ACCEL_BATCHES_PER_SEC=2
|
||||
SENSOR_ACCEL_SAMPLES_PER_BATCH=5
|
||||
SENSOR_GYRO_BATCHES_PER_SEC=2
|
||||
SENSOR_GYRO_SAMPLES_PER_BATCH=5
|
||||
# Sensor Sampling Rate Parameters for High-Data Rate Filter (should be greater than 0)
|
||||
SENSOR_ACCEL_BATCHES_PER_SEC_HIGH=4
|
||||
SENSOR_ACCEL_SAMPLES_PER_BATCH_HIGH=25
|
||||
SENSOR_GYRO_BATCHES_PER_SEC_HIGH=4
|
||||
SENSOR_GYRO_SAMPLES_PER_BATCH_HIGH=25
|
||||
|
||||
# Sensor Control Mode (0=AUTO, 1=FORCE_ON, 2=MODEM_DEFAULT)
|
||||
# used in loc_eng_reinit
|
||||
SENSOR_CONTROL_MODE=2
|
||||
|
||||
# Bit mask used to define which sensor algorithms are used.
|
||||
# Setting each bit has the following definition:
|
||||
# 0x1 - DISABLE_INS_POSITIONING_FILTER
|
||||
# 0x0 - ENABLE_INS_POSITIONING_FILTER
|
||||
SENSOR_ALGORITHM_CONFIG_MASK=0x0
|
||||
|
||||
#Vehicle Network Provider configuration
|
||||
|
||||
#Service configuration strings
|
||||
#The number before colon in VN_X items defines version of the format of the rest of the string
|
||||
#VN_ACCEL_CFG=0:5
|
||||
#VN_GYRO_CFG=0:5.5
|
||||
#VN_ODOMETRY_CFG=0:2,4.5
|
||||
|
||||
################################################
|
||||
# QDR3 configurations #
|
||||
################################################
|
||||
#VN_SPEED_CFG=1:131,5,8,1,2,3,1,1,9,2,14,2
|
||||
#VN_GEAR_CFG=1:422,20,4,0,4,1,9,0,1,2,3,4,5,6,7,8
|
||||
VN_SPEED_CFG=1:777,0,0,1,3,1,0.002778,0,40,8,32,8
|
||||
VN_GEAR_CFG=1:422,20,4,0,4,1,9,0,1,2,3,4,5,6,7,8
|
||||
|
||||
################################################
|
||||
# QDR2-Gyro configurations #
|
||||
################################################
|
||||
#VN_GYRO_CFG=1:555,0,1,0,0,0,0,-6.5,6.6066,-6.5,-1.00,2,6.607,6.6068,0,0,16,0.0002,0,16,0.0002,0,16,0.0002
|
||||
#VN_SPEED_CFG=1:555,0,0,1,2,1,0.01,0,56,8,48,8
|
||||
#VN_GEAR_CFG=1:555,16,4,0,1,1,9,0,1,2,3,4,5,6,7,8
|
||||
|
||||
################################################
|
||||
# QDR2-DWT configurations #
|
||||
################################################
|
||||
#VN_SPEED_CFG=1:555,22,1,2,1,1,1,0,8,8,23,1,2,0,1,0,8,8,23,1
|
||||
#VN_GEAR_CFG=1:555,12,4,16,14,16,8,1,2,3,4,5,6,7,8
|
||||
#VN_DWS_CFG=1:555,0,0,1,3,1,1,0,0,8,0,0,8,8,0,0,16,8,0,0,24,8,0,0
|
||||
#VN_GYRO_CFG=1:555,40,16,1.0,40,16,1.0,40,16,1.0
|
||||
|
||||
#####################################################################################
|
||||
# VNW service batching configuration strings #
|
||||
# VNW provider will initialize default type as Time based batching #
|
||||
# Each service batch value is configured to be 100 #
|
||||
# VN_ACCEL_CFG_BATCH_VALUE will be treated as time in Ms if VN_CFG_BATCH_TYPE #
|
||||
# is set to time based batching #
|
||||
# VN_ACCEL_CFG_BATCH_VALUE will be treated as sample count if VN_CFG_BATCH_TYPE #
|
||||
# is set to count based batching #
|
||||
# Uncomment and update batch time /sample count as per selected batching type #
|
||||
#####################################################################################
|
||||
# Batching type
|
||||
# 1 - Time based (default)
|
||||
# 2 - Count based
|
||||
VN_CFG_BATCH_TYPE=1
|
||||
|
||||
#Vehicle Accel batching value, it can either accept time in milli seconds or sample count
|
||||
#VN_ACCEL_CFG_BATCH_VALUE=100
|
||||
|
||||
#Vehicle Gyro batching value, it can either accept time in milli seconds or sample count
|
||||
VN_GYRO_CFG_BATCH_VALUE=50
|
||||
|
||||
#Vehicle Odo batching value, it can either accept time in milli seconds or sample count
|
||||
#VN_ODOMETRY_CFG_BATCH_VALUE=100
|
||||
|
||||
#Vehicle Speed batching value, it can either accept time in milli seconds or sample count
|
||||
VN_SPEED_CFG_BATCH_VALUE=50
|
||||
|
||||
#Vehicle Gear batching value, it can either accept time in milli seconds or sample count
|
||||
VN_GEAR_CFG_BATCH_VALUE=50
|
||||
|
||||
#Vehicle DWS batching value, it can either accept time in milli seconds or sample count
|
||||
#VN_DWS_CFG_BATCH_VALUE=100
|
||||
####################################################################################
|
||||
|
||||
#Procesors clock ratio: AP and CAN bus microcontroller
|
||||
################################################
|
||||
# QDR3 configurations #
|
||||
################################################
|
||||
VN_PROC_CLOCK_RATIO=1.0
|
||||
|
||||
################################################
|
||||
# QDR2-DWT OR QDR2-Gyro configurations #
|
||||
################################################
|
||||
#VN_PROC_CLOCK_RATIO = 1.0
|
||||
|
||||
# Time source used by Sensor HAL
|
||||
# Setting this value controls accuracy of location sensor services.
|
||||
# 0 - Unknown
|
||||
# 1 - CLOCK_BOOTTIME
|
||||
# 2 - CLOCK_MONOTONIC
|
||||
# 3 - CLOCK_REALTIME
|
||||
# 4 - CLOCK_BOOTTIME using Alarm timer interface
|
||||
NDK_PROVIDER_TIME_SOURCE=1
|
||||
|
||||
# Sensor Batching Configuration
|
||||
# 0 - Time based
|
||||
# 1 - Fixed count based
|
||||
# 2 - Variable count based
|
||||
COUNT_BASED_BATCHING=1
|
||||
SYNC_ONCE=0
|
||||
|
||||
# Vehicle Network Data optimization
|
||||
# Default value: 0
|
||||
# Value 0x40000 - Speed(bit 18 eSLIM_SERVICE_VEHICLE_SPEED)
|
||||
# Value 0x80000 - Speed(bit 19 eSLIM_SERVICE_VEHICLE_DWS)
|
||||
# Value 0x100000 - Speed(bit 20 eSLIM_SERVICE_VEHICLE_GEAR)
|
||||
VN_ENABLE_DATA_OPTIMIZATION=0x100000
|
||||
|
||||
# Vehicle Network Data Routing time interval
|
||||
# This is applicable only if VN_ENABLE_DATA_OPTIMIZATION value is set
|
||||
# Default value: 5000 msec
|
||||
VN_DATA_ROUTING_TIME_INTERVAL_MSEC=3000
|
||||
|
||||
#Sensor HAL Provider Configuration HAL Library name including path
|
||||
################################################
|
||||
# #
|
||||
# Configuration for BMI 160 Sensor #
|
||||
# #
|
||||
################################################
|
||||
#SENSOR_TYPE=2
|
||||
#SENSOR_HAL_LIB_PATH=/usr/lib/libbmi160sensors.so.1
|
||||
|
||||
################################################
|
||||
# #
|
||||
# Configuration for ASM330 Sensor #
|
||||
# #
|
||||
################################################
|
||||
SENSOR_TYPE=1
|
||||
SENSOR_HAL_LIB_PATH=/usr/lib/libasm330sensors.so.1
|
||||
|
||||
|
||||
################################################
|
||||
# #
|
||||
# Configuration for IAM20680 Sensor #
|
||||
# #
|
||||
################################################
|
||||
#SENSOR_TYPE=3
|
||||
#SENSOR_HAL_LIB_PATH=/usr/lib/libiam20680sensors.so.1
|
||||
|
||||
|
||||
################################################
|
||||
# #
|
||||
# Configuration for SMI130 Sensor #
|
||||
# #
|
||||
################################################
|
||||
#SENSOR_TYPE=4
|
||||
#SENSOR_HAL_LIB_PATH=/usr/lib/libsmi130sensors.so.1
|
||||
Vendored
+335
@@ -0,0 +1,335 @@
|
||||
/* IPC Security Config */
|
||||
/* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
|
||||
16:4294967295:1000:1021:1026
|
||||
/* <QDMA QMI Service ID - 75>:<QDMA QMI Instance ID - all instances>:<Client Group ID> */
|
||||
75:4294967295:1000:1001:3006
|
||||
/* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */
|
||||
56:4294967295:1021
|
||||
/* Allow SS CTL service to be used by system and net_raw processes */
|
||||
43:4294967295:1000:3004
|
||||
/* <UIMHTTP QMI Service ID - 16>:<UIMHTTP QMI Instance ID - all instances>:<Client Group ID> */
|
||||
71:4294967295:1001
|
||||
/* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */
|
||||
50:4294967295:1001
|
||||
/* QMI-SLIM service permitted to gps and net_raw */
|
||||
55:4294967295:1021
|
||||
/* Allow Sensor services to be used by sensor process */
|
||||
256:4294967295:1000:1006:1013:1021:1047:3011
|
||||
257:4294967295:1000:1006:1013:1021:1047:3011
|
||||
258:4294967295:1000:1006:1013:1021:1047:3011
|
||||
259:4294967295:1000:1006:1013:1021:1047:3011
|
||||
260:4294967295:1000:1006:1013:1021:1047:3011
|
||||
261:4294967295:1000:1006:1013:1021:1047:3011
|
||||
262:4294967295:1000:1006:1013:1021:1047:3011
|
||||
263:4294967295:1000:1006:1013:1021:1047:3011
|
||||
264:4294967295:1000:1006:1013:1021:1047:3011
|
||||
265:4294967295:1000:1006:1013:1021:1047:3011
|
||||
266:4294967295:1000:1006:1013:1021:1047:3011
|
||||
267:4294967295:1000:1006:1013:1021:1047:3011
|
||||
268:4294967295:1000:1006:1013:1021:1047:3011
|
||||
269:4294967295:1000:1006:1013:1021:1047:3011
|
||||
270:4294967295:1000:1006:1013:1021:1047:3011
|
||||
271:4294967295:1000:1006:1013:1021:1047:3011
|
||||
272:4294967295:1000:1006:1013:1021:1047:3011
|
||||
273:4294967295:1000:1006:1013:1021:1047:3011
|
||||
274:4294967295:1000:1006:1013:1021:1047:3011
|
||||
275:4294967295:1000:1006:1013:1021:1047:3011
|
||||
276:4294967295:1000:1006:1013:1021:1047:3011
|
||||
277:4294967295:1000:1006:1013:1021:1047:3011
|
||||
278:4294967295:1000:1006:1013:1021:1047:3011
|
||||
279:4294967295:1000:1006:1013:1021:1047:3011
|
||||
280:4294967295:1000:1006:1013:1021:1047:3011
|
||||
281:4294967295:1000:1006:1013:1021:1047:3011
|
||||
282:4294967295:1000:1006:1013:1021:1047:3011
|
||||
283:4294967295:1000:1006:1013:1021:1047:3011
|
||||
284:4294967295:1000:1006:1013:1021:1047:3011
|
||||
285:4294967295:1000:1006:1013:1021:1047:3011
|
||||
286:4294967295:1000:1006:1013:1021:1047:3011
|
||||
287:4294967295:1000:1006:1013:1021:1047:3011
|
||||
288:4294967295:1000:1006:1013:1021:1047:3011
|
||||
289:4294967295:1000:1006:1013:1021:1047:3011
|
||||
290:4294967295:1000:1006:1013:1021:1047:3011
|
||||
291:4294967295:1000:1006:1013:1021:1047:3011
|
||||
292:4294967295:1000:1006:1013:1021:1047:3011
|
||||
293:4294967295:1000:1006:1013:1021:1047:3011
|
||||
294:4294967295:1000:1006:1013:1021:1047:3011
|
||||
295:4294967295:1000:1006:1013:1021:1047:3011
|
||||
296:4294967295:1000:1006:1013:1021:1047:3011
|
||||
297:4294967295:1000:1006:1013:1021:1047:3011
|
||||
298:4294967295:1000:1006:1013:1021:1047:3011
|
||||
299:4294967295:1000:1006:1013:1021:1047:3011
|
||||
300:4294967295:1000:1006:1013:1021:1047:3011
|
||||
301:4294967295:1000:1006:1013:1021:1047:3011
|
||||
302:4294967295:1000:1006:1013:1021:1047:3011
|
||||
303:4294967295:1000:1006:1013:1021:1047:3011
|
||||
304:4294967295:1000:1006:1013:1021:1047:3011
|
||||
305:4294967295:1000:1006:1013:1021:1047:3011
|
||||
306:4294967295:1000:1006:1013:1021:1047:3011
|
||||
307:4294967295:1000:1006:1013:1021:1047:3011
|
||||
308:4294967295:1000:1006:1013:1021:1047:3011
|
||||
309:4294967295:1000:1006:1013:1021:1047:3011
|
||||
310:4294967295:1000:1006:1013:1021:1047:3011
|
||||
311:4294967295:1000:1006:1013:1021:1047:3011
|
||||
312:4294967295:1000:1006:1013:1021:1047:3011
|
||||
313:4294967295:1000:1006:1013:1021:1047:3011
|
||||
314:4294967295:1000:1006:1013:1021:1047:3011
|
||||
315:4294967295:1000:1006:1013:1021:1047:3011
|
||||
316:4294967295:1000:1006:1013:1021:1047:3011
|
||||
317:4294967295:1000:1006:1013:1021:1047:3011
|
||||
318:4294967295:1000:1006:1013:1021:1047:3011
|
||||
319:4294967295:1000:1006:1013:1021:1047:3011
|
||||
320:4294967295:1000:1006:1013:1021:1047:3011
|
||||
321:4294967295:1000:1006:1013:1021:1047:3011
|
||||
322:4294967295:1000:1006:1013:1021:1047:3011
|
||||
323:4294967295:1000:1006:1013:1021:1047:3011
|
||||
324:4294967295:1000:1006:1013:1021:1047:3011
|
||||
325:4294967295:1000:1006:1013:1021:1047:3011
|
||||
326:4294967295:1000:1006:1013:1021:1047:3011
|
||||
327:4294967295:1000:1006:1013:1021:1047:3011
|
||||
328:4294967295:1000:1006:1013:1021:1047:3011
|
||||
329:4294967295:1000:1006:1013:1021:1047:3011
|
||||
330:4294967295:1000:1006:1013:1021:1047:3011
|
||||
331:4294967295:1000:1006:1013:1021:1047:3011
|
||||
332:4294967295:1000:1006:1013:1021:1047:3011
|
||||
333:4294967295:1000:1006:1013:1021:1047:3011
|
||||
334:4294967295:1000:1006:1013:1021:1047:3011
|
||||
335:4294967295:1000:1006:1013:1021:1047:3011
|
||||
336:4294967295:1000:1006:1013:1021:1047:3011
|
||||
337:4294967295:1000:1006:1013:1021:1047:3011
|
||||
338:4294967295:1000:1006:1013:1021:1047:3011
|
||||
339:4294967295:1000:1006:1013:1021:1047:3011
|
||||
340:4294967295:1000:1006:1013:1021:1047:3011
|
||||
341:4294967295:1000:1006:1013:1021:1047:3011
|
||||
342:4294967295:1000:1006:1013:1021:1047:3011
|
||||
343:4294967295:1000:1006:1013:1021:1047:3011
|
||||
344:4294967295:1000:1006:1013:1021:1047:3011
|
||||
345:4294967295:1000:1006:1013:1021:1047:3011
|
||||
346:4294967295:1000:1006:1013:1021:1047:3011
|
||||
347:4294967295:1000:1006:1013:1021:1047:3011
|
||||
348:4294967295:1000:1006:1013:1021:1047:3011
|
||||
349:4294967295:1000:1006:1013:1021:1047:3011
|
||||
350:4294967295:1000:1006:1013:1021:1047:3011
|
||||
351:4294967295:1000:1006:1013:1021:1047:3011
|
||||
352:4294967295:1000:1006:1013:1021:1047:3011
|
||||
353:4294967295:1000:1006:1013:1021:1047:3011
|
||||
354:4294967295:1000:1006:1013:1021:1047:3011
|
||||
355:4294967295:1000:1006:1013:1021:1047:3011
|
||||
356:4294967295:1000:1006:1013:1021:1047:3011
|
||||
357:4294967295:1000:1006:1013:1021:1047:3011
|
||||
358:4294967295:1000:1006:1013:1021:1047:3011
|
||||
359:4294967295:1000:1006:1013:1021:1047:3011
|
||||
360:4294967295:1000:1006:1013:1021:1047:3011
|
||||
361:4294967295:1000:1006:1013:1021:1047:3011
|
||||
362:4294967295:1000:1006:1013:1021:1047:3011
|
||||
363:4294967295:1000:1006:1013:1021:1047:3011
|
||||
364:4294967295:1000:1006:1013:1021:1047:3011
|
||||
365:4294967295:1000:1006:1013:1021:1047:3011
|
||||
366:4294967295:1000:1006:1013:1021:1047:3011
|
||||
367:4294967295:1000:1006:1013:1021:1047:3011
|
||||
368:4294967295:1000:1006:1013:1021:1047:3011
|
||||
369:4294967295:1000:1006:1013:1021:1047:3011
|
||||
370:4294967295:1000:1006:1013:1021:1047:3011
|
||||
371:4294967295:1000:1006:1013:1021:1047:3011
|
||||
372:4294967295:1000:1006:1013:1021:1047:3011
|
||||
373:4294967295:1000:1006:1013:1021:1047:3011
|
||||
374:4294967295:1000:1006:1013:1021:1047:3011
|
||||
375:4294967295:1000:1006:1013:1021:1047:3011
|
||||
376:4294967295:1000:1006:1013:1021:1047:3011
|
||||
377:4294967295:1000:1006:1013:1021:1047:3011
|
||||
378:4294967295:1000:1006:1013:1021:1047:3011
|
||||
379:4294967295:1000:1006:1013:1021:1047:3011
|
||||
380:4294967295:1000:1006:1013:1021:1047:3011
|
||||
381:4294967295:1000:1006:1013:1021:1047:3011
|
||||
382:4294967295:1000:1006:1013:1021:1047:3011
|
||||
383:4294967295:1000:1006:1013:1021:1047:3011
|
||||
384:4294967295:1000:1006:1013:1021:1047:3011
|
||||
385:4294967295:1000:1006:1013:1021:1047:3011
|
||||
386:4294967295:1000:1006:1013:1021:1047:3011
|
||||
387:4294967295:1000:1006:1013:1021:1047:3011
|
||||
388:4294967295:1000:1006:1013:1021:1047:3011
|
||||
389:4294967295:1000:1006:1013:1021:1047:3011
|
||||
390:4294967295:1000:1006:1013:1021:1047:3011
|
||||
391:4294967295:1000:1006:1013:1021:1047:3011
|
||||
392:4294967295:1000:1006:1013:1021:1047:3011
|
||||
393:4294967295:1000:1006:1013:1021:1047:3011
|
||||
394:4294967295:1000:1006:1013:1021:1047:3011
|
||||
395:4294967295:1000:1006:1013:1021:1047:3011
|
||||
396:4294967295:1000:1006:1013:1021:1047:3011
|
||||
397:4294967295:1000:1006:1013:1021:1047:3011
|
||||
398:4294967295:1000:1006:1013:1021:1047:3011
|
||||
399:4294967295:1000:1006:1013:1021:1047:3011
|
||||
400:4294967295:1000:1006:1013:1021:1047:3011
|
||||
401:4294967295:1000:1006:1013:1021:1047:3011
|
||||
402:4294967295:1000:1006:1013:1021:1047:3011
|
||||
403:4294967295:1000:1006:1013:1021:1047:3011
|
||||
404:4294967295:1000:1006:1013:1021:1047:3011
|
||||
405:4294967295:1000:1006:1013:1021:1047:3011
|
||||
406:4294967295:1000:1006:1013:1021:1047:3011
|
||||
407:4294967295:1000:1006:1013:1021:1047:3011
|
||||
408:4294967295:1000:1006:1013:1021:1047:3011
|
||||
409:4294967295:1000:1006:1013:1021:1047:3011
|
||||
410:4294967295:1000:1006:1013:1021:1047:3011
|
||||
411:4294967295:1000:1006:1013:1021:1047:3011
|
||||
412:4294967295:1000:1006:1013:1021:1047:3011
|
||||
413:4294967295:1000:1006:1013:1021:1047:3011
|
||||
414:4294967295:1000:1006:1013:1021:1047:3011
|
||||
415:4294967295:1000:1006:1013:1021:1047:3011
|
||||
416:4294967295:1000:1006:1013:1021:1047:3011
|
||||
417:4294967295:1000:1006:1013:1021:1047:3011
|
||||
418:4294967295:1000:1006:1013:1021:1047:3011
|
||||
419:4294967295:1000:1006:1013:1021:1047:3011
|
||||
420:4294967295:1000:1006:1013:1021:1047:3011
|
||||
421:4294967295:1000:1006:1013:1021:1047:3011
|
||||
422:4294967295:1000:1006:1013:1021:1047:3011
|
||||
423:4294967295:1000:1006:1013:1021:1047:3011
|
||||
424:4294967295:1000:1006:1013:1021:1047:3011
|
||||
425:4294967295:1000:1006:1013:1021:1047:3011
|
||||
426:4294967295:1000:1006:1013:1021:1047:3011
|
||||
427:4294967295:1000:1006:1013:1021:1047:3011
|
||||
428:4294967295:1000:1006:1013:1021:1047:3011
|
||||
429:4294967295:1000:1006:1013:1021:1047:3011
|
||||
430:4294967295:1000:1006:1013:1021:1047:3011
|
||||
431:4294967295:1000:1006:1013:1021:1047:3011
|
||||
432:4294967295:1000:1006:1013:1021:1047:3011
|
||||
433:4294967295:1000:1006:1013:1021:1047:3011
|
||||
434:4294967295:1000:1006:1013:1021:1047:3011
|
||||
435:4294967295:1000:1006:1013:1021:1047:3011
|
||||
436:4294967295:1000:1006:1013:1021:1047:3011
|
||||
437:4294967295:1000:1006:1013:1021:1047:3011
|
||||
438:4294967295:1000:1006:1013:1021:1047:3011
|
||||
439:4294967295:1000:1006:1013:1021:1047:3011
|
||||
440:4294967295:1000:1006:1013:1021:1047:3011
|
||||
441:4294967295:1000:1006:1013:1021:1047:3011
|
||||
442:4294967295:1000:1006:1013:1021:1047:3011
|
||||
443:4294967295:1000:1006:1013:1021:1047:3011
|
||||
444:4294967295:1000:1006:1013:1021:1047:3011
|
||||
445:4294967295:1000:1006:1013:1021:1047:3011
|
||||
446:4294967295:1000:1006:1013:1021:1047:3011
|
||||
447:4294967295:1000:1006:1013:1021:1047:3011
|
||||
448:4294967295:1000:1006:1013:1021:1047:3011
|
||||
449:4294967295:1000:1006:1013:1021:1047:3011
|
||||
450:4294967295:1000:1006:1013:1021:1047:3011
|
||||
451:4294967295:1000:1006:1013:1021:1047:3011
|
||||
452:4294967295:1000:1006:1013:1021:1047:3011
|
||||
453:4294967295:1000:1006:1013:1021:1047:3011
|
||||
454:4294967295:1000:1006:1013:1021:1047:3011
|
||||
455:4294967295:1000:1006:1013:1021:1047:3011
|
||||
456:4294967295:1000:1006:1013:1021:1047:3011
|
||||
457:4294967295:1000:1006:1013:1021:1047:3011
|
||||
458:4294967295:1000:1006:1013:1021:1047:3011
|
||||
459:4294967295:1000:1006:1013:1021:1047:3011
|
||||
460:4294967295:1000:1006:1013:1021:1047:3011
|
||||
461:4294967295:1000:1006:1013:1021:1047:3011
|
||||
462:4294967295:1000:1006:1013:1021:1047:3011
|
||||
463:4294967295:1000:1006:1013:1021:1047:3011
|
||||
464:4294967295:1000:1006:1013:1021:1047:3011
|
||||
465:4294967295:1000:1006:1013:1021:1047:3011
|
||||
466:4294967295:1000:1006:1013:1021:1047:3011
|
||||
467:4294967295:1000:1006:1013:1021:1047:3011
|
||||
468:4294967295:1000:1006:1013:1021:1047:3011
|
||||
469:4294967295:1000:1006:1013:1021:1047:3011
|
||||
470:4294967295:1000:1006:1013:1021:1047:3011
|
||||
471:4294967295:1000:1006:1013:1021:1047:3011
|
||||
472:4294967295:1000:1006:1013:1021:1047:3011
|
||||
473:4294967295:1000:1006:1013:1021:1047:3011
|
||||
474:4294967295:1000:1006:1013:1021:1047:3011
|
||||
475:4294967295:1000:1006:1013:1021:1047:3011
|
||||
476:4294967295:1000:1006:1013:1021:1047:3011
|
||||
477:4294967295:1000:1006:1013:1021:1047:3011
|
||||
478:4294967295:1000:1006:1013:1021:1047:3011
|
||||
479:4294967295:1000:1006:1013:1021:1047:3011
|
||||
480:4294967295:1000:1006:1013:1021:1047:3011
|
||||
481:4294967295:1000:1006:1013:1021:1047:3011
|
||||
482:4294967295:1000:1006:1013:1021:1047:3011
|
||||
483:4294967295:1000:1006:1013:1021:1047:3011
|
||||
484:4294967295:1000:1006:1013:1021:1047:3011
|
||||
485:4294967295:1000:1006:1013:1021:1047:3011
|
||||
486:4294967295:1000:1006:1013:1021:1047:3011
|
||||
487:4294967295:1000:1006:1013:1021:1047:3011
|
||||
488:4294967295:1000:1006:1013:1021:1047:3011
|
||||
489:4294967295:1000:1006:1013:1021:1047:3011
|
||||
490:4294967295:1000:1006:1013:1021:1047:3011
|
||||
491:4294967295:1000:1006:1013:1021:1047:3011
|
||||
492:4294967295:1000:1006:1013:1021:1047:3011
|
||||
493:4294967295:1000:1006:1013:1021:1047:3011
|
||||
494:4294967295:1000:1006:1013:1021:1047:3011
|
||||
495:4294967295:1000:1006:1013:1021:1047:3011
|
||||
496:4294967295:1000:1006:1013:1021:1047:3011
|
||||
497:4294967295:1000:1006:1013:1021:1047:3011
|
||||
498:4294967295:1000:1006:1013:1021:1047:3011
|
||||
499:4294967295:1000:1006:1013:1021:1047:3011
|
||||
500:4294967295:1000:1006:1013:1021:1047:3011
|
||||
501:4294967295:1000:1006:1013:1021:1047:3011
|
||||
502:4294967295:1000:1006:1013:1021:1047:3011
|
||||
503:4294967295:1000:1006:1013:1021:1047:3011
|
||||
504:4294967295:1000:1006:1013:1021:1047:3011
|
||||
505:4294967295:1000:1006:1013:1021:1047:3011
|
||||
506:4294967295:1000:1006:1013:1021:1047:3011
|
||||
507:4294967295:1000:1006:1013:1021:1047:3011
|
||||
508:4294967295:1000:1006:1013:1021:1047:3011
|
||||
509:4294967295:1000:1006:1013:1021:1047:3011
|
||||
510:4294967295:1000:1006:1013:1021:1047:3011
|
||||
511:4294967295:1000:1006:1013:1021:1047:3011
|
||||
/* Allow RCS service to aquire net_raw permission */
|
||||
18:4294967295:1001:3004
|
||||
/* Allow RCS service to communicate to IMS QMI Priv Svc*/
|
||||
77:4294967295:1001:3003
|
||||
/* Allow RCS service to access QMI-IMSS service */
|
||||
18:4294967295:1001:3003
|
||||
/* Allow SSGQMIGD to communicate to SSGCCS service*/
|
||||
76:4294967295:1001
|
||||
/* Allow cnd to accquire netbind */
|
||||
18:4294967295:1000:3003
|
||||
/* Allow QMID service to aquire net_raw permission */
|
||||
3:4294967295:1001:1021:3004
|
||||
2:4294967295:1000:1001:3004
|
||||
42:4294967295:1001:3004
|
||||
18:4294967295:1001:3004
|
||||
9:4294967295:1001:3004
|
||||
1:4294967295:1001:3004:1000
|
||||
4:4294967295:1001:3004
|
||||
7:4294967295:1001:3004
|
||||
8:4294967295:1001:3004:1000
|
||||
68:4294967295:1001:3004
|
||||
/* DPM */
|
||||
47:4294967295:1001:3004
|
||||
/* Allow communication to some QMI services with radio privilages */
|
||||
/* Format is <Service id>:<all instances>:<radio> */
|
||||
/* PBM */
|
||||
12:4294967295:1001
|
||||
/* WMS */
|
||||
5:4294967295:1001
|
||||
/* IMS VT */
|
||||
32:4294967295:1001
|
||||
/* IMSP */
|
||||
31:4294967295:1001
|
||||
/* PDC */
|
||||
36:4294967295:1001
|
||||
/* SAR */
|
||||
17:4294967295:1001
|
||||
/* RFRPE */
|
||||
41:4294967295:1001
|
||||
/*UIM*/
|
||||
11:4294967295:1001
|
||||
/*CAT*/
|
||||
10:4294967295:1001
|
||||
/*IMSA*/
|
||||
33:4294967295:1001
|
||||
/* CSVT */
|
||||
29:4294967295:1001
|
||||
/*SERVREG_NOTIF*/
|
||||
64:4294967295:1001
|
||||
66:4294967295:1001
|
||||
73:4294967295:1001
|
||||
/*LTE*/
|
||||
70:4294967295:1001
|
||||
/* Allow Data dpmd to access QMI DFS */
|
||||
48:4294967295:1000:3004
|
||||
/* DIAG */
|
||||
4097:4294967295:2002:2950:3009:2901
|
||||
/* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */
|
||||
69:4294967295:1000
|
||||
/* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */
|
||||
57:4294967295:1000
|
||||
/* VSS GPS */
|
||||
232:4294967295:1001:3004:1021:1000
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
/* Allow communication to some OEM - QMI services with radio privilages */
|
||||
/* Format is <Service id>:<all instances>:<radio>:<net_raw> */
|
||||
/* VSS */
|
||||
227:4294967295:1001:3004
|
||||
/*COEX*/
|
||||
34:4294967295:1001
|
||||
/* WDA */
|
||||
26:4294967295:1001:3004
|
||||
@@ -0,0 +1,20 @@
|
||||
# device specific syscalls
|
||||
# extension of services/mediacodec/minijail/seccomp_policy/mediacodec-seccomp-arm.policy
|
||||
pselect6: 1
|
||||
eventfd2: 1
|
||||
sendto: 1
|
||||
recvfrom: 1
|
||||
_llseek: 1
|
||||
sysinfo: 1
|
||||
getcwd: 1
|
||||
getdents64: 1
|
||||
ARM_cacheflush: 1
|
||||
inotify_init1: 1
|
||||
inotify_add_watch: 1
|
||||
inotify_rm_watch: 1
|
||||
uname: 1
|
||||
ueventd: 1
|
||||
timer_create: 1
|
||||
timer_settime: 1
|
||||
rt_sigtimedwait: 1
|
||||
sched_setaffinity: 1
|
||||
@@ -0,0 +1,64 @@
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc
|
||||
#
|
||||
# Not a contribution.
|
||||
#
|
||||
# Copyright (C) 2018 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.
|
||||
|
||||
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
|
||||
munmap: 1
|
||||
#prctl: arg0 == PR_SET_VMA || arg0 == PR_GET_DUMPABLE || arg0 == 0x37
|
||||
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
|
||||
futex: 1
|
||||
read: 1
|
||||
openat: 1
|
||||
close: 1
|
||||
fstat: 1
|
||||
readlinkat: 1
|
||||
newfstatat: 1
|
||||
mremap: 1
|
||||
clock_gettime: 1
|
||||
pread64: 1
|
||||
fstatfs: 1
|
||||
rt_sigaction: 1
|
||||
faccessat: 1
|
||||
rt_sigprocmask: 1
|
||||
#ioctl: arg1 == TCGETS || arg1 == BINDER_WRITE_READ || arg1 == BINDER_SET_MAX_THREADS || arg1 == BINDER_VERSION
|
||||
ioctl: 1
|
||||
getrandom: 1
|
||||
fcntl: 1
|
||||
getuid: 1
|
||||
lseek: 1
|
||||
exit_group: 1
|
||||
sched_getaffinity: 1
|
||||
writev: 1
|
||||
exit: 1
|
||||
getpid: 1
|
||||
sigaltstack: 1
|
||||
getrlimit: 1
|
||||
restart_syscall: 1
|
||||
clone: 1
|
||||
sched_getscheduler: 1
|
||||
execve: 1
|
||||
socket: arg0 == AF_UNIX
|
||||
set_tid_address: 1
|
||||
rt_sigreturn: 1
|
||||
connect: 1
|
||||
gettid: 1
|
||||
setpriority: 1
|
||||
prctl: 1
|
||||
write: 1
|
||||
madvise: 1
|
||||
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "QRD", "Surf", "IDP"],
|
||||
"soc_id": ["407", "424", "443"]
|
||||
},
|
||||
|
||||
"default_sensors": {
|
||||
"owner": "suid",
|
||||
".accel": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".mag": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".motion_detect": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".sensor_temperature": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
},
|
||||
".attr_1": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "0" },
|
||||
"val": { "type": "str", "ver": "0", "data": "lsm6dst" }
|
||||
}
|
||||
},
|
||||
|
||||
".proximity": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".ambient_light": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".sar": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "16" },
|
||||
"val": { "type": "int", "ver": "0", "data": "1" }
|
||||
}
|
||||
},
|
||||
|
||||
".accel_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".mag_cal": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".amd": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".tilt": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gyro_rot_matrix": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".gravity": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".game_rv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".geomag_rv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".fmv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
},
|
||||
|
||||
".rotv": {
|
||||
"owner": "suid",
|
||||
".attr_0": {
|
||||
"owner": "suid",
|
||||
"id": { "type": "int", "ver": "0", "data": "19" },
|
||||
"val": { "type": "int", "ver": "0", "data": "0" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"config":{
|
||||
},
|
||||
|
||||
"sns_dynamic_sensors":
|
||||
{
|
||||
"owner":"sns_dynamic_sensors",
|
||||
|
||||
"sns_bring_to_ear_register":
|
||||
{
|
||||
"type" : "str",
|
||||
"ver" : "0",
|
||||
"data" : "sns_bring_to_ear.so"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Surf", "IDP"],
|
||||
"soc_id": ["407", "424", "443"]
|
||||
},
|
||||
"lsm6dso_0":{
|
||||
"owner": "lsm6dso",
|
||||
".accel":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".gyro":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "3"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".md":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
},
|
||||
".temp":{
|
||||
"owner": "lsm6dso",
|
||||
".config":{
|
||||
"owner": "lsm6dso",
|
||||
"is_dri":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"hw_id":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"res_idx":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"sync_stream":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Surf", "IDP"],
|
||||
"soc_id": ["407", "443"]
|
||||
},
|
||||
"stk31610_0_platform":{
|
||||
"owner": "sns_stk31610",
|
||||
".config":{
|
||||
"owner": "sns_stk31610",
|
||||
"bus_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"bus_instance":{ "type": "int", "ver": "0",
|
||||
"data": "5"
|
||||
},
|
||||
"slave_config":{ "type": "int", "ver": "0",
|
||||
"data": "72"
|
||||
},
|
||||
"min_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"max_bus_speed_khz":{ "type": "int", "ver": "0",
|
||||
"data": "400"
|
||||
},
|
||||
"reg_addr_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dri_irq_num":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_pull_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_is_chip_pin":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"irq_drive_strength":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"irq_trigger_type":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"num_rail":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"rail_on_state":{ "type": "int", "ver": "0",
|
||||
"data": "2"
|
||||
},
|
||||
"vdd_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/dummy_vdd"
|
||||
},
|
||||
"vddio_rail":{ "type": "str", "ver": "0",
|
||||
"data": "/pmic/client/dummy_vdd"
|
||||
},
|
||||
"rigid_body_type":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
},
|
||||
".als":{
|
||||
"owner": "sns_stk31610",
|
||||
".fac_cal":{
|
||||
"owner": "sns_stk31610",
|
||||
"scale":{ "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"bias":{ "type": "flt", "ver": "0",
|
||||
"data": "5000.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "340", "347", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"param1": {"ver": "0","type": "flt","data": "0.06"
|
||||
},
|
||||
"param2": {"ver": "0","type": "flt","data": "0.5"
|
||||
},
|
||||
"sample_rate": {"ver": "0","type": "flt", "data": "10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK"],
|
||||
"soc_id": ["339", "340", "356", "361", "415", "439"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"enabled": {"ver": "0","type": "int", "data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "347", "341", "355", "360", "365", "366", "393", "394", "400", "407", "417", "440",
|
||||
"416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_amd": {
|
||||
"owner": "sns_amd",
|
||||
"enabled": {"ver": "0","type": "int", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"config":{
|
||||
},
|
||||
"sns_aont": {
|
||||
"owner": "sns_aont",
|
||||
"aont_enable":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417","440",
|
||||
"415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_basic_gestures": {
|
||||
"owner": "sns_basic_gestures",
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"push_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"pull_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"shake_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "14.7178"
|
||||
},
|
||||
"sleep": { "type": "flt", "ver": "0",
|
||||
"data": "0.3"
|
||||
},
|
||||
"param1": { "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"param2": { "type": "flt", "ver": "0",
|
||||
"data": "4.9059"
|
||||
},
|
||||
"param3": { "type": "flt", "ver": "0",
|
||||
"data": "0.1"
|
||||
},
|
||||
"param4": { "type": "flt", "ver": "0",
|
||||
"data": "0.2618"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"415", "439", "440", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_bring_to_ear": {
|
||||
"owner": "sns_bring_to_ear",
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"facing_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "1.1345"
|
||||
},
|
||||
"horiz_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"vert_angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"proximity_enable": { "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"param1": { "type": "flt", "ver": "0",
|
||||
"data": "2.943"
|
||||
},
|
||||
"param2": { "type": "flt", "ver": "0",
|
||||
"data": "0.2"
|
||||
},
|
||||
"param3": { "type": "flt", "ver": "0",
|
||||
"data": "0.2618"
|
||||
},
|
||||
"param4": {"type": "flt", "ver": "0",
|
||||
"data": "0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "340", "356", "361", "415", "439"]
|
||||
},
|
||||
"ccd_amd": {
|
||||
"owner": "sns_ccd",
|
||||
"h2": { "ver": "0","type": "int",
|
||||
"data": "50"},
|
||||
"disable_flush_only": { "ver": "0","type": "int",
|
||||
"data": "0"}
|
||||
},
|
||||
"ccd_ttw": {
|
||||
"owner": "sns_ccd",
|
||||
"te0_ratecfg": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_xmd_win_len_samp": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"te0_xmd_threshhold1": { "ver": "0","type": "int",
|
||||
"data": "0x4B00" },
|
||||
"te0_xmd_threshhold2": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_xmd_hysteresis1": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_xmd_hysteresis2": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_tilt_win_sum_shift": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"te0_tr_win_len_samples": { "ver": "0","type": "int",
|
||||
"data": "0xD" },
|
||||
"te0_tr_angle_cosine_sq": { "ver": "0","type": "int",
|
||||
"data": "0x327" },
|
||||
"te0_tr_decimate_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_tr_hysteresis": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_dt_angle_cosine_sq": { "ver": "0","type": "int",
|
||||
"data": "0x2D0" },
|
||||
"te0_dt_ref_gravity_latch": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori0_x_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1DED" },
|
||||
"te0_ori0_x_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x0213" },
|
||||
"te0_ori0_y_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1B1D" },
|
||||
"te0_ori0_y_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x04E3" },
|
||||
"te0_ori0_z_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1B44" },
|
||||
"te0_ori0_z_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x4D5" },
|
||||
"te0_ori0_x_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_x_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_y_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_y_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_z_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_z_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_ori0_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_x_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x1C88" },
|
||||
"te0_ori1_x_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0x377" },
|
||||
"te0_ori1_y_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0xF00" },
|
||||
"te0_ori1_z_th_lower": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_upper": { "ver": "0","type": "int",
|
||||
"data": "0xA00" },
|
||||
"te0_ori1_x_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_x_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_y_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_lower_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_z_th_upper_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_ori1_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg1_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg2_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_ori0_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg2_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_ori_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_xmd_cfg1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd0_xmd_cfg2_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_tr_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_ori0_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd0_output_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg1_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg2_en": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_tr_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_ori1_en": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_xmd_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg2_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_tr_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_ori_cfg1_posthyst": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_xmd_cfg1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_xmd_cfg2_inv": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"te0_csd1_tr_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_ori1_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_delay": { "ver": "0","type": "int",
|
||||
"data": "0x0" },
|
||||
"te0_csd1_output_inv": { "ver": "0","type": "int",
|
||||
"data": "0x0" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "340", "361"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x6" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x4" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Surf", "RCM", "QRD", "HDK"],
|
||||
"soc_id": ["415", "439"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x6" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hwln1": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mwln3": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"hpe0": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"lcb0": { "ver": "0","type": "int",
|
||||
"data": "0xD17E" },
|
||||
"lcb1": { "ver": "0","type": "int",
|
||||
"data": "0x0889" },
|
||||
"lcb2": { "ver": "0","type": "int",
|
||||
"data": "0x16C7" },
|
||||
"lcb3": { "ver": "0","type": "int",
|
||||
"data": "0x0106" },
|
||||
"lcb4": { "ver": "0","type": "int",
|
||||
"data": "0x0324" },
|
||||
"lcb5": { "ver": "0","type": "int",
|
||||
"data": "0x3850" },
|
||||
"lcb6": { "ver": "0","type": "int",
|
||||
"data": "0xfffede4b" },
|
||||
"ltt": { "ver": "0","type": "int",
|
||||
"data": "0xFC9C" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Surf", "RCM", "QRD"],
|
||||
"soc_id": ["356"]
|
||||
},
|
||||
"ccd_walk": {
|
||||
"owner": "sns_ccd",
|
||||
"xct": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mls": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"mps": { "ver": "0","type": "int",
|
||||
"data": "0x4" },
|
||||
"hmps": { "ver": "0","type": "int",
|
||||
"data": "0x2" },
|
||||
"hwln1": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"mwln3": { "ver": "0","type": "int",
|
||||
"data": "0xA" },
|
||||
"hpe0": { "ver": "0","type": "int",
|
||||
"data": "0x1" },
|
||||
"lcb0": { "ver": "0","type": "int",
|
||||
"data": "0xE832" },
|
||||
"lcb1": { "ver": "0","type": "int",
|
||||
"data": "0x3F8" },
|
||||
"lcb2": { "ver": "0","type": "int",
|
||||
"data": "0x8E1" },
|
||||
"lcb3": { "ver": "0","type": "int",
|
||||
"data": "0x37B" },
|
||||
"lcb4": { "ver": "0","type": "int",
|
||||
"data": "0x1E6" },
|
||||
"lcb5": { "ver": "0","type": "int",
|
||||
"data": "0x2ADF" },
|
||||
"lcb6": { "ver": "0","type": "int",
|
||||
"data": "0xF9A" },
|
||||
"ltt": { "ver": "0","type": "int",
|
||||
"data": "0xFCFC" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "347", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "416", "417", "437", "440", "415", "439", "444", "445", "420", "424", "443", "459"]
|
||||
|
||||
},
|
||||
"sns_cm":{
|
||||
"owner": "sns_cm",
|
||||
"heap_size":{ "type": "int", "ver": "0",
|
||||
"data": "1572864"
|
||||
},
|
||||
"max_batch_disabled":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"min_batch_period_thrshld_ms":{ "type": "int", "ver": "0",
|
||||
"data": "10"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP","QRD","Dragon","Surf", "HDK"],
|
||||
"soc_id": ["339", "356", "361", "415", "439"]
|
||||
},
|
||||
"dae":{
|
||||
"owner": "sns_dae",
|
||||
"use_sdc":{ "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"debug_accel_values":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dd_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"enable_qdss":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"dbg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"ulog_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
},
|
||||
"fwk_msg_mask":{ "type": "int", "ver": "0",
|
||||
"data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407",
|
||||
"417", "440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_device_orient_platform": {
|
||||
"owner": "sns_device_orient",
|
||||
".config":{
|
||||
"owner": "sns_device_orient",
|
||||
"param0": {
|
||||
"type": "int", "ver": "0", "data": "4"
|
||||
},
|
||||
"param1": {
|
||||
"type": "flt", "ver": "0", "data": "20.0"
|
||||
},
|
||||
"param2": {
|
||||
"type": "flt", "ver": "0", "data": "0.25"
|
||||
},
|
||||
"param3": {
|
||||
"type": "flt", "ver": "0", "data": "70.0"
|
||||
},
|
||||
"param4": {
|
||||
"type": "flt", "ver": "0", "data": "45.0"
|
||||
},
|
||||
"param5": {
|
||||
"type": "flt", "ver": "0", "data": "2.0"
|
||||
},
|
||||
"param6": {
|
||||
"type": "flt", "ver": "0", "data": "15.0"
|
||||
},
|
||||
"param7": {
|
||||
"type": "int", "ver": "0", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,367 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP", "IOT"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "347", "355", "356", "360", "361", "352", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
|
||||
"sns_diag_config":
|
||||
{
|
||||
"owner":"diag_filter_sensor",
|
||||
"qdss":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
}
|
||||
},
|
||||
|
||||
"sns_diag_sensor_datatype":
|
||||
{
|
||||
"owner":"diag_filter_sensor",
|
||||
|
||||
"geomag_rv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"game_rv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gravity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"cm":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"accel":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"humidity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ambient_temperature":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"sensor_temperature":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"motion_detect":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ultra_violet":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pressure":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"mag":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"offbody_detect":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"thermopile":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ambient_light":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"hall":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"proximity":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rgb":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"flush_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"md_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "0"
|
||||
},
|
||||
"da_test":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"amd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rmd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"facing":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro_cal":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"oem1":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"mag_cal":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"resampler":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"smd":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"basic_gestures":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"multishake":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"bring_to_ear":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"cmc":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"dpc":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"distance_bound":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"gyro_rot_matrix":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"fmv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"rotv":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pedometer":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"device_orient":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"tilt":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"tilt_to_wake":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"heart_rate":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ppg":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"wrist_tilt_gesture":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"pedometer_wrist":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"data_acquisition_engine":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ccd_walk":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ccd_ttw":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"ccd_hw":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"threshold":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"sar":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"radar":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"activity_recognition":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
},
|
||||
"dae_datalog":
|
||||
{
|
||||
"type" : "int",
|
||||
"ver" : "0",
|
||||
"data" : "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_distance_bound_speed_for_motion_states": {
|
||||
"owner": "sns_distance_bound",
|
||||
"unknown": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"stationary": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"move": {"ver": "0","type": "flt","data": "1.0"
|
||||
},
|
||||
"fiddle": {"ver": "0","type": "flt","data": "0.0"
|
||||
},
|
||||
"pedestrian": {"ver": "0","type": "flt","data": "1.0"
|
||||
},
|
||||
"vehicle": {"ver": "0","type": "flt","data": "16.67"
|
||||
},
|
||||
"walk": {"ver": "0","type": "flt","data": "1.1"
|
||||
},
|
||||
"run": {"ver": "0","type": "flt","data": "2.5"
|
||||
},
|
||||
"bike": {"ver": "0","type": "flt","data": "5.55"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_dpc": {
|
||||
"owner": "sns_dpc",
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.02"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "0.04"
|
||||
},
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "7.5"
|
||||
},
|
||||
"param5": {
|
||||
"ver": "0", "type": "flt", "data": "0.1"
|
||||
},
|
||||
"param6": {
|
||||
"ver": "0", "type": "flt", "data": "0.1746"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config":{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_facing": {
|
||||
"owner": "sns_facing",
|
||||
"angle_threshold": { "type": "flt", "ver": "0",
|
||||
"data": "0.3491"
|
||||
},
|
||||
"report_neutral": { "type": "int", "ver": "0",
|
||||
"data": "1"
|
||||
},
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"min_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "30.0"
|
||||
},
|
||||
"max_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "100.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_fmv_platform": {
|
||||
"owner": "sns_fmv",
|
||||
".config":{
|
||||
"owner": "sns_fmv",
|
||||
"accuracy_unknown": { "type": "int", "ver": "0",
|
||||
"data": "3000"
|
||||
},
|
||||
"accuracy_abs_rest": { "type": "int", "ver": "0",
|
||||
"data": "250"
|
||||
},
|
||||
"accuracy_rel_rest": { "type": "int", "ver": "0",
|
||||
"data": "1500"
|
||||
},
|
||||
"accuracy_motion": { "type": "int", "ver": "0",
|
||||
"data": "3000"
|
||||
},
|
||||
"gyro_gap_thresh": { "type": "int", "ver": "0",
|
||||
"data": "501"
|
||||
},
|
||||
"mag_innov": { "type": "flt", "ver": "0",
|
||||
"data": "9.0"
|
||||
},
|
||||
"mag_sample_gap_fac": { "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"tyro_thresh_for_zupt": { "type": "flt", "ver": "0",
|
||||
"data": "0.001"
|
||||
},
|
||||
"sensor_rpt_rate": { "type": "flt", "ver": "0",
|
||||
"data": "1.0"
|
||||
},
|
||||
"def_sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "5.0"
|
||||
},
|
||||
"amd_int_cfg_param1": { "type": "flt", "ver": "0",
|
||||
"data": "0.06"
|
||||
},
|
||||
"amd_int_cfg_param2": { "type": "flt", "ver": "0",
|
||||
"data": "0.5"
|
||||
},
|
||||
"amd_int_cfg_param5": { "type": "flt", "ver": "0",
|
||||
"data": "0.16"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_geomag_rv": {
|
||||
"owner": "sns_geomag_rv",
|
||||
".config": {
|
||||
"owner": "sns_geomag_rv",
|
||||
"gamerv_cfg_param1": {"type": "int","ver": "0","data": "300"
|
||||
},
|
||||
"gamerv_cfg_param2": {"type": "int","ver": "0","data": "300"
|
||||
},
|
||||
"fusion_min_samp_rate": {"type": "flt","ver": "0","data": "1.0"
|
||||
},
|
||||
"gamerv_def_rpt_rate": {"type": "flt","ver": "0","data": "1.0"
|
||||
},
|
||||
"gamerv_def_sample_rate": {"type": "flt","ver": "0","data": "5.0"
|
||||
},
|
||||
"amd_int_cfg_param1": {"type": "flt","ver": "0","data": "0.06"
|
||||
},
|
||||
"amd_int_cfg_param2": {"type": "flt","ver": "0","data": "0.5"
|
||||
},
|
||||
"game_rv_c_sys": {"type": "int","ver": "0","data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "347", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_gyro_cal_config": {
|
||||
"owner": "sns_gyro_cal",
|
||||
"calibration_period": {"type": "int","ver": "0",
|
||||
"data": "60"
|
||||
},
|
||||
"num_samples": {"type": "int","ver": "0",
|
||||
"data": "32"
|
||||
},
|
||||
"variance_threshold": {"type": "flt","ver": "0",
|
||||
"data": "0.00025"
|
||||
},
|
||||
"sample_rate": {"type": "flt","ver": "0",
|
||||
"data": "10.0"
|
||||
},
|
||||
"bias_threshold": {"type": "flt","ver": "0",
|
||||
"data": "0.20"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf","QRD","HDK"
|
||||
],
|
||||
"soc_id": ["300" , "301"
|
||||
]
|
||||
},
|
||||
"sns_heart_rate": {
|
||||
"owner": "sns_heart_rate",
|
||||
"sample_rate_ppg":{"ver": "0","type": "flt",
|
||||
"data": "20.0"
|
||||
},
|
||||
"sample_rate_accel":{"ver": "0","type": "flt",
|
||||
"data": "20.0"
|
||||
},
|
||||
"update_flterval_in_fft_samples":{"ver": "0","type": "int",
|
||||
"data": "20.0"
|
||||
},
|
||||
"min_fft_fltervals_for_first_one_shot_update":{"ver": "0","type": "int",
|
||||
"data": "7"
|
||||
},
|
||||
"min_fft_fltervals_for_first_continuous_update":{"ver": "0","type": "int",
|
||||
"data": "7"
|
||||
},
|
||||
"max_bpm_age_for_warm_start":{"ver": "0","type": "int",
|
||||
"data": "3276800"
|
||||
},
|
||||
"max_alpha":{"ver": "0","type": "flt",
|
||||
"data": "1.0"
|
||||
},
|
||||
"min_alpha":{"ver": "0","type": "flt",
|
||||
"data": "0.01"
|
||||
},
|
||||
"min_o_h":{"ver": "0","type": "flt",
|
||||
"data": "0.5"
|
||||
},
|
||||
"max_o_h":{"ver": "0","type": "flt",
|
||||
"data": "0.9"
|
||||
},
|
||||
"max_del_b":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"acc_peak_distance":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"ppg_peak_distance":{"ver": "0","type": "int",
|
||||
"data": "2"
|
||||
},
|
||||
"num_ppg_peaks":{"ver": "0","type": "int",
|
||||
"data": "6"
|
||||
},
|
||||
"num_acc_peaks":{"ver": "0","type": "int",
|
||||
"data": "6"
|
||||
},
|
||||
"peak_width_ppg":{"ver": "0","type": "int",
|
||||
"data": "2"
|
||||
},
|
||||
"peak_thresh_ppg":{"ver": "0","type": "flt",
|
||||
"data": "0.1"
|
||||
},
|
||||
"peak_thresh_acc":{"ver": "0","type": "flt",
|
||||
"data": "0.1"
|
||||
},
|
||||
"max_ind_diff":{"ver": "0","type": "int",
|
||||
"data": "10"
|
||||
},
|
||||
"max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "80"
|
||||
},
|
||||
"harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.6"
|
||||
},
|
||||
"oneshot_max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"oneshot_harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.4"
|
||||
},
|
||||
"continuous_max_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "80.0"
|
||||
},
|
||||
"continuous_harm_acc_thr":{"ver": "0","type": "flt",
|
||||
"data": "0.6"
|
||||
},
|
||||
"globalminhr":{"ver": "0","type": "flt",
|
||||
"data": "40.0"
|
||||
},
|
||||
"globalmaxhr":{"ver": "0","type": "flt",
|
||||
"data": "250.0"
|
||||
},
|
||||
"num_samples_to_skip_after_reset":{"ver": "0","type": "int",
|
||||
"data": "40"
|
||||
},
|
||||
"noaccel_thresh":{"ver": "0","type": "flt",
|
||||
"data": "80000.0"
|
||||
},
|
||||
"max_blanked_ppg_segments":{"ver": "0","type": "int",
|
||||
"data": "51"
|
||||
},
|
||||
"min_bad_spread_ratio_for_ppg_blanking":{"ver": "0","type": "flt",
|
||||
"data": "2.3"
|
||||
},
|
||||
"max_blanked_accel_segments":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"min_bad_spread_ratio_for_accel_blanking":{"ver": "0","type": "flt",
|
||||
"data": "2.3"
|
||||
},
|
||||
"accuracy_decay_alpha":{"ver": "0","type": "flt",
|
||||
"data": "0.98"
|
||||
},
|
||||
"android_accuracy_low_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.3"
|
||||
},
|
||||
"android_accuracy_high_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.7"
|
||||
},
|
||||
"android_accuracy_medium_thresh":{"ver": "0","type": "flt",
|
||||
"data": "0.45"
|
||||
},
|
||||
"do_minppg":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"do_mingoodppgtrack":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"do_width_harm":{"ver": "0","type": "int",
|
||||
"data": "1"
|
||||
},
|
||||
"do_stride_is_hr_processing":{"ver": "0","type": "int",
|
||||
"data": "0"
|
||||
},
|
||||
"alpha_lowpass":{"ver": "0","type": "flt",
|
||||
"data": "0.27"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "HDK", "IDP", "QRD"],
|
||||
"soc_id": ["339", "355", "356", "361", "365", "366", "394", "400", "407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_mag_cal_config": {
|
||||
"owner": "sns_mag_cal",
|
||||
"anomaly_threshold": {"type": "flt","ver": "0",
|
||||
"data": "400.0"
|
||||
},
|
||||
"sample_rate": { "type": "flt", "ver": "0",
|
||||
"data": "25.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "341", "360", "393"]
|
||||
},
|
||||
"sns_mag_cal_config": {
|
||||
"owner": "sns_mag_cal",
|
||||
"anomaly_threshold": {"type": "flt","ver": "0",
|
||||
"data": "400.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_multishake": {
|
||||
"owner": "sns_multishake",
|
||||
"min_shake_period": {
|
||||
"ver": "0", "type": "flt", "data": "0.22"
|
||||
},
|
||||
"max_shake_period": {
|
||||
"ver": "0", "type": "flt", "data": "0.7"
|
||||
},
|
||||
"sleep_time": {
|
||||
"ver": "0", "type": "flt", "data": "0.12"
|
||||
},
|
||||
"shake_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "1.5"
|
||||
},
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "100.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_pedometer": {
|
||||
"owner": "sns_pedometer",
|
||||
"param8": {
|
||||
"ver": "0", "type": "flt", "data": "3.0"
|
||||
},
|
||||
"param7": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param6": {
|
||||
"ver": "0", "type": "flt", "data": "4.0"
|
||||
},
|
||||
"param5": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "0.02"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "0.1"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.5"
|
||||
},
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394",
|
||||
"400", "407", "417", "440", "415", "439", "416", "437", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_rmd": {
|
||||
"owner": "sns_rmd",
|
||||
"param4": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param3": {
|
||||
"ver": "0", "type": "flt", "data": "5"
|
||||
},
|
||||
"param2": {
|
||||
"ver": "0", "type": "flt", "data": "0.2"
|
||||
},
|
||||
"param1": {
|
||||
"ver": "0", "type": "flt", "data": "173"
|
||||
},
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "30.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"config":
|
||||
{
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400",
|
||||
"407", "417", "440", "415", "439", "416", "437","444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_rotv_platform": {
|
||||
"owner": "sns_rotv",
|
||||
".config":{
|
||||
"owner": "sns_rotv",
|
||||
"min_report_rate": {
|
||||
"type": "flt", "ver": "0", "data": "1.0"
|
||||
},
|
||||
"coordinate_sys": {
|
||||
"type": "int", "ver": "0", "data": "0"
|
||||
},
|
||||
"sample_rate": {
|
||||
"type": "flt", "ver": "0", "data": "5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": ["MTP", "Dragon", "Surf", "QRD", "HDK", "IDP"],
|
||||
"soc_id": ["291", "246", "300", "301", "305", "321", "336", "339", "341", "355", "356", "360", "361", "365", "366", "393", "347", "394", "400",
|
||||
"407", "416", "417", "437", "440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_smd": {
|
||||
"owner": "sns_smd",
|
||||
"sample_rate": {
|
||||
"ver": "0", "type": "flt", "data": "10.0"
|
||||
},
|
||||
"accel_window_time": {
|
||||
"ver": "0", "type": "int", "data": "5"
|
||||
},
|
||||
"detect_threshold": {
|
||||
"ver": "0", "type": "flt", "data": "0.158113883"
|
||||
},
|
||||
"self_transition_prob_sm": {
|
||||
"ver": "0", "type": "flt", "data": "0.9"
|
||||
},
|
||||
"variable_decision_latency": {
|
||||
"ver": "0", "type": "int", "data": "1"
|
||||
},
|
||||
"max_latency": {
|
||||
"ver": "0", "type": "int", "data": "10"
|
||||
},
|
||||
"step_count_thresh": {
|
||||
"ver": "0", "type": "int", "data": "5"
|
||||
},
|
||||
"step_window_time": {
|
||||
"ver": "0", "type": "int", "data": "3"
|
||||
},
|
||||
"eigen_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "6.0"
|
||||
},
|
||||
"accel_norm_std_thresh": {
|
||||
"ver": "0", "type": "flt", "data": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "IDP", "QRD"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "340", "341", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417",
|
||||
"440", "415", "439", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"sample_rate": {"ver": "0","type": "flt","data": "10.0"
|
||||
},
|
||||
"angle_threshold": {"ver": "0","type": "flt","data": "0.61086524"
|
||||
},
|
||||
"init_accel_window_time": {"ver": "0","type": "flt", "data": "1.0"
|
||||
},
|
||||
"accel_window_time": {"ver": "0","type": "flt", "data": "2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "QRD"],
|
||||
"soc_id": ["339", "340", "356", "361", "415", "439"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"enabled": {"ver": "0","type": "int", "data": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "HDK", "IDP", "QRD"],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "341", "355", "360", "365", "366", "393", "394", "400", "407", "417", "440", "444", "445", "420", "424", "443", "434", "435", "459"]
|
||||
},
|
||||
"sns_tilt": {
|
||||
"owner": "sns_tilt",
|
||||
"enabled": {"ver": "0","type": "int", "data": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"config": {
|
||||
"hw_platform": [ "MTP", "Dragon", "Surf", "IDP", "QRD"
|
||||
],
|
||||
"soc_id": ["291", "246", "305", "321", "336", "339", "355", "356", "360", "361", "365", "366", "393", "394", "400", "407", "417", "440",
|
||||
"415", "439", "444", "445", "420", "424", "443", "434", "435", "459"
|
||||
]
|
||||
},
|
||||
"sns_tilt_to_wake": {
|
||||
"owner": "sns_tilt_to_wake",
|
||||
"accel_sampling_rate":{"ver": "0","type": "flt",
|
||||
"data": "25.0"
|
||||
},
|
||||
"filter_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.16"
|
||||
},
|
||||
"accel_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "1.1"
|
||||
},
|
||||
"accel_sub_window_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.55"
|
||||
},
|
||||
"window_for_accel_stability_check_seconds":{"ver": "0","type": "flt",
|
||||
"data": "0.16"
|
||||
},
|
||||
"min_delta_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "45.0"
|
||||
},
|
||||
"min_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "40.0"
|
||||
},
|
||||
"min_abs_delta_z_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "10.0"
|
||||
},
|
||||
"max_roll_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "25.0"
|
||||
},
|
||||
"max_accel_spread_threshold":{"ver": "0","type": "flt",
|
||||
"data": "4.8"
|
||||
},
|
||||
"max_accel_norm_deviation_from_G_threshold":{"ver": "0","type": "flt",
|
||||
"data": "2.7"
|
||||
},
|
||||
"max_pitch_threshold_deg":{"ver": "0","type": "flt",
|
||||
"data": "200.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user