r8q: Pin Android R RIL and QMI blobs
* Signal strength does not get updated with S ones unless airplane mode is toggled on and off on T Simon1511: Pin R QMI blobs too since S ones make rild segfault. Also patch libsec-ril* and update our audio impl accordingly Change-Id: I3be7972b161b074b570bf227c3bdc32a2d91b70e
This commit is contained in:
+13
-41
@@ -1323,7 +1323,7 @@
|
||||
<data name="single_qmux_channel_enabled" type="int"> 1 </data>
|
||||
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>
|
||||
|
||||
<data name="num_dsi_handles" type="int"> 11 </data>
|
||||
<data name="num_dsi_handles" type="int"> 17 </data>
|
||||
<list name="device_names">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
@@ -1336,6 +1336,12 @@
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
<data type="string"> rmnet_data11 </data>
|
||||
<data type="string"> rmnet_data12 </data>
|
||||
<data type="string"> rmnet_data13 </data>
|
||||
<data type="string"> rmnet_data14 </data>
|
||||
<data type="string"> rmnet_data15 </data>
|
||||
<data type="string"> rmnet_data16 </data>
|
||||
</list>
|
||||
|
||||
<list name="control_port_names">
|
||||
@@ -1350,46 +1356,12 @@
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
</list>
|
||||
</listitem>
|
||||
|
||||
<!-- Configuration for QTang -->
|
||||
<listitem name="qtang">
|
||||
|
||||
<data name="qos_enabled" type="int"> 1 </data>
|
||||
<data name="rmnet_data_enabled" type="int"> 1 </data>
|
||||
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
|
||||
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
|
||||
|
||||
<data name="single_qmux_channel_enabled" type="int"> 1 </data>
|
||||
<data name="single_qmux_channel_name" type="string"> rmnet0 </data>
|
||||
|
||||
<data name="num_dsi_handles" type="int"> 11 </data>
|
||||
<list name="device_names">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
<data type="string"> rmnet_data2 </data>
|
||||
<data type="string"> rmnet_data3 </data>
|
||||
<data type="string"> rmnet_data4 </data>
|
||||
<data type="string"> rmnet_data5 </data>
|
||||
<data type="string"> rmnet_data6 </data>
|
||||
<data type="string"> rmnet_data7 </data>
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
</list>
|
||||
<list name="control_port_names">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
<data type="string"> rmnet_data2 </data>
|
||||
<data type="string"> rmnet_data3 </data>
|
||||
<data type="string"> rmnet_data4 </data>
|
||||
<data type="string"> rmnet_data5 </data>
|
||||
<data type="string"> rmnet_data6 </data>
|
||||
<data type="string"> rmnet_data7 </data>
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
<data type="string"> rmnet_data11 </data>
|
||||
<data type="string"> rmnet_data12 </data>
|
||||
<data type="string"> rmnet_data13 </data>
|
||||
<data type="string"> rmnet_data14 </data>
|
||||
<data type="string"> rmnet_data15 </data>
|
||||
<data type="string"> rmnet_data16 </data>
|
||||
</list>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
+33
-129
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Netmgr Module configuration XML file
|
||||
Copyright (c) 2013, 2016-2021 Qualcomm Technologies, Inc.
|
||||
Copyright (c) 2013, 2016-2020 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
@@ -2547,7 +2547,7 @@
|
||||
<data name="use_qmuxd" type="int"> 0 </data>
|
||||
<data name="dpm_retry_timeout" type="int"> 10000 </data>
|
||||
<data name="wda_data_format_enabled" type="int"> 1 </data>
|
||||
<data name="kfc_mode" type="int"> 3 </data>
|
||||
<data name="kfc_mode" type="int"> 4 </data>
|
||||
<data name="qmi_pc" type="int"> 1 </data>
|
||||
<data name="tcp_ack_prio" type="int"> 1 </data>
|
||||
|
||||
@@ -3382,11 +3382,6 @@
|
||||
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
|
||||
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </data>
|
||||
<data name="single_qmux_ch_name" type="string"> DATA5_CNTL </data>
|
||||
|
||||
<data name="tc_ul_baserate" type="int"> 155000000 </data>
|
||||
<data name="dynamic_tc_ul_baserate" type="int"> 1 </data>
|
||||
<data name="tc_ul_burst" type="int"> 25000 </data>
|
||||
|
||||
<data name="rmnet_data_enabled" type="int"> 1 </data>
|
||||
<data name="dataformat_agg_dl_pkt" type="int"> 10 </data>
|
||||
<data name="dataformat_agg_dl_size" type="int"> 8192 </data>
|
||||
@@ -3398,15 +3393,6 @@
|
||||
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 8 </data>
|
||||
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
|
||||
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
|
||||
<data name="rsc" type="int"> 0 </data>
|
||||
<data name="rsb" type="int"> 0 </data>
|
||||
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
|
||||
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
|
||||
<data name="rmnet_offload" type="int"> 0 </data>
|
||||
<data name="rmnet_shs" type="int"> 0 </data>
|
||||
<data name="uplink_priority" type="int"> 0 </data>
|
||||
<data name="iwlan_concurrency" type="int"> 1 </data>
|
||||
<data name="nl_xfrm" type="int"> 1 </data>
|
||||
<data name="netdev_max_backlog" type="int"> 10000 </data>
|
||||
<data name="debug_netdev_max_backlog" type="int"> 1500 </data>
|
||||
|
||||
@@ -3415,7 +3401,7 @@
|
||||
<data name="initial_ssthresh" type="int"> 1400 </data>
|
||||
<data name="dl_marker_enabled" type="int"> 0 </data>
|
||||
<data name="pnd_rps_mask" type="int"> 2 </data>
|
||||
<data name="vnd_rps_mask" type="int"> 12 </data>
|
||||
<data name="vnd_rps_mask" type="int"> 125 </data>
|
||||
<data name="qos_via_idl" type="int"> 1 </data>
|
||||
<data name="max_mtu" type="int"> 9216 </data>
|
||||
<data name="netmgr_recovery_enabled" type="int"> 1 </data>
|
||||
@@ -3425,7 +3411,7 @@
|
||||
<data type="int"> 0 </data> <!-- MODEM_MDM -->
|
||||
</list>
|
||||
|
||||
<data name="control_ports_len" type="int"> 11 </data>
|
||||
<data name="control_ports_len" type="int"> 17 </data>
|
||||
<list name="control_ports">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
@@ -3438,9 +3424,15 @@
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
<data type="string"> rmnet_data11 </data>
|
||||
<data type="string"> rmnet_data12 </data>
|
||||
<data type="string"> rmnet_data13 </data>
|
||||
<data type="string"> rmnet_data14 </data>
|
||||
<data type="string"> rmnet_data15 </data>
|
||||
<data type="string"> rmnet_data16 </data>
|
||||
</list>
|
||||
|
||||
<data name="data_ports_len" type="int"> 11 </data>
|
||||
<data name="data_ports_len" type="int"> 17 </data>
|
||||
<list name="data_ports">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
@@ -3453,13 +3445,19 @@
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
<data type="string"> rmnet_data11 </data>
|
||||
<data type="string"> rmnet_data12 </data>
|
||||
<data type="string"> rmnet_data13 </data>
|
||||
<data type="string"> rmnet_data14 </data>
|
||||
<data type="string"> rmnet_data15 </data>
|
||||
<data type="string"> rmnet_data16 </data>
|
||||
</list>
|
||||
<!-- Number of above data ports inited on bootup -->
|
||||
<data name="static_fwd_links" type="int"> 6 </data>
|
||||
|
||||
<!-- iWLAN ports -->
|
||||
<data name="iwlan_enable" type="int"> 1 </data>
|
||||
<data name="rev_control_ports_len" type="int"> 9 </data>
|
||||
<data name="rev_control_ports_len" type="int"> 16 </data>
|
||||
<list name="rev_control_ports">
|
||||
<data type="string"> r_rmnet_data0 </data>
|
||||
<data type="string"> r_rmnet_data1 </data>
|
||||
@@ -3470,9 +3468,16 @@
|
||||
<data type="string"> r_rmnet_data6 </data>
|
||||
<data type="string"> r_rmnet_data7 </data>
|
||||
<data type="string"> r_rmnet_data8 </data>
|
||||
<data type="string"> r_rmnet_data9 </data>
|
||||
<data type="string"> r_rmnet_data10 </data>
|
||||
<data type="string"> r_rmnet_data11 </data>
|
||||
<data type="string"> r_rmnet_data12 </data>
|
||||
<data type="string"> r_rmnet_data13 </data>
|
||||
<data type="string"> r_rmnet_data14 </data>
|
||||
<data type="string"> r_rmnet_data15 </data>
|
||||
</list>
|
||||
|
||||
<data name="rev_data_ports_len" type="int"> 9 </data>
|
||||
<data name="rev_data_ports_len" type="int"> 16 </data>
|
||||
<list name="rev_data_ports">
|
||||
<data type="string"> r_rmnet_data0 </data>
|
||||
<data type="string"> r_rmnet_data1 </data>
|
||||
@@ -3483,116 +3488,15 @@
|
||||
<data type="string"> r_rmnet_data6 </data>
|
||||
<data type="string"> r_rmnet_data7 </data>
|
||||
<data type="string"> r_rmnet_data8 </data>
|
||||
<data type="string"> r_rmnet_data9 </data>
|
||||
<data type="string"> r_rmnet_data10 </data>
|
||||
<data type="string"> r_rmnet_data11 </data>
|
||||
<data type="string"> r_rmnet_data12 </data>
|
||||
<data type="string"> r_rmnet_data13 </data>
|
||||
<data type="string"> r_rmnet_data14 </data>
|
||||
<data type="string"> r_rmnet_data15 </data>
|
||||
</list>
|
||||
<!-- Number of above reverse data ports inited on bootup -->
|
||||
<data name="static_rev_links" type="int"> 4 </data>
|
||||
</listitem>
|
||||
|
||||
<!-- QTang parameters -->
|
||||
<listitem name = "qtang">
|
||||
|
||||
<data name="qmi_dpm_enabled" type="int"> 1 </data>
|
||||
<data name="use_qmuxd" type="int"> 0 </data>
|
||||
<data name="dpm_retry_timeout" type="int"> 10000 </data>
|
||||
<data name="wda_data_format_enabled" type="int"> 1 </data>
|
||||
<data name="kfc_mode" type="int"> 4 </data>
|
||||
<data name="qmi_pc" type="int"> 1 </data>
|
||||
<data name="netmgr_listen_ev_proto" type="int"> 1 </data>
|
||||
|
||||
<data name="single_qmux_ch_enabled" type="int"> 1 </data>
|
||||
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </data>
|
||||
<data name="single_qmux_ch_name" type="string"> DATA5_CNTL </data>
|
||||
|
||||
<data name="tc_ul_baserate" type="int"> 155000000 </data>
|
||||
<data name="dynamic_tc_ul_baserate" type="int"> 1 </data>
|
||||
<data name="tc_ul_burst" type="int"> 25000 </data>
|
||||
|
||||
<data name="rmnet_data_enabled" type="int"> 1 </data>
|
||||
<data name="dataformat_agg_dl_pkt" type="int"> 10 </data>
|
||||
<data name="dataformat_agg_dl_size" type="int"> 8192 </data>
|
||||
<data name="dataformat_agg_ul_pkt" type="int"> 0 </data>
|
||||
<data name="dataformat_agg_ul_size" type="int"> 0 </data>
|
||||
<data name="dataformat_dl_data_aggregation_protocol" type="int"> 8 </data>
|
||||
<data name="dataformat_ul_data_aggregation_protocol" type="int"> 8 </data>
|
||||
<data name="dataformat_dl_gro_enabled" type="int"> 1 </data>
|
||||
<data name="dataformat_ul_gso_enabled" type="int"> 1 </data>
|
||||
<data name="phys_net_dev" type="string"> rmnet_ipa0 </data>
|
||||
<data name="rtm_rmnet_data_enabled" type="int"> 1 </data>
|
||||
<data name="rtnetlink_tc_enabled" type="int"> 1 </data>
|
||||
<data name="netdev_max_backlog" type="int"> 10000 </data>
|
||||
|
||||
<data name="disable_tcp_hystart_detect" type="int"> 1 </data>
|
||||
<data name="disable_hystart" type="int"> 1 </data>
|
||||
<data name="initial_ssthresh" type="int"> 1400 </data>
|
||||
<data name="pnd_rps_mask" type="int"> 2 </data>
|
||||
<data name="vnd_rps_mask" type="int"> 12 </data>
|
||||
<data name="netdev_budget" type="int"> 0 </data>
|
||||
<data name="tcp_mtu_probing" type="int"> 2 </data>
|
||||
<data name="qos_via_idl" type="int"> 1 </data>
|
||||
<data name="skip_buffered_qos_modify" type="int"> 1 </data>
|
||||
|
||||
<data name="num_modems" type="int"> 2 </data>
|
||||
<list name="modems_enabled">
|
||||
<data type="int"> 1 </data> <!-- MODEM_MSM -->
|
||||
<data type="int"> 0 </data> <!-- MODEM_MDM -->
|
||||
</list>
|
||||
|
||||
<data name="control_ports_len" type="int"> 11 </data>
|
||||
<list name="control_ports">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
<data type="string"> rmnet_data2 </data>
|
||||
<data type="string"> rmnet_data3 </data>
|
||||
<data type="string"> rmnet_data4 </data>
|
||||
<data type="string"> rmnet_data5 </data>
|
||||
<data type="string"> rmnet_data6 </data>
|
||||
<data type="string"> rmnet_data7 </data>
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
</list>
|
||||
|
||||
<data name="data_ports_len" type="int"> 11 </data>
|
||||
<list name="data_ports">
|
||||
<data type="string"> rmnet_data0 </data>
|
||||
<data type="string"> rmnet_data1 </data>
|
||||
<data type="string"> rmnet_data2 </data>
|
||||
<data type="string"> rmnet_data3 </data>
|
||||
<data type="string"> rmnet_data4 </data>
|
||||
<data type="string"> rmnet_data5 </data>
|
||||
<data type="string"> rmnet_data6 </data>
|
||||
<data type="string"> rmnet_data7 </data>
|
||||
<data type="string"> rmnet_data8 </data>
|
||||
<data type="string"> rmnet_data9 </data>
|
||||
<data type="string"> rmnet_data10 </data>
|
||||
</list>
|
||||
|
||||
<!-- iWLAN ports -->
|
||||
<data name="iwlan_enable" type="int"> 1 </data>
|
||||
<data name="rev_control_ports_len" type="int"> 9 </data>
|
||||
<list name="rev_control_ports">
|
||||
<data type="string"> r_rmnet_data0 </data>
|
||||
<data type="string"> r_rmnet_data1 </data>
|
||||
<data type="string"> r_rmnet_data2 </data>
|
||||
<data type="string"> r_rmnet_data3 </data>
|
||||
<data type="string"> r_rmnet_data4 </data>
|
||||
<data type="string"> r_rmnet_data5 </data>
|
||||
<data type="string"> r_rmnet_data6 </data>
|
||||
<data type="string"> r_rmnet_data7 </data>
|
||||
<data type="string"> r_rmnet_data8 </data>
|
||||
</list>
|
||||
|
||||
<data name="rev_data_ports_len" type="int"> 9 </data>
|
||||
<list name="rev_data_ports">
|
||||
<data type="string"> r_rmnet_data0 </data>
|
||||
<data type="string"> r_rmnet_data1 </data>
|
||||
<data type="string"> r_rmnet_data2 </data>
|
||||
<data type="string"> r_rmnet_data3 </data>
|
||||
<data type="string"> r_rmnet_data4 </data>
|
||||
<data type="string"> r_rmnet_data5 </data>
|
||||
<data type="string"> r_rmnet_data6 </data>
|
||||
<data type="string"> r_rmnet_data7 </data>
|
||||
<data type="string"> r_rmnet_data8 </data>
|
||||
</list>
|
||||
</listitem>
|
||||
</list>
|
||||
|
||||
+9
-1
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
@@ -18,6 +18,14 @@ on boot
|
||||
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
|
||||
|
||||
on boot
|
||||
#Reduce the pressure on the reassemly cache by discarding orphan fragments quicker
|
||||
write /proc/sys/net/netfilter/nf_conntrack_frag6_timeout 10
|
||||
|
||||
on boot && property:ro.csc.countryiso_code=BR
|
||||
#Reduce the pressure on the reassemly cache by discarding orphan fragments quicker
|
||||
write /proc/sys/net/netfilter/nf_conntrack_frag6_timeout 60
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
#Create NETMGR daemon log dir
|
||||
|
||||
+2
-18
@@ -23,26 +23,10 @@
|
||||
460008CMCC"CMCC
|
||||
'
|
||||
46011
|
||||
China Telecom"
|
||||
China Telecom
|
||||
China Telecom"
|
||||
China Telecom
|
||||
'
|
||||
46012
|
||||
China Telecom"
|
||||
China Telecom
|
||||
|
||||
46015CHINA BROADNET"CBN
|
||||
%
|
||||
46016China Unicom"China Unicom
|
||||
|
||||
46021CMCC"CMCC
|
||||
|
||||
46022CMCC"CMCC
|
||||
%
|
||||
46031China Unicom"China Unicom
|
||||
%
|
||||
46032China Unicom"China Unicom
|
||||
'
|
||||
46050
|
||||
China Telecom"
|
||||
China Telecom
|
||||
|
||||
|
||||
+44
-136
@@ -60,43 +60,6 @@ mtuTableEntry attributes:
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- DT Montenegro -->
|
||||
<mtuTableEntry numeric="29702" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Vodafone Greece -->
|
||||
<mtuTableEntry numeric="20205" mtu="1390" rat="4"/>
|
||||
|
||||
@@ -138,10 +101,10 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="20820" mtu="1354" profile="2"/>
|
||||
<mtuTableEntry numeric="20820" mtu="1354" rat="4"/>
|
||||
|
||||
<!-- Movistar (Telefonica ES) -->
|
||||
<mtuTableEntry numeric="21405" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="21407" mtu="1280" profile="2"/>
|
||||
<!-- 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"/>
|
||||
@@ -158,8 +121,6 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="22201" mtu="1350"/>
|
||||
<mtuTableEntry numeric="22299" mtu="1440"/>
|
||||
<mtuTableEntry numeric="22210" mtu="1350"/>
|
||||
<mtuTableEntry numeric="22288" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="22299" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- RDS Romania -->
|
||||
<mtuTableEntry numeric="22605" mtu="1354" rat="4"/>
|
||||
@@ -172,6 +133,10 @@ mtuTableEntry attributes:
|
||||
<!-- Salt -->
|
||||
<mtuTableEntry numeric="22803" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- T-Mobile A -->
|
||||
<mtuTableEntry numeric="23203" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23207" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Hutchison -->
|
||||
<mtuTableEntry numeric="23205" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="23210" mtu="1280" rat="4"/>
|
||||
@@ -185,8 +150,9 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="23415" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="23415" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- H3G(UK) 23420 (Default : 1440) -->
|
||||
<!-- 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"/>
|
||||
@@ -235,15 +201,6 @@ mtuTableEntry attributes:
|
||||
<!-- Lithuania Omnitel -->
|
||||
<mtuTableEntry numeric="24601" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- TELE2 LT (Lithuania) VoWiFi -->
|
||||
<mtuTableEntry numeric="24603" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- TELE2 LV (Latvia) VoWiFi -->
|
||||
<mtuTableEntry numeric="24702" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- TELE2 EE (Estonia) VoWiFi -->
|
||||
<mtuTableEntry numeric="24803" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- MTS operator -->
|
||||
<mtuTableEntry numeric="25001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="25001" mtu="1300" rat="4"/>
|
||||
@@ -259,30 +216,22 @@ mtuTableEntry attributes:
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- DT -->
|
||||
<mtuTableEntry numeric="26201" mtu="1340" profile="2"/>
|
||||
<mtuTableEntry numeric="26201" mtu="1340" rat="4"/>
|
||||
<mtuTableEntry numeric="26206" mtu="1340" profile="2"/>
|
||||
<mtuTableEntry numeric="26206" mtu="1340" rat="4"/>
|
||||
|
||||
<!-- VF DE -->
|
||||
<mtuTableEntry numeric="26202" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="26202" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Telefonica DE -->
|
||||
<mtuTableEntry numeric="26203" mtu="1380" profile="2"/>
|
||||
<mtuTableEntry numeric="26207" mtu="1380" profile="2"/>
|
||||
<mtuTableEntry numeric="26208" mtu="1380" profile="2"/>
|
||||
<mtuTableEntry numeric="26211" mtu="1380" profile="2"/>
|
||||
<mtuTableEntry numeric="26277" mtu="1380" profile="2"/>
|
||||
|
||||
<!-- VF DE for Test lab -->
|
||||
<mtuTableEntry numeric="26209" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="26209" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Portugal-MEO -->
|
||||
<mtuTableEntry numeric="26806" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Portugal-NOS -->
|
||||
<mtuTableEntry numeric="26803" mtu="1380" profile="2"/>
|
||||
@@ -294,18 +243,6 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="27201" mtu="1330" profile="2"/>
|
||||
<mtuTableEntry numeric="27201" mtu="1330" rat="4"/>
|
||||
|
||||
<!-- 3IE(Ireland) -->
|
||||
<mtuTableEntry numeric="27202" mtu="1358" profile="2"/>
|
||||
<mtuTableEntry numeric="27205" mtu="1358" profile="2"/>
|
||||
<mtuTableEntry numeric="27205" mtu="1440"/>
|
||||
|
||||
<!-- Siminn -->
|
||||
<mtuTableEntry numeric="27401" mtu="1452" profile="2"/>
|
||||
<mtuTableEntry numeric="27401" mtu="1452" rat="4"/>
|
||||
|
||||
<!-- Nova IS -->
|
||||
<mtuTableEntry numeric="27411" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- A1 Bulgaria -->
|
||||
<mtuTableEntry numeric="28401" mtu="1330" profile="2"/>
|
||||
<mtuTableEntry numeric="28401" mtu="1330" rat="4"/>
|
||||
@@ -313,9 +250,6 @@ mtuTableEntry attributes:
|
||||
<!-- TURKCELL -->
|
||||
<mtuTableEntry numeric="28601" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Vodafone Turkiye -->
|
||||
<mtuTableEntry numeric="28602" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- AVEA -->
|
||||
<mtuTableEntry numeric="28603" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="28603" mtu="1300" rat="4"/>
|
||||
@@ -420,21 +354,10 @@ mtuTableEntry attributes:
|
||||
<!-- 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"/>
|
||||
|
||||
|
||||
<!-- Azercell Azerbaijan -->
|
||||
<mtuTableEntry numeric="40001" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Beeline Kazakhstan -->
|
||||
<mtuTableEntry numeric="40101" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- RJIL -->
|
||||
<mtuTableEntry numeric="40578" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="40587" mtu="1280" rat="4"/>
|
||||
@@ -471,16 +394,10 @@ mtuTableEntry attributes:
|
||||
<!-- STC -->
|
||||
<mtuTableEntry numeric="42001" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- Mobily -->
|
||||
<mtuTableEntry numeric="42003" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Zain -->
|
||||
<mtuTableEntry numeric="42004" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="42004" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Virgin -->
|
||||
<mtuTableEntry numeric="42005" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- OMAN MOBILE -->
|
||||
<mtuTableEntry numeric="42202" mtu="1300" profile="2"/>
|
||||
|
||||
@@ -488,9 +405,6 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="42602" mtu="1480" profile="2"/>
|
||||
<mtuTableEntry numeric="42602" mtu="1480" profile="14"/>
|
||||
|
||||
<!-- Vodafone QATAR -->
|
||||
<mtuTableEntry numeric="42702" mtu="1390" rat="4"/>
|
||||
|
||||
<!-- JPN SBM -->
|
||||
<mtuTableEntry numeric="44020" mtu="1422"/>
|
||||
|
||||
@@ -581,19 +495,12 @@ mtuTableEntry attributes:
|
||||
|
||||
<!-- Malaysia Digi -->
|
||||
<mtuTableEntry numeric="50216" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50216" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Malaysia Maxis -->
|
||||
<mtuTableEntry numeric="50212" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50212" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="50216" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Optus YES -->
|
||||
<mtuTableEntry numeric="50502" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50502" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- MOI QATAR -->
|
||||
<mtuTableEntry numeric="42706" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Vodafone VAU -->
|
||||
<mtuTableEntry numeric="50503" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="50503" mtu="1280" rat="4"/>
|
||||
@@ -617,18 +524,12 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="52503" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- South Africa -->
|
||||
<mtuTableEntry numeric="65507" mtu="1280" profile="2"/>
|
||||
|
||||
<!-- Airtel Zambia -->
|
||||
<mtuTableEntry numeric="64501" mtu="1280" rat="4"/>
|
||||
<mtuTableEntry numeric="65507" mtu="1440" 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"/>
|
||||
@@ -682,12 +583,6 @@ mtuTableEntry attributes:
|
||||
<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"/>
|
||||
@@ -699,29 +594,21 @@ mtuTableEntry attributes:
|
||||
<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"/>
|
||||
|
||||
<!-- HT HR iwlan -->
|
||||
<mtuTableEntry numeric="21901" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Danish 3DK -->
|
||||
<mtuTableEntry numeric="23806" mtu="1300" profile="2"/>
|
||||
|
||||
@@ -729,15 +616,36 @@ mtuTableEntry attributes:
|
||||
<mtuTableEntry numeric="26001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="26001" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Wom Chile - CHX -->
|
||||
<mtuTableEntry numeric="73009" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="73009" mtu="1300" rat="4"/>
|
||||
|
||||
<!-- Tigo Guatemala - CGU -->
|
||||
<mtuTableEntry numeric="70402" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- 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"/>
|
||||
|
||||
<!-- WIND Greece -->
|
||||
<mtuTableEntry numeric="20209" mtu="1390" profile="2"/>
|
||||
<mtuTableEntry numeric="20210" mtu="1390" profile="2"/>
|
||||
|
||||
<!-- Movistar Uruguay - UFU -->
|
||||
<mtuTableEntry numeric="74807" mtu="1280" profile="2"/>
|
||||
<mtuTableEntry numeric="74807" mtu="1280" rat="4"/>
|
||||
|
||||
<!-- Tigo Bolivia - BVO (BVT) -->
|
||||
<mtuTableEntry numeric="73603" mtu="1300" profile="2"/>
|
||||
|
||||
<!-- ZAIN MI -->
|
||||
<mtuTableEntry numeric="41902" mtu="1410" profile="2"/>
|
||||
<mtuTableEntry numeric="41902" mtu="1410" rat="4"/>
|
||||
|
||||
<!-- SPARK NZ -->
|
||||
<mtuTableEntry numeric="53005" mtu="1280" profile="14" rat="4"/>
|
||||
<mtuTableEntry numeric="53099" mtu="1280" profile="14" rat="4"/>
|
||||
<!-- Orange Dominicana - DOR -->
|
||||
<mtuTableEntry numeric="37001" mtu="1300" profile="2"/>
|
||||
<mtuTableEntry numeric="370001" mtu="1300" profile="2"/>
|
||||
|
||||
</mtuTableEntry>
|
||||
|
||||
+2
-20
@@ -63,25 +63,7 @@ CHN-UNICOM"UNICOM
|
||||
46008CHINA MOBILE"CMCC
|
||||
|
||||
46009
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46011
|
||||
China Telecom"CTC
|
||||
|
||||
46015CHINA BROADNET"CBN
|
||||
|
||||
46021CHINA MOBILE"CMCC
|
||||
|
||||
46022CHINA MOBILE"CMCC
|
||||
|
||||
46031
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46032
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46050
|
||||
China Telecom"CTC
|
||||
|
||||
CHN-UNICOM"UNICOM
|
||||
|
||||
46011
|
||||
China Telecom"CTC
|
||||
+212
-114
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
13113Test"Emma
|
||||
|
||||
20201
|
||||
GR COSMOTE"C-OTE
|
||||
@@ -10,6 +8,8 @@ GR COSMOTE"C-OTE
|
||||
20209WIND GR"WIND
|
||||
|
||||
20210WIND GR"WIND
|
||||
|
||||
20217NOVA GR"NOVA GR
|
||||
|
||||
20404vodafone NL"voda NL
|
||||
|
||||
@@ -21,8 +21,6 @@ NL Telfort"NL Tlfrt
|
||||
20416T-Mobile NL"TMO NL
|
||||
|
||||
20601Proximus"Proximus
|
||||
|
||||
20605BASE"BASE
|
||||
|
||||
20610Orange B"OBE
|
||||
|
||||
@@ -61,8 +59,9 @@ $
|
||||
21404YOIGO"YOIGO
|
||||
|
||||
21407Movistar"Movistar
|
||||
|
||||
21601 Yettel HU"Yettel
|
||||
|
||||
21601
|
||||
Telenor HU"TelenorH
|
||||
!
|
||||
21603
|
||||
Digi.Mobil HU"Digi HU
|
||||
@@ -82,9 +81,8 @@ Telekom HU"THU
|
||||
|
||||
21902TM HR"TM HR
|
||||
|
||||
21910A1 HR"A1 HR
|
||||
|
||||
22001
|
||||
21910A1 HR"A1 HR
|
||||
|
||||
22001Telenor SRB"Telenor
|
||||
|
||||
22003mt:s"MTS
|
||||
@@ -115,9 +113,6 @@ TELEKOM.RO"TELEKOM
|
||||
|
||||
22802Sunrise"Sunrise
|
||||
|
||||
22803Salt"Salt
|
||||
|
||||
22853
|
||||
22803Salt"Salt
|
||||
|
||||
23001T-Mobile CZ"TMO CZ
|
||||
@@ -177,8 +172,8 @@ Telenor DK"TelenoDK
|
||||
238063 DK"3 DK
|
||||
|
||||
23820Telia DK"Telia
|
||||
"
|
||||
23866Telia-Telenor DK"TT DK
|
||||
"
|
||||
23866Telia-Telenor DK"TT DK
|
||||
|
||||
24001TELIA S"TELIA
|
||||
|
||||
@@ -195,9 +190,11 @@ Telenor SE"TelenorS
|
||||
!
|
||||
24024
|
||||
Sweden Mobile"MobileS
|
||||
|
||||
|
||||
24201 N Telenor"TELENOR
|
||||
|
||||
24202N NetCom"NetCom
|
||||
|
||||
24214N ice"ice
|
||||
|
||||
24299Tampnet"Tampnet
|
||||
@@ -210,8 +207,6 @@ Telenor SE"TelenorS
|
||||
|
||||
24414FI AMT"FI AMT
|
||||
|
||||
24421FI elisa"elisa
|
||||
#
|
||||
24421FI elisa"elisa
|
||||
#
|
||||
24436DNA - Telia FI"SuomenYV
|
||||
@@ -234,14 +229,20 @@ Telenor SE"TelenorS
|
||||
|
||||
24802Elisa EE"ELISA
|
||||
|
||||
24803Tele2 EE"Tele2 EE
|
||||
|
||||
25001MTS RUS"MTS RUS
|
||||
|
||||
25002MegaFon RUS"MegaFon
|
||||
|
||||
25020Tele2 RU"Tele2
|
||||
|
||||
25027LETAI"LETAI
|
||||
|
||||
25028voda"voda
|
||||
|
||||
25035MOTIV"MOTIV
|
||||
"
|
||||
"
|
||||
25062Tinkoff Mobile"Tinkoff
|
||||
|
||||
25099Beeline"Beeline
|
||||
@@ -249,12 +250,14 @@ Telenor SE"TelenorS
|
||||
25501VODAFONE"VODAFONE
|
||||
|
||||
25502
|
||||
Beeline UA"Beeline
|
||||
|
||||
Beeline UA"Beeline
|
||||
|
||||
25503UA-KYIVSTAR"UA-KS
|
||||
|
||||
25506life:)"life:)
|
||||
|
||||
25507TriMob"TriMob
|
||||
|
||||
25701 BY VELCOM"VELCOM
|
||||
|
||||
25702MTS BY"MTS BY
|
||||
@@ -282,13 +285,9 @@ Telekom.de"TDG
|
||||
|
||||
26202vodafone.de"Vodafone
|
||||
|
||||
26203o2 - de"o2 - de
|
||||
|
||||
26203o2 - de"o2 - de
|
||||
|
||||
26207o2 - de"o2 - de
|
||||
|
||||
26601GIBTEL"GIBTEL
|
||||
|
||||
26601GIBTEL"GIBTEL
|
||||
|
||||
@@ -297,10 +296,6 @@ vodafone P"voda P
|
||||
|
||||
26803NOS"NOS
|
||||
|
||||
26806MEO"MEO
|
||||
|
||||
27001POST"POST
|
||||
|
||||
26806MEO"MEO
|
||||
|
||||
27001POST"POST
|
||||
@@ -317,6 +312,8 @@ vodafone P"voda P
|
||||
|
||||
272053"3
|
||||
|
||||
27401 IS SIMINN"SIMINN
|
||||
|
||||
27402Vodafone"Vodafone
|
||||
|
||||
27404Viking"Viking
|
||||
@@ -326,6 +323,9 @@ IS OnWaves"OnWaves
|
||||
|
||||
27411NOVA IS"NOVA
|
||||
|
||||
27601One.al"One.al
|
||||
|
||||
27602Voda AL"Voda AL
|
||||
|
||||
27603
|
||||
ALBtelecom"ATmobile
|
||||
@@ -358,8 +358,9 @@ Beeline AM"Beeline
|
||||
28305MTS ARM"MTS Arm
|
||||
|
||||
28310Ucom AM"Ucom
|
||||
|
||||
28401A1 BG"A1 BG
|
||||
|
||||
28401A1 BG"A1 BG
|
||||
|
||||
28403
|
||||
Vivacom BG"Vivacom
|
||||
|
||||
@@ -370,8 +371,8 @@ Vivacom BG"Vivacom
|
||||
#
|
||||
28602Vodafone Türkiye"VF-TR
|
||||
|
||||
28603AVEA"AVEA
|
||||
|
||||
28603AVEA"AVEA
|
||||
|
||||
28801Foroya Tele"FT-GSM
|
||||
|
||||
28802VODAFONE FO"VODAFONE
|
||||
@@ -392,13 +393,15 @@ SwisscomFL"Swiss FL
|
||||
29403A1 MK"A1 MK
|
||||
|
||||
29501
|
||||
SwisscomFL"Swiss FL
|
||||
|
||||
SwisscomFL"Swiss FL
|
||||
|
||||
29502Salt.li"Salt.li
|
||||
|
||||
29505FL1"FL1
|
||||
|
||||
29701Telenor"Telenor
|
||||
|
||||
29702
|
||||
Telekom.me"T.me
|
||||
|
||||
29703MTEL"MTEL
|
||||
@@ -439,13 +442,15 @@ SPM AMERIS"AMERIS
|
||||
SPM AMERIS"AMERIS
|
||||
|
||||
30803SPM Telecom"SPM
|
||||
*
|
||||
*
|
||||
310020US - Union Telephone"UnionTel
|
||||
|
||||
310030AT&T"AT&T
|
||||
|
||||
310032IT&E"IT&E
|
||||
|
||||
310050GCI"GCI
|
||||
|
||||
31058Inland Cellular"IC
|
||||
|
||||
310110IT&E"IT&E
|
||||
@@ -498,6 +503,8 @@ SPM AMERIS"AMERIS
|
||||
#
|
||||
310450Viaero Wireless"Viaero
|
||||
|
||||
310460USA1L"USA1L
|
||||
|
||||
310470DOCOMO PACIFIC"DPAC
|
||||
|
||||
310490T-Mobile"T-Mobile
|
||||
@@ -512,12 +519,16 @@ SPM AMERIS"AMERIS
|
||||
310690Limitless Mobile"LMUSA
|
||||
|
||||
310730U.S.Cellular"USCC
|
||||
|
||||
310800T-Mobile"T-Mobile
|
||||
|
||||
310840telna Mobile"telna
|
||||
|
||||
310990 Worldcall"Evolve
|
||||
|
||||
311030Indigo"Indigo
|
||||
"
|
||||
311040
|
||||
USA - Commnet"Commnet
|
||||
#
|
||||
311080
|
||||
@@ -526,12 +537,12 @@ SPM AMERIS"AMERIS
|
||||
311170Tampnet"Tampnet
|
||||
|
||||
311190USAC1ECI"C1ECI
|
||||
|
||||
311230C Spire"C Spire
|
||||
|
||||
311240USACWCI"CWCI
|
||||
|
||||
311240USACWCI"CWCI
|
||||
|
||||
311270Verizon"Verizon
|
||||
|
||||
311270Verizon"Verizon
|
||||
|
||||
311370GCI"GCI
|
||||
|
||||
@@ -540,12 +551,14 @@ SPM AMERIS"AMERIS
|
||||
311480Verizon"Verizon
|
||||
|
||||
311530USANW"USANW
|
||||
|
||||
311560USA OTZ"OTZ
|
||||
|
||||
311560USA OTZ"OTZ
|
||||
|
||||
311580U.S.Cellular"USCC
|
||||
#
|
||||
311600Limitless Mobile"LMUSA
|
||||
|
||||
311630C Spire"C Spire
|
||||
|
||||
311660 Metro PCS"MPCS
|
||||
$
|
||||
@@ -556,13 +569,8 @@ $
|
||||
311810Bluegrass Wireless"BW
|
||||
|
||||
311990VTW US"VTW
|
||||
#
|
||||
312180Limitless Mobile"LMUSA
|
||||
#
|
||||
312180Limitless Mobile"LMUSA
|
||||
|
||||
312280Pioneer"CNP
|
||||
'
|
||||
|
||||
312260USACL"USACL
|
||||
|
||||
@@ -574,18 +582,12 @@ NetGenuity"NetGenui
|
||||
|
||||
312480Nemont"Nemont
|
||||
|
||||
312630
|
||||
NetGenuity"NetGenui
|
||||
312630
|
||||
NetGenuity"NetGenui
|
||||
Southern Linc"SLINC
|
||||
|
||||
312870GigSky"GigSky
|
||||
|
||||
313070MNSHub"MNSHub
|
||||
|
||||
|
||||
312720
|
||||
Southern Linc"SLINC
|
||||
|
||||
312870GigSky"GigSky
|
||||
|
||||
313070MNSHub"MNSHub
|
||||
@@ -594,6 +596,8 @@ NetGenuity"NetGenui
|
||||
|
||||
330110PR Claro"Claro
|
||||
"
|
||||
330120Open Mob PRI"Open Mob
|
||||
|
||||
33403Movistar"TEMM
|
||||
|
||||
334020TELCEL"TELCEL
|
||||
@@ -614,6 +618,8 @@ NetGenuity"NetGenui
|
||||
|
||||
34009Free"Free
|
||||
|
||||
34020Digicel"DigicelF
|
||||
|
||||
342600FLOW"FLOW
|
||||
|
||||
342750DIGICEL"DIGICEL
|
||||
@@ -622,6 +628,8 @@ NetGenuity"NetGenui
|
||||
|
||||
344920FLOW"FLOW
|
||||
|
||||
344930Cingular"Cingular
|
||||
|
||||
346140FLOW"FLOW
|
||||
|
||||
348170FLOW"FLOW
|
||||
@@ -632,6 +640,8 @@ NetGenuity"NetGenui
|
||||
350000CELLONE"CELLONE
|
||||
|
||||
352030DIGICEL"DIGICEL
|
||||
|
||||
352110FLOW"FLOW
|
||||
|
||||
354860FLOW"FLOW
|
||||
|
||||
@@ -850,9 +860,47 @@ IND airtel"airtel
|
||||
|
||||
40556
|
||||
IND airtel"airtel
|
||||
|
||||
40567Vi India"Vi India
|
||||
|
||||
40570Vi India"Vi India
|
||||
|
||||
405751Vi India"Vi India
|
||||
|
||||
405753Vi India"Vi India
|
||||
|
||||
405755Vi India"Vi India
|
||||
|
||||
405823VIDEOCON"VIDEOCON
|
||||
|
||||
405824VIDEOCON"VIDEOCON
|
||||
|
||||
405825VIDEOCON"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
|
||||
|
||||
405840IND-JIO"JIO
|
||||
@@ -902,6 +950,8 @@ IND airtel"airtel
|
||||
405871IND-JIO"JIO
|
||||
|
||||
405872IND-JIO"JIO
|
||||
|
||||
405873IND-JIO"JIO
|
||||
|
||||
405874IND-JIO"JIO
|
||||
|
||||
@@ -969,15 +1019,15 @@ stc Kuwait"stc
|
||||
41902Zain KW"zain KW
|
||||
|
||||
41903Ooredoo"Ooredoo
|
||||
|
||||
41904
|
||||
|
||||
41904
|
||||
stc Kuwait"stc
|
||||
|
||||
42001stc"stc
|
||||
|
||||
42003
|
||||
Mobily-KSA"Mobily
|
||||
|
||||
Mobily-KSA"Mobily
|
||||
|
||||
42004Zain KSA"Zain KSA
|
||||
|
||||
42101SabaFon"SABAFON
|
||||
@@ -995,6 +1045,8 @@ Cellcom IL"Cellcom
|
||||
42501
|
||||
Partner IL"Partner
|
||||
|
||||
42502
|
||||
Cellcom IL"Cellcom
|
||||
|
||||
42503IL Pelephone"PCL
|
||||
#
|
||||
@@ -1009,8 +1061,6 @@ Cellcom IL"Cellcom
|
||||
42528Hot Mobile Ltd."Israel
|
||||
|
||||
42601BATELCO"BATELCO
|
||||
|
||||
42602Zain BH"Zain BH
|
||||
|
||||
42602Zain BH"Zain BH
|
||||
|
||||
@@ -1020,6 +1070,8 @@ MN MobiCom"MobiCom
|
||||
|
||||
42702vodafone"VF-QA
|
||||
|
||||
42801 Skytel MN"Skytel
|
||||
&
|
||||
42888MONGOLIA UNITEL LLC"UNTLMN
|
||||
|
||||
42899
|
||||
@@ -1033,6 +1085,8 @@ Beeline UZ"Beeline
|
||||
42904 SmartCell"ST
|
||||
|
||||
43404
|
||||
Beeline UZ"Beeline
|
||||
|
||||
43405 UZB Ucell"Ucell
|
||||
|
||||
43407UMS-UZB"UMS
|
||||
@@ -1041,10 +1095,12 @@ ZET-MOBILE"Z-MOBILE
|
||||
|
||||
43601TCELL"TCELL
|
||||
|
||||
43601TCELL"TCELL
|
||||
|
||||
43602TCELL"TCELL
|
||||
|
||||
43603MegaFon TJK"MegaFon
|
||||
|
||||
43604 Babilon-M"Babilon
|
||||
|
||||
43605
|
||||
ZET-MOBILE"Z-MOBILE
|
||||
|
||||
@@ -1053,8 +1109,6 @@ Beeline KG"Beeline
|
||||
|
||||
43705MegaCom"MegaCom
|
||||
|
||||
43705MEGA"MEGA
|
||||
|
||||
43709O!"O!
|
||||
|
||||
43802TM CELL"TM CELL
|
||||
@@ -1071,6 +1125,8 @@ $
|
||||
|
||||
45005KOR SK Telecom"SKT
|
||||
|
||||
45006KOR LG Uplus"LG U+
|
||||
|
||||
45008KT"KT
|
||||
|
||||
45010KOR LG Uplus"LG U+
|
||||
@@ -1103,8 +1159,6 @@ $
|
||||
|
||||
45416CSL"CSL
|
||||
|
||||
45417SmarTone HK"SMC HK
|
||||
|
||||
45417SmarTone HK"SMC HK
|
||||
|
||||
45418CSL"CSL
|
||||
@@ -1112,8 +1166,6 @@ $
|
||||
45419CSL"CSL
|
||||
|
||||
45420CSL"CSL
|
||||
|
||||
45501CTM"CTM
|
||||
|
||||
45500SmarTone MAC"SMC MAC
|
||||
|
||||
@@ -1123,14 +1175,14 @@ $
|
||||
|
||||
45504CTM"CTM
|
||||
|
||||
455053 Macau"3 Macau
|
||||
|
||||
45601Cellcard"Cellcard
|
||||
|
||||
45602Smart"Smart
|
||||
|
||||
45605Smart"Smart
|
||||
|
||||
45605Smart"Smart
|
||||
|
||||
45606Smart"Smart
|
||||
|
||||
45608Metfone"Metfone
|
||||
@@ -1153,26 +1205,12 @@ CHN-UNICOM"UNICOM
|
||||
46002CHINA MOBILE"CMCC
|
||||
|
||||
46003CHN-CT"CT
|
||||
|
||||
46004CHINA MOBILE"CMCC
|
||||
|
||||
46004CHINA MOBILE"CMCC
|
||||
|
||||
46007CHINA MOBILE"CMCC
|
||||
|
||||
46009
|
||||
|
||||
46008CHINA MOBILE"CMCC
|
||||
46011CHN-CT"CT
|
||||
|
||||
46015CHINA BROADNET"CBN
|
||||
|
||||
46601Far EasTone"FET
|
||||
|
||||
46605TWN APT"APT
|
||||
|
||||
46611Chunghwa Telecom"CHT
|
||||
|
||||
|
||||
46009
|
||||
CHN-UNICOM"UNICOM
|
||||
@@ -1195,6 +1233,8 @@ KGT-Online"KGT
|
||||
46693TWN MOBITAI"TW MOB
|
||||
|
||||
46697 TW Mobile"TWM
|
||||
|
||||
46699TWM TransAsi"TWM TAT
|
||||
!
|
||||
470001Grameenphone"Grameen
|
||||
|
||||
@@ -1209,14 +1249,14 @@ Banglalink"BL
|
||||
|
||||
47201DHIRAAGU"DHIRAAGU
|
||||
,
|
||||
47202Ooredoo Maldives PVT LTD"Ooredoo
|
||||
|
||||
47202Ooredoo Maldives PVT LTD"Ooredoo
|
||||
|
||||
50212MY MAXIS"MY MAXIS
|
||||
|
||||
50213MY CELCOM 3G"CELCOM
|
||||
|
||||
50216Digi"Digi 4G+
|
||||
|
||||
50216Digi"Digi 4G+
|
||||
|
||||
50218U MOBILE"U MOBILE
|
||||
|
||||
50219 MY CELCOM"CELCOM
|
||||
@@ -1251,6 +1291,8 @@ Banglalink"BL
|
||||
51011IND XL"XL
|
||||
|
||||
51021IND INDOSAT"INDOSAT
|
||||
|
||||
51028 Smartfren"SF
|
||||
|
||||
510893"3
|
||||
|
||||
@@ -1261,10 +1303,12 @@ Banglalink"BL
|
||||
51502Globe Telecom-PH"GLOBE
|
||||
|
||||
51503SMART"SMART
|
||||
|
||||
51503SMART"SMART
|
||||
|
||||
52000TH 3G+"TH 3G+
|
||||
|
||||
51505PH Sun Cellular"SUN
|
||||
|
||||
52000TH 3G+"TH 3G+
|
||||
|
||||
52001AIS"AIS
|
||||
|
||||
52003AIS"AIS
|
||||
|
||||
@@ -1277,8 +1321,8 @@ Banglalink"BL
|
||||
|
||||
52047
|
||||
TOT Mobile"TOT
|
||||
|
||||
52099TRUE-H"TRUE-H
|
||||
|
||||
52099TRUE-H"TRUE-H
|
||||
|
||||
52501Singtel"Singtel
|
||||
|
||||
@@ -1323,8 +1367,8 @@ Banglalink"BL
|
||||
|
||||
54101 VUT SMILE"SMILE
|
||||
|
||||
54105Digicel"Digicel
|
||||
|
||||
54105Digicel"Digicel
|
||||
|
||||
54201FJ VODAFONE"VODAFONE
|
||||
|
||||
54202DIGICEL"DIGICEL
|
||||
@@ -1338,8 +1382,6 @@ CK KOKANET"KOKANET
|
||||
54705VITI"VITI
|
||||
|
||||
54715VODAFONE PF"VODAFONE
|
||||
|
||||
54720F-VINI"VINI
|
||||
|
||||
54720F-VINI"VINI
|
||||
|
||||
@@ -1368,8 +1410,12 @@ CK KOKANET"KOKANET
|
||||
|
||||
60302Djezzy"Djezzy
|
||||
#
|
||||
60303ooredoo Algeria"Ooredoo
|
||||
|
||||
60400 Orange MA"Orange
|
||||
|
||||
60401MOR IAM"IAM
|
||||
|
||||
60402inwi"inwi
|
||||
|
||||
60501 Orange TN"OrangeTN
|
||||
@@ -1382,16 +1428,27 @@ CK KOKANET"KOKANET
|
||||
|
||||
60601Al Madar"Al Madar
|
||||
|
||||
60701GAMCEL"GAMCEL
|
||||
|
||||
60702AFRICELL"AFRICELL
|
||||
|
||||
60704Qcell"QC
|
||||
|
||||
60801 Orange SN"OrangeSN
|
||||
|
||||
60802SEN"Free
|
||||
!
|
||||
60803SEN expresso"Expresso
|
||||
|
||||
60901 MR MATTEL"MATTEL
|
||||
|
||||
60902MR Expresso"EMR
|
||||
|
||||
60910MAURITEL"MAURITEL
|
||||
|
||||
61001
|
||||
MALITEL ML"MALITEL
|
||||
|
||||
61002 ORANGE ML"OML
|
||||
|
||||
61101 Orange GN"ORANGEGN
|
||||
@@ -1400,13 +1457,16 @@ CK KOKANET"KOKANET
|
||||
|
||||
61105GINCL"Cellcom
|
||||
|
||||
61202MOOV CI"MOOV
|
||||
|
||||
61203Orange"Orange
|
||||
|
||||
61202MOOV CI"MOOV
|
||||
|
||||
61203Orange"Orange
|
||||
|
||||
61205MTN CI"MTN CI
|
||||
61204KoZ"KoZ
|
||||
|
||||
61205MTN CI"MTN CI
|
||||
|
||||
61301ONATEL"ONATEL
|
||||
|
||||
61302 Orange BF"Orange
|
||||
|
||||
61402Airtel"Airtel
|
||||
@@ -1415,6 +1475,8 @@ TG-TOGOCOM"TGCOM
|
||||
|
||||
61404Orange"Orange
|
||||
|
||||
61501TG-TOGO CELL"TGCELL
|
||||
"
|
||||
61503
|
||||
ETISALAT TOGO"ETISALAT
|
||||
|
||||
@@ -1434,6 +1496,8 @@ AirtelTigo"ATL-TIGO
|
||||
Orange LBR"Orange L
|
||||
|
||||
61901 Orange SL"OrangeSL
|
||||
|
||||
61905Africell"Africell
|
||||
|
||||
61907QCell"QC
|
||||
|
||||
@@ -1442,6 +1506,10 @@ AirtelTigo"ATL-TIGO
|
||||
62002GH Vodafone"Vodafone
|
||||
|
||||
62003
|
||||
AirtelTigo"ATL-TIGO
|
||||
|
||||
62006
|
||||
AirtelTigo"ATL-TIGO
|
||||
|
||||
62007 Glo Ghana"GloGhana
|
||||
|
||||
@@ -1449,7 +1517,9 @@ AirtelTigo"ATL-TIGO
|
||||
|
||||
62130MTN - NG"MTN-NG
|
||||
|
||||
|
||||
62150Glo NG"glo
|
||||
|
||||
62201Airtel"Airtel
|
||||
|
||||
62203Tigo TD"Tigo
|
||||
!
|
||||
@@ -1459,8 +1529,12 @@ AirtelTigo"ATL-TIGO
|
||||
|
||||
62401MTN CAM"MTN CAM
|
||||
|
||||
62402 Orange CM"Orange
|
||||
|
||||
62404Nexttel"Nexttel
|
||||
|
||||
62501CVMOVEL"CVMOVEL
|
||||
|
||||
62502 Unitel T+"UnitelT+
|
||||
!
|
||||
62601STP CSTmovel"CSTmovel
|
||||
@@ -1472,10 +1546,14 @@ Unitel STP"Unitel
|
||||
|
||||
62703GNQ-Muni"Muni-GQ
|
||||
|
||||
62801LIBERTIS"LIBERTIS
|
||||
!
|
||||
62802ETISALAT GAB"ETISALAT
|
||||
|
||||
62901Airtel"Airtel
|
||||
|
||||
62910COG MTN"MTN-CG
|
||||
!
|
||||
63001
|
||||
Vodacom Congo"VODACOM
|
||||
|
||||
@@ -1492,7 +1570,7 @@ Orange RDC"Orange
|
||||
|
||||
63104MOVICEL"AGOMV
|
||||
|
||||
|
||||
63202MTN"MTN
|
||||
|
||||
63203 Orange GB"OrangeGB
|
||||
|
||||
@@ -1514,6 +1592,8 @@ SO Telesom"Tele
|
||||
63701
|
||||
SO Telesom"Tele
|
||||
|
||||
63730 Som Golis"Golis
|
||||
#
|
||||
63750Hormuud Telecom"Hormuud
|
||||
|
||||
63801 DJ EVATIS"EVATIS
|
||||
@@ -1527,8 +1607,16 @@ SO Telesom"Tele
|
||||
63910FAIBA"FAIBA
|
||||
|
||||
64002 TIGO - TZ"TIGO
|
||||
|
||||
64003 ZANTEL-TZ"ZANTEL
|
||||
|
||||
64004VodaCom"VodaCom
|
||||
|
||||
64005Airtel"Airtel
|
||||
|
||||
64101Airtel"Airtel
|
||||
|
||||
64104UG TANG"TANG
|
||||
|
||||
64110
|
||||
MTN-UGANDA"MTN-UG
|
||||
@@ -1540,6 +1628,8 @@ VodaCom-MZ"VodaCom
|
||||
64118
|
||||
Suretelcom"suretel
|
||||
|
||||
64122Airtel"Airtel
|
||||
|
||||
64203
|
||||
ONATEL BDI"ONATEL
|
||||
|
||||
@@ -1547,6 +1637,8 @@ VodaCom-MZ"VodaCom
|
||||
MOZ - mCel"mCel
|
||||
|
||||
64304
|
||||
VodaCom-MZ"VodaCom
|
||||
|
||||
64501Airtel"Airtel
|
||||
|
||||
64502MTN ZM"MTN ZM
|
||||
@@ -1570,8 +1662,6 @@ TELECEL ZW"TELECEL
|
||||
64704ZEOP"ZEOP
|
||||
|
||||
64710SRR"SRR
|
||||
64801
|
||||
ZW NET*ONE"NETONE
|
||||
|
||||
64801
|
||||
ZW NET*ONE"NETONE
|
||||
@@ -1639,6 +1729,8 @@ TelkomSA-R"Telkom-R
|
||||
|
||||
70403 CLARO GTM"CLAROGTM
|
||||
|
||||
70601 CLARO SLV"ClaroSLV
|
||||
|
||||
70602Digicel"DIGICEL
|
||||
|
||||
70603Tigo SV"Tigo
|
||||
@@ -1647,8 +1739,8 @@ TelkomSA-R"Telkom-R
|
||||
|
||||
708001 CLARO HND"ClaroHND
|
||||
|
||||
|
||||
70802TIGOHND"TIGO
|
||||
70802TIGOHND"TIGO
|
||||
|
||||
708030HND"HT - 200
|
||||
|
||||
71021 CLARO NIC"ClaroNIC
|
||||
@@ -1689,8 +1781,14 @@ TelkomSA-R"Telkom-R
|
||||
72234AR PERSONAL"AR TP
|
||||
|
||||
72236AR PERSONAL"AR TP
|
||||
%
|
||||
722310CLARO ARGENTINA"CLARO AR
|
||||
|
||||
72402TIM BRA"TIM
|
||||
|
||||
72403TIM BRA"TIM
|
||||
|
||||
72404TIM BRA"TIM
|
||||
|
||||
72405 Claro BRA"Claro
|
||||
|
||||
@@ -1717,6 +1815,10 @@ TelkomSA-R"Telkom-R
|
||||
72434
|
||||
Algar Telecom"Algar
|
||||
|
||||
73001 ENTEL PCS"ENTEL
|
||||
|
||||
73002Movistar"Movistar
|
||||
|
||||
73003 CLARO CHL"ClaroCHL
|
||||
|
||||
73007Movistar"Movistar
|
||||
@@ -1733,8 +1835,6 @@ TelkomSA-R"Telkom-R
|
||||
|
||||
732123Movistar"Movistar
|
||||
|
||||
|
||||
732123Movistar"Movistar
|
||||
732130Avantel"Avantel
|
||||
|
||||
732187ETB 4G"ETB
|
||||
@@ -1779,6 +1879,4 @@ AeroMobile"AeroMob
|
||||
"
|
||||
74810
|
||||
CLARO URUGUAY"CLARO UY
|
||||
750001Sure FLK"Sure
|
||||
|
||||
90111Inmarsat"INX
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc
|
||||
#
|
||||
# Not a contribution.
|
||||
#
|
||||
# Copyright (C) 2018 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
|
||||
munmap: 1
|
||||
getuid: 1
|
||||
writev: 1
|
||||
prctl: arg0 == PR_SET_VMA || arg0 == PR_GET_DUMPABLE
|
||||
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
|
||||
openat: 1
|
||||
futex: 1
|
||||
close: 1
|
||||
read: 1
|
||||
newfstatat: 1
|
||||
fstat: 1
|
||||
#ioctl: arg1 == BINDER_WRITE_READ || arg1 == BINDER_SET_MAX_THREADS || arg1 == BINDER_VERSION
|
||||
ioctl: 1
|
||||
mremap: 1
|
||||
readlinkat: 1
|
||||
pread64: 1
|
||||
fstatfs: 1
|
||||
rt_sigprocmask: 1
|
||||
faccessat: 1
|
||||
sendto: 1
|
||||
rt_sigaction: 1
|
||||
socket: arg0 == AF_UNIX || arg0 == AF_QIPCRTR
|
||||
recvfrom: 1
|
||||
getsockname: 1
|
||||
getdents64: 1
|
||||
fcntl: 1
|
||||
nanosleep: 1
|
||||
getrandom: 1
|
||||
clone: 1
|
||||
pipe2: 1
|
||||
exit_group: 1
|
||||
write: 1
|
||||
exit: 1
|
||||
getpid: 1
|
||||
sigaltstack: 1
|
||||
getrlimit: 1
|
||||
restart_syscall: 1
|
||||
setsockopt: 1
|
||||
sched_getscheduler: 1
|
||||
rt_sigreturn: 1
|
||||
execve: 1
|
||||
madvise: 1
|
||||
set_tid_address: 1
|
||||
connect: 1
|
||||
ppoll: 1
|
||||
clock_gettime: 1
|
||||
Reference in New Issue
Block a user