Import sm7125-common from lineage-19.1 (79b2a52)

Change-Id: I562e6ce602f24b62ab9d925c838afa539fddea6c
This commit is contained in:
Simon1511
2022-10-17 13:02:13 +02:00
commit cbe43c15ba
1054 changed files with 28936 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Vendored Executable
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Vendored Executable
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+14
View File
@@ -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
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+60
View File
@@ -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
View File
@@ -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
View File
@@ -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>
+383
View File
@@ -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 UEs 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
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
+17
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
@@ -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
+11
View File
@@ -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
View File
@@ -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}
+37
View File
@@ -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
+276
View File
@@ -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
+45
View File
@@ -0,0 +1,45 @@
%
45407 China Unicom" China Unicom

45412CMHK"CMHK

45413CMHK"CMHK

46000CMCC"CMCC
%
46001 China 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
%
46016 China Unicom" China Unicom
!
46601
FarEasTone"
FarEasTone

46688KGT"KGT

46689T Star"T Star

46692Chunghwa"Chunghwa
+43
View File
@@ -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
+43
View File
@@ -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
+43
View File
@@ -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
+27
View File
@@ -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
View File
@@ -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
+678
View File
@@ -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
View File
@@ -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>
+299
View File
@@ -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>
+22
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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>
+71
View File
@@ -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
View File
@@ -0,0 +1,792 @@

21437 vodafone ES"voda ES

238063"3

24007Tele2 SE"Tele2 SE

25005TELE2"TELE2

25011Yota"Yota

25050Sberbank"Sberbank
26209 Vodafone.de"Vodafone
(
28001CYTAMOBILE-VODAFONE"CYTAVODA

30237Fido"Fido

30272ROGERS"ROGERS

30286TELUS"TELUS

302221TELUS"TELUS
302500 Videotron" Videotron
302510 Videotron" Videotron

302660MTS"MTS

302720ROGERS"ROGERS
&
310040 Cellular 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
310780 AirLink 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
#
40401 Vodafone IN" Vodafone IN

40402Airtel"Airtel

40403Airtel"Airtel
#
40405 Vodafone IN" Vodafone IN

40409Reliance"Reliance

40410Airtel"Airtel
#
40411 Vodafone IN" Vodafone IN
#
40413 Vodafone IN" Vodafone IN
#
40415 Vodafone IN" Vodafone IN

40416Airtel"Airtel

40417AIRCEL"AIRCEL

40418Reliance"Reliance
#
40420 Vodafone IN" Vodafone IN
#
40421 LOOP MOBILE" LOOP MOBILE

40425AIRCEL"AIRCEL
#
40427 Vodafone IN" Vodafone IN

40428AIRCEL"AIRCEL

40429AIRCEL"AIRCEL
#
40430 Vodafone IN" Vodafone IN

40431Airtel"Airtel

40433AIRCEL"AIRCEL

40435AIRCEL"AIRCEL

40436Reliance"Reliance

40437AIRCEL"AIRCEL

40440Airtel"Airtel

40441AIRCEL"AIRCEL
40443 Vodafone IN"Vodafone

40445Airtel"Airtel
40446 Vodafone IN"Vodafone

40449Airtel"Airtel
40460 Vodafone IN"Vodafone

40468Dolphin"Dolphin

40469Dolphin"Dolphin

40470Airtel"Airtel

40483Reliance"Reliance
40484 Vodafone IN"Vodafone

40485Reliance"RELIANCE
40486 Vodafone IN"Vodafone
40488 Vodafone 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
$
405025 TATA DOCOMO" TATA DOCOMO
$
405026 TATA DOCOMO" TATA DOCOMO
$
405027 TATA DOCOMO" TATA DOCOMO
$
405028 TATA DOCOMO" TATA DOCOMO
$
405029 TATA DOCOMO" TATA DOCOMO
$
405030 TATA DOCOMO" TATA DOCOMO
$
405031 TATA DOCOMO" TATA DOCOMO
$
405032 TATA DOCOMO" TATA DOCOMO
$
405033 TATA DOCOMO" TATA DOCOMO
$
405034 TATA DOCOMO" TATA DOCOMO
$
405035 TATA DOCOMO" TATA DOCOMO
$
405036 TATA DOCOMO" TATA DOCOMO
$
405037 TATA DOCOMO" TATA DOCOMO
$
405038 TATA DOCOMO" TATA DOCOMO
$
405039 TATA DOCOMO" TATA DOCOMO
$
405040 TATA DOCOMO" TATA DOCOMO

40551Airtel"Airtel

40552Airtel"Airtel

40553Airtel"Airtel

40554Airtel"Airtel

40555Airtel"Airtel

40556Airtel"Airtel
40566 Vodafone IN"Vodafone
40567 Vodafone IN"Vodafone

40585AIRCEL"AIRCEL
!
405750 Vodafone IN"Vodafone
!
405751 Vodafone IN"Vodafone
!
405752 Vodafone IN"Vodafone
!
405753 Vodafone IN"Vodafone
!
405754 Vodafone IN"Vodafone
!
405755 Vodafone IN"Vodafone
!
405756 Vodafone 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
%
41709 MOBILE 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
#
42202 OMAN 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
#
45201 VN MobiFone" VN MobiFone
%
45202 VN 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

45708 Beeline Lao"Beeline

46605GT 4G"GT 4G

46703KP SUN"SUNNET
47001 GrameenPhone"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
#
50503 Vodafone 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
52021 TH ACT 1900"ACT-1900

52505StarHub"StarHub

52802B-Mobile"B-mobile

52811DSTCom"DSTCom

53005Spark NZ"Spark NZ

54411Blue Sky"Blue Sky

54417Blue Sky"Blue Sky

54927 Samoatel GO"GO

60202vodafone"vodaEG

60301Mobilis"Mobilis

60401IAM"IAM

60402WANA GSM"WANA GSM

60502TUNTEL"TUNTEL

60600Libyana"Libyana

60601Almadar"Almadar

60703 GM COMIUM" GM COMIUM

60704 607 04/Qcell"QC

61104
CKY-Areeba"Areeba

61202CIV02"ACELL-CI

61203Orange"Orange

61204 IC COMIUM"ICCOMIUM

61401SAHELCOM"SAHELCOM

61403
NE TELECEL"TELECEL

61404Orange"Orange
61503 TELECEL-TOGO"TELECEL
"
61602
TELECEL BENIN"TLCL-BEN
61603 BJ BENINCELL"BENCELL

61702MTML"MTML

61710Emtel"EMTEL

61802 LIBERCELL"LIBERCEL
61902 MILLICOM SL"MILLICOM

62001MTN"MTN

62003Tigo"Tigo

62006Zain Gh"Zain Gh
!
62007
Glo Mobile"
Glo Mobile
%
62120 Zain Nigeria" Zain Nigeria
#
62130 MTN Nigeria" MTN Nigeria

62140Mtel"Mtel
!
62150
Glo Mobile"
Glo Mobile
$
62160EtisalatNigeria"Etisalat

62402Orange"Orange

62701Orange"GETESA

62801Libertis"LIBERTIS

62802 GAB 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
64201 Spacetel 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
View File
@@ -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
View File
@@ -0,0 +1,69 @@

45400CSL"CSL

45402CSL"CSL

454033"3

454043(2G)"3(2G)

45406 SmarTone HK"SMC HK

454073(2G)"3(2G)

45410CSL"CSL
45412China Mobile HK"CMHK
45413China Mobile HK"CMHK

454143(2G)"3(2G)

45415 SmarTone HK"SMC HK

45416PCCW-HKT"PCCW-HKT

45417 SmarTone HK"SMC HK

45418CSL"CSL

45419PCCW-HKT"PCCW-HKT

45420PCCW-HKT"PCCW-HKT

45500SmarTone"SmarTone

45501CTM"CTM

45502
China Telecom"CTC
%
45503 3 Macau (2G)" 3 Macau (2G)

45504CTM"CTM

455053 Macau"3 Macau

45507
China Telecom"CTC

46000 CHINA MOBILE"CMCC

46001
CHN-UNICOM"UNICOM

46002 CHINA MOBILE"CMCC

46003
China Telecom"CTC

46007 CHINA MOBILE"CMCC

46008 CHINA MOBILE"CMCC

46009
CHN-UNICOM"UNICOM

46011
China Telecom"CTC
+33
View File
@@ -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

Some files were not shown because too many files have changed in this diff Show More