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:
ata-kaner
2023-12-04 13:04:17 +03:00
parent a81156c3bb
commit 3e3f839481
51 changed files with 382 additions and 459 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13 -41
View File
@@ -1323,7 +1323,7 @@
<data name="single_qmux_channel_enabled" 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="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"> <list name="device_names">
<data type="string"> rmnet_data0 </data> <data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data> <data type="string"> rmnet_data1 </data>
@@ -1336,6 +1336,12 @@
<data type="string"> rmnet_data8 </data> <data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data> <data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </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>
<list name="control_port_names"> <list name="control_port_names">
@@ -1350,46 +1356,12 @@
<data type="string"> rmnet_data8 </data> <data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data> <data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </data> <data type="string"> rmnet_data10 </data>
</list> <data type="string"> rmnet_data11 </data>
</listitem> <data type="string"> rmnet_data12 </data>
<data type="string"> rmnet_data13 </data>
<!-- Configuration for QTang --> <data type="string"> rmnet_data14 </data>
<listitem name="qtang"> <data type="string"> rmnet_data15 </data>
<data type="string"> rmnet_data16 </data>
<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>
</list> </list>
</listitem> </listitem>
</list> </list>
+33 -129
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Netmgr Module configuration XML file Netmgr Module configuration XML file
Copyright (c) 2013, 2016-2021 Qualcomm Technologies, Inc. Copyright (c) 2013, 2016-2020 Qualcomm Technologies, Inc.
All Rights Reserved. All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc. Confidential and Proprietary - Qualcomm Technologies, Inc.
--> -->
@@ -2547,7 +2547,7 @@
<data name="use_qmuxd" type="int"> 0 </data> <data name="use_qmuxd" type="int"> 0 </data>
<data name="dpm_retry_timeout" type="int"> 10000 </data> <data name="dpm_retry_timeout" type="int"> 10000 </data>
<data name="wda_data_format_enabled" type="int"> 1 </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="qmi_pc" type="int"> 1 </data>
<data name="tcp_ack_prio" 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_enabled" type="int"> 1 </data>
<data name="single_qmux_ch_conn_id_str" type="string"> rmnet0 </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="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="rmnet_data_enabled" type="int"> 1 </data>
<data name="dataformat_agg_dl_pkt" type="int"> 10 </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_dl_size" type="int"> 8192 </data>
@@ -3398,15 +3393,6 @@
<data name="dataformat_ul_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_dl_gro_enabled" type="int"> 1 </data>
<data name="dataformat_ul_gso_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="netdev_max_backlog" type="int"> 10000 </data>
<data name="debug_netdev_max_backlog" type="int"> 1500 </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="initial_ssthresh" type="int"> 1400 </data>
<data name="dl_marker_enabled" type="int"> 0 </data> <data name="dl_marker_enabled" type="int"> 0 </data>
<data name="pnd_rps_mask" type="int"> 2 </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="qos_via_idl" type="int"> 1 </data>
<data name="max_mtu" type="int"> 9216 </data> <data name="max_mtu" type="int"> 9216 </data>
<data name="netmgr_recovery_enabled" type="int"> 1 </data> <data name="netmgr_recovery_enabled" type="int"> 1 </data>
@@ -3425,7 +3411,7 @@
<data type="int"> 0 </data> <!-- MODEM_MDM --> <data type="int"> 0 </data> <!-- MODEM_MDM -->
</list> </list>
<data name="control_ports_len" type="int"> 11 </data> <data name="control_ports_len" type="int"> 17 </data>
<list name="control_ports"> <list name="control_ports">
<data type="string"> rmnet_data0 </data> <data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data> <data type="string"> rmnet_data1 </data>
@@ -3438,9 +3424,15 @@
<data type="string"> rmnet_data8 </data> <data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data> <data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </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>
<data name="data_ports_len" type="int"> 11 </data> <data name="data_ports_len" type="int"> 17 </data>
<list name="data_ports"> <list name="data_ports">
<data type="string"> rmnet_data0 </data> <data type="string"> rmnet_data0 </data>
<data type="string"> rmnet_data1 </data> <data type="string"> rmnet_data1 </data>
@@ -3453,13 +3445,19 @@
<data type="string"> rmnet_data8 </data> <data type="string"> rmnet_data8 </data>
<data type="string"> rmnet_data9 </data> <data type="string"> rmnet_data9 </data>
<data type="string"> rmnet_data10 </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>
<!-- Number of above data ports inited on bootup --> <!-- Number of above data ports inited on bootup -->
<data name="static_fwd_links" type="int"> 6 </data> <data name="static_fwd_links" type="int"> 6 </data>
<!-- iWLAN ports --> <!-- iWLAN ports -->
<data name="iwlan_enable" type="int"> 1 </data> <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"> <list name="rev_control_ports">
<data type="string"> r_rmnet_data0 </data> <data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data> <data type="string"> r_rmnet_data1 </data>
@@ -3470,9 +3468,16 @@
<data type="string"> r_rmnet_data6 </data> <data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data> <data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </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> </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"> <list name="rev_data_ports">
<data type="string"> r_rmnet_data0 </data> <data type="string"> r_rmnet_data0 </data>
<data type="string"> r_rmnet_data1 </data> <data type="string"> r_rmnet_data1 </data>
@@ -3483,116 +3488,15 @@
<data type="string"> r_rmnet_data6 </data> <data type="string"> r_rmnet_data6 </data>
<data type="string"> r_rmnet_data7 </data> <data type="string"> r_rmnet_data7 </data>
<data type="string"> r_rmnet_data8 </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> </list>
<!-- Number of above reverse data ports inited on bootup --> <!-- Number of above reverse data ports inited on bootup -->
<data name="static_rev_links" type="int"> 4 </data> <data name="static_rev_links" type="int"> 4 </data>
</listitem> </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> </list>
+9 -1
View File
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc. # Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# All Rights Reserved. # All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc. # 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_ctl
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_core 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 # msm specific files that need to be created on /data
on post-fs-data on post-fs-data
#Create NETMGR daemon log dir #Create NETMGR daemon log dir
+2 -18
View File
@@ -23,26 +23,10 @@
460008CMCC"CMCC 460008CMCC"CMCC
' '
46011 46011
China Telecom" China Telecom"
China Telecom China Telecom
' '
46012 46012
China Telecom"
China Telecom

46015CHINA BROADNET"CBN
%
46016 China Unicom" China Unicom

46021CMCC"CMCC

46022CMCC"CMCC
%
46031 China Unicom" China Unicom
%
46032 China Unicom" China Unicom
'
46050
China Telecom" China Telecom"
China Telecom China Telecom
 
+44 -136
View File
@@ -60,43 +60,6 @@ mtuTableEntry attributes:
<!-- DT Greece --> <!-- DT Greece -->
<mtuTableEntry numeric="20201" mtu="1280" rat="4"/> <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 --> <!-- Vodafone Greece -->
<mtuTableEntry numeric="20205" mtu="1390" rat="4"/> <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" profile="2"/>
<mtuTableEntry numeric="20820" mtu="1354" rat="4"/> <mtuTableEntry numeric="20820" mtu="1354" rat="4"/>
<!-- Movistar (Telefonica ES) --> <!-- Movistar (Telephonica Spain) -->
<mtuTableEntry numeric="21405" mtu="1280" profile="2"/> <mtuTableEntry numeric="21407" mtu="1440" profile="2"/>
<mtuTableEntry numeric="21407" mtu="1280" profile="2"/>
<mtuTableEntry numeric="21407" mtu="1440" profile="14"/> <mtuTableEntry numeric="21407" mtu="1440" profile="14"/>
<mtuTableEntry numeric="21407" mtu="1280" rat="4"/>
<!-- Elisa Estonia --> <!-- Elisa Estonia -->
<mtuTableEntry numeric="24802" mtu="1280" profile="2"/> <mtuTableEntry numeric="24802" mtu="1280" profile="2"/>
@@ -158,8 +121,6 @@ mtuTableEntry attributes:
<mtuTableEntry numeric="22201" mtu="1350"/> <mtuTableEntry numeric="22201" mtu="1350"/>
<mtuTableEntry numeric="22299" mtu="1440"/> <mtuTableEntry numeric="22299" mtu="1440"/>
<mtuTableEntry numeric="22210" mtu="1350"/> <mtuTableEntry numeric="22210" mtu="1350"/>
<mtuTableEntry numeric="22288" mtu="1280" profile="2"/>
<mtuTableEntry numeric="22299" mtu="1280" profile="2"/>
<!-- RDS Romania --> <!-- RDS Romania -->
<mtuTableEntry numeric="22605" mtu="1354" rat="4"/> <mtuTableEntry numeric="22605" mtu="1354" rat="4"/>
@@ -172,6 +133,10 @@ mtuTableEntry attributes:
<!-- Salt --> <!-- Salt -->
<mtuTableEntry numeric="22803" mtu="1280" profile="2"/> <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 --> <!-- Hutchison -->
<mtuTableEntry numeric="23205" mtu="1280" rat="4"/> <mtuTableEntry numeric="23205" mtu="1280" rat="4"/>
<mtuTableEntry numeric="23210" 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" profile="2"/>
<mtuTableEntry numeric="23415" mtu="1280" rat="4"/> <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="23420" mtu="1440"/>
<mtuTableEntry numeric="27205" mtu="1440"/>
<!-- 3UK --> <!-- 3UK -->
<mtuTableEntry numeric="23420" mtu="1280" rat="4"/> <mtuTableEntry numeric="23420" mtu="1280" rat="4"/>
@@ -235,15 +201,6 @@ mtuTableEntry attributes:
<!-- Lithuania Omnitel --> <!-- Lithuania Omnitel -->
<mtuTableEntry numeric="24601" mtu="1300" profile="2"/> <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 --> <!-- MTS operator -->
<mtuTableEntry numeric="25001" mtu="1300" profile="2"/> <mtuTableEntry numeric="25001" mtu="1300" profile="2"/>
<mtuTableEntry numeric="25001" mtu="1300" rat="4"/> <mtuTableEntry numeric="25001" mtu="1300" rat="4"/>
@@ -259,30 +216,22 @@ mtuTableEntry attributes:
<!-- Beeline Russia --> <!-- Beeline Russia -->
<mtuTableEntry numeric="25099" mtu="1300"/> <mtuTableEntry numeric="25099" mtu="1300"/>
<!-- Lifecell -->
<mtuTableEntry numeric="25506" mtu="1280" profile="2"/>
<mtuTableEntry numeric="25506" mtu="1280" rat="4"/>
<!-- PLAY --> <!-- PLAY -->
<mtuTableEntry numeric="26006" mtu="1280" rat="4"/> <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 --> <!-- VF DE -->
<mtuTableEntry numeric="26202" mtu="1280" profile="2"/> <mtuTableEntry numeric="26202" mtu="1280" profile="2"/>
<mtuTableEntry numeric="26202" mtu="1280" rat="4"/> <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 --> <!-- VF DE for Test lab -->
<mtuTableEntry numeric="26209" mtu="1280" profile="2"/> <mtuTableEntry numeric="26209" mtu="1280" profile="2"/>
<mtuTableEntry numeric="26209" mtu="1280" rat="4"/> <mtuTableEntry numeric="26209" mtu="1280" rat="4"/>
<!-- Portugal-MEO -->
<mtuTableEntry numeric="26806" mtu="1280" rat="4"/>
<!-- Portugal-NOS --> <!-- Portugal-NOS -->
<mtuTableEntry numeric="26803" mtu="1380" profile="2"/> <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" profile="2"/>
<mtuTableEntry numeric="27201" mtu="1330" rat="4"/> <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 --> <!-- A1 Bulgaria -->
<mtuTableEntry numeric="28401" mtu="1330" profile="2"/> <mtuTableEntry numeric="28401" mtu="1330" profile="2"/>
<mtuTableEntry numeric="28401" mtu="1330" rat="4"/> <mtuTableEntry numeric="28401" mtu="1330" rat="4"/>
@@ -313,9 +250,6 @@ mtuTableEntry attributes:
<!-- TURKCELL --> <!-- TURKCELL -->
<mtuTableEntry numeric="28601" mtu="1300" profile="2"/> <mtuTableEntry numeric="28601" mtu="1300" profile="2"/>
<!-- Vodafone Turkiye -->
<mtuTableEntry numeric="28602" mtu="1280" profile="2"/>
<!-- AVEA --> <!-- AVEA -->
<mtuTableEntry numeric="28603" mtu="1300" profile="2"/> <mtuTableEntry numeric="28603" mtu="1300" profile="2"/>
<mtuTableEntry numeric="28603" mtu="1300" rat="4"/> <mtuTableEntry numeric="28603" mtu="1300" rat="4"/>
@@ -420,21 +354,10 @@ mtuTableEntry attributes:
<!-- Barbados: Flow: CWW --> <!-- Barbados: Flow: CWW -->
<mtuTableEntry numeric="342600" mtu="1280" rat="4"/> <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 --> <!-- Claro Dominicana -->
<mtuTableEntry numeric="37002" mtu="1300" proto="1"/> <mtuTableEntry numeric="37002" mtu="1300" proto="1"/>
<mtuTableEntry numeric="37002" mtu="1280" proto="2"/> <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 --> <!-- RJIL -->
<mtuTableEntry numeric="40578" mtu="1280" rat="4"/> <mtuTableEntry numeric="40578" mtu="1280" rat="4"/>
<mtuTableEntry numeric="40587" mtu="1280" rat="4"/> <mtuTableEntry numeric="40587" mtu="1280" rat="4"/>
@@ -471,16 +394,10 @@ mtuTableEntry attributes:
<!-- STC --> <!-- STC -->
<mtuTableEntry numeric="42001" mtu="1300" profile="2"/> <mtuTableEntry numeric="42001" mtu="1300" profile="2"/>
<!-- Mobily -->
<mtuTableEntry numeric="42003" mtu="1280" rat="4"/>
<!-- Zain --> <!-- Zain -->
<mtuTableEntry numeric="42004" mtu="1280" profile="2"/> <mtuTableEntry numeric="42004" mtu="1280" profile="2"/>
<mtuTableEntry numeric="42004" mtu="1280" rat="4"/> <mtuTableEntry numeric="42004" mtu="1280" rat="4"/>
<!-- Virgin -->
<mtuTableEntry numeric="42005" mtu="1280" rat="4"/>
<!-- OMAN MOBILE --> <!-- OMAN MOBILE -->
<mtuTableEntry numeric="42202" mtu="1300" profile="2"/> <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="2"/>
<mtuTableEntry numeric="42602" mtu="1480" profile="14"/> <mtuTableEntry numeric="42602" mtu="1480" profile="14"/>
<!-- Vodafone QATAR -->
<mtuTableEntry numeric="42702" mtu="1390" rat="4"/>
<!-- JPN SBM --> <!-- JPN SBM -->
<mtuTableEntry numeric="44020" mtu="1422"/> <mtuTableEntry numeric="44020" mtu="1422"/>
@@ -581,19 +495,12 @@ mtuTableEntry attributes:
<!-- Malaysia Digi --> <!-- Malaysia Digi -->
<mtuTableEntry numeric="50216" mtu="1280" profile="2"/> <mtuTableEntry numeric="50216" mtu="1280" profile="2"/>
<mtuTableEntry numeric="50216" mtu="1280" rat="4"/> <mtuTableEntry numeric="50216" mtu="1280" rat="4"/>
<!-- Malaysia Maxis -->
<mtuTableEntry numeric="50212" mtu="1280" profile="2"/>
<mtuTableEntry numeric="50212" mtu="1280" rat="4"/>
<!-- Optus YES --> <!-- Optus YES -->
<mtuTableEntry numeric="50502" mtu="1280" profile="2"/> <mtuTableEntry numeric="50502" mtu="1280" profile="2"/>
<mtuTableEntry numeric="50502" mtu="1280" rat="4"/> <mtuTableEntry numeric="50502" mtu="1280" rat="4"/>
<!-- MOI QATAR -->
<mtuTableEntry numeric="42706" mtu="1280" rat="4"/>
<!-- Vodafone VAU --> <!-- Vodafone VAU -->
<mtuTableEntry numeric="50503" mtu="1280" profile="2"/> <mtuTableEntry numeric="50503" mtu="1280" profile="2"/>
<mtuTableEntry numeric="50503" mtu="1280" rat="4"/> <mtuTableEntry numeric="50503" mtu="1280" rat="4"/>
@@ -617,18 +524,12 @@ mtuTableEntry attributes:
<mtuTableEntry numeric="52503" mtu="1300" rat="4"/> <mtuTableEntry numeric="52503" mtu="1300" rat="4"/>
<!-- South Africa --> <!-- South Africa -->
<mtuTableEntry numeric="65507" mtu="1280" profile="2"/> <mtuTableEntry numeric="65507" mtu="1440" profile="2"/>
<!-- Airtel Zambia -->
<mtuTableEntry numeric="64501" mtu="1280" rat="4"/>
<!-- Claro Guatemala --> <!-- Claro Guatemala -->
<mtuTableEntry numeric="70401" mtu="1300" proto="1"/> <mtuTableEntry numeric="70401" mtu="1300" proto="1"/>
<mtuTableEntry numeric="70401" mtu="1280" proto="2"/> <mtuTableEntry numeric="70401" mtu="1280" proto="2"/>
<!-- Tigo Guatemala - CGU -->
<mtuTableEntry numeric="70402" mtu="1300" profile="2"/>
<!-- Claro El Salvador --> <!-- Claro El Salvador -->
<mtuTableEntry numeric="70601" mtu="1300" proto="1"/> <mtuTableEntry numeric="70601" mtu="1300" proto="1"/>
<mtuTableEntry numeric="70601" mtu="1280" proto="2"/> <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" profile="2"/>
<mtuTableEntry numeric="72423" mtu="1280" rat="4"/> <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 --> <!-- Movistar Chile -->
<mtuTableEntry numeric="73002" mtu="1430" profile="2"/> <mtuTableEntry numeric="73002" mtu="1430" profile="2"/>
<mtuTableEntry numeric="73002" mtu="1280" rat="4"/> <mtuTableEntry numeric="73002" mtu="1280" rat="4"/>
@@ -699,29 +594,21 @@ mtuTableEntry attributes:
<mtuTableEntry numeric="73023" mtu="1300" proto="1"/> <mtuTableEntry numeric="73023" mtu="1300" proto="1"/>
<mtuTableEntry numeric="73023" mtu="1280" proto="2"/> <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 --> <!-- Claro Colombia -->
<mtuTableEntry numeric="732101" mtu="1300" proto="1"/> <mtuTableEntry numeric="732101" mtu="1300" proto="1"/>
<mtuTableEntry numeric="732101" mtu="1280" proto="2"/> <mtuTableEntry numeric="732101" mtu="1280" proto="2"/>
<!-- Tigo Bolivia - BVO (BVT) -->
<mtuTableEntry numeric="73603" mtu="1300" profile="2"/>
<!-- Claro Ecuador --> <!-- Claro Ecuador -->
<mtuTableEntry numeric="74001" mtu="1300" proto="1"/> <mtuTableEntry numeric="74001" mtu="1300" proto="1"/>
<mtuTableEntry numeric="74001" mtu="1280" proto="2"/> <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 --> <!-- Claro Uruguay -->
<mtuTableEntry numeric="74810" mtu="1280" profile="2"/> <mtuTableEntry numeric="74810" mtu="1280" profile="2"/>
<mtuTableEntry numeric="74810" mtu="1280" rat="4"/> <mtuTableEntry numeric="74810" mtu="1280" rat="4"/>
<!-- HT HR iwlan -->
<mtuTableEntry numeric="21901" mtu="1280" rat="4"/>
<!-- Danish 3DK --> <!-- Danish 3DK -->
<mtuTableEntry numeric="23806" mtu="1300" profile="2"/> <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" profile="2"/>
<mtuTableEntry numeric="26001" mtu="1300" rat="4"/> <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 --> <!-- WIND Greece -->
<mtuTableEntry numeric="20209" mtu="1390" profile="2"/> <mtuTableEntry numeric="20209" mtu="1390" profile="2"/>
<mtuTableEntry numeric="20210" 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 --> <!-- ZAIN MI -->
<mtuTableEntry numeric="41902" mtu="1410" profile="2"/> <mtuTableEntry numeric="41902" mtu="1410" profile="2"/>
<mtuTableEntry numeric="41902" mtu="1410" rat="4"/> <mtuTableEntry numeric="41902" mtu="1410" rat="4"/>
<!-- SPARK NZ --> <!-- Orange Dominicana - DOR -->
<mtuTableEntry numeric="53005" mtu="1280" profile="14" rat="4"/> <mtuTableEntry numeric="37001" mtu="1300" profile="2"/>
<mtuTableEntry numeric="53099" mtu="1280" profile="14" rat="4"/> <mtuTableEntry numeric="370001" mtu="1300" profile="2"/>
</mtuTableEntry> </mtuTableEntry>
+2 -20
View File
@@ -63,25 +63,7 @@ CHN-UNICOM"UNICOM
46008 CHINA MOBILE"CMCC 46008 CHINA MOBILE"CMCC
 
46009 46009
CHN-UNICOM"UNICOM CHN-UNICOM"UNICOM
 
46011
China Telecom"CTC

46015CHINA BROADNET"CBN

46021 CHINA MOBILE"CMCC

46022 CHINA MOBILE"CMCC

46031
CHN-UNICOM"UNICOM

46032
CHN-UNICOM"UNICOM

46050
China Telecom"CTC

46011 46011
China Telecom"CTC China Telecom"CTC
+212 -114
View File
@@ -1,6 +1,4 @@

13113Test"Emma
 
20201 20201
GR COSMOTE"C-OTE GR COSMOTE"C-OTE
@@ -10,6 +8,8 @@ GR COSMOTE"C-OTE
20209WIND GR"WIND 20209WIND GR"WIND
 
20210WIND GR"WIND 20210WIND GR"WIND

20217NOVA GR"NOVA GR
 
20404 vodafone NL"voda NL 20404 vodafone NL"voda NL
 
@@ -21,8 +21,6 @@ NL Telfort"NL Tlfrt
20416 T-Mobile NL"TMO NL 20416 T-Mobile NL"TMO NL
 
20601Proximus"Proximus 20601Proximus"Proximus

20605BASE"BASE
 
20610Orange B"OBE 20610Orange B"OBE
 
@@ -61,8 +59,9 @@ $
21404YOIGO"YOIGO 21404YOIGO"YOIGO
 
21407Movistar"Movistar 21407Movistar"Movistar
 
21601 Yettel HU"Yettel 21601
Telenor HU"TelenorH
! !
21603 21603
Digi.Mobil HU"Digi HU Digi.Mobil HU"Digi HU
@@ -82,9 +81,8 @@ Telekom HU"THU
 
21902TM HR"TM HR 21902TM HR"TM HR
 
21910A1 HR"A1 HR 21910A1 HR"A1 HR
 
22001
22001 Telenor SRB"Telenor 22001 Telenor SRB"Telenor
 
22003mt:s"MTS 22003mt:s"MTS
@@ -115,9 +113,6 @@ TELEKOM.RO"TELEKOM
 
22802Sunrise"Sunrise 22802Sunrise"Sunrise
 
22803Salt"Salt

22853
22803Salt"Salt 22803Salt"Salt
 
23001 T-Mobile CZ"TMO CZ 23001 T-Mobile CZ"TMO CZ
@@ -177,8 +172,8 @@ Telenor DK"TelenoDK
238063 DK"3 DK 238063 DK"3 DK
 
23820Telia DK"Telia 23820Telia DK"Telia
" "
23866Telia-Telenor DK"TT DK 23866Telia-Telenor DK"TT DK
 
24001TELIA S"TELIA 24001TELIA S"TELIA
 
@@ -195,9 +190,11 @@ Telenor SE"TelenorS
! !
24024 24024
Sweden Mobile"MobileS Sweden Mobile"MobileS
 
24201 N Telenor"TELENOR 24201 N Telenor"TELENOR
 
24202N NetCom"NetCom

24214N ice"ice 24214N ice"ice
 
24299Tampnet"Tampnet 24299Tampnet"Tampnet
@@ -210,8 +207,6 @@ Telenor SE"TelenorS
 
24414FI AMT"FI AMT 24414FI AMT"FI AMT
 
24421FI elisa"elisa
#
24421FI elisa"elisa 24421FI elisa"elisa
# #
24436DNA - Telia FI"SuomenYV 24436DNA - Telia FI"SuomenYV
@@ -234,14 +229,20 @@ Telenor SE"TelenorS
 
24802Elisa EE"ELISA 24802Elisa EE"ELISA
 
24803Tele2 EE"Tele2 EE

25001MTS RUS"MTS RUS 25001MTS RUS"MTS RUS
 
25002 MegaFon RUS"MegaFon 25002 MegaFon RUS"MegaFon
 
25020Tele2 RU"Tele2

25027LETAI"LETAI

25028voda"voda 25028voda"voda
 
25035MOTIV"MOTIV 25035MOTIV"MOTIV
" "
25062Tinkoff Mobile"Tinkoff 25062Tinkoff Mobile"Tinkoff
 
25099Beeline"Beeline 25099Beeline"Beeline
@@ -249,12 +250,14 @@ Telenor SE"TelenorS
25501VODAFONE"VODAFONE 25501VODAFONE"VODAFONE
 
25502 25502
Beeline UA"Beeline Beeline UA"Beeline
 
25503 UA-KYIVSTAR"UA-KS 25503 UA-KYIVSTAR"UA-KS
 
25506life:)"life:) 25506life:)"life:)
 
25507TriMob"TriMob

25701 BY VELCOM"VELCOM 25701 BY VELCOM"VELCOM
 
25702MTS BY"MTS BY 25702MTS BY"MTS BY
@@ -282,13 +285,9 @@ Telekom.de"TDG
26202 vodafone.de"Vodafone 26202 vodafone.de"Vodafone
 
26203o2 - de"o2 - de

26203o2 - de"o2 - de 26203o2 - de"o2 - de
 
26207o2 - de"o2 - de 26207o2 - de"o2 - de

26601GIBTEL"GIBTEL
 
26601GIBTEL"GIBTEL 26601GIBTEL"GIBTEL
 
@@ -297,10 +296,6 @@ vodafone P"voda P
 
26803NOS"NOS 26803NOS"NOS
 
26806MEO"MEO

27001POST"POST

26806MEO"MEO 26806MEO"MEO
 
27001POST"POST 27001POST"POST
@@ -317,6 +312,8 @@ vodafone P"voda P
 
272053"3 272053"3
 
27401 IS SIMINN"SIMINN

27402Vodafone"Vodafone 27402Vodafone"Vodafone
 
27404Viking"Viking 27404Viking"Viking
@@ -326,6 +323,9 @@ IS OnWaves"OnWaves
 
27411NOVA IS"NOVA 27411NOVA IS"NOVA
 
27601One.al"One.al

27602Voda AL"Voda AL
 
27603 27603
ALBtelecom"ATmobile ALBtelecom"ATmobile
@@ -358,8 +358,9 @@ Beeline AM"Beeline
28305MTS ARM"MTS Arm 28305MTS ARM"MTS Arm
 
28310Ucom AM"Ucom 28310Ucom AM"Ucom
 
28401A1 BG"A1 BG 28401A1 BG"A1 BG

28403 28403
Vivacom BG"Vivacom Vivacom BG"Vivacom
 
@@ -370,8 +371,8 @@ Vivacom BG"Vivacom
# #
28602Vodafone Türkiye"VF-TR 28602Vodafone Türkiye"VF-TR
 
28603AVEA"AVEA 28603AVEA"AVEA
 
28801 Foroya Tele"FT-GSM 28801 Foroya Tele"FT-GSM
28802 VODAFONE FO"VODAFONE 28802 VODAFONE FO"VODAFONE
@@ -392,13 +393,15 @@ SwisscomFL"Swiss FL
29403A1 MK"A1 MK 29403A1 MK"A1 MK
 
29501 29501
SwisscomFL"Swiss FL SwisscomFL"Swiss FL
 
29502Salt.li"Salt.li 29502Salt.li"Salt.li
 
29505FL1"FL1 29505FL1"FL1
 
29701Telenor"Telenor 29701Telenor"Telenor

29702
Telekom.me"T.me Telekom.me"T.me
 
29703MTEL"MTEL 29703MTEL"MTEL
@@ -439,13 +442,15 @@ SPM AMERIS"AMERIS
SPM AMERIS"AMERIS SPM AMERIS"AMERIS
 
30803 SPM Telecom"SPM 30803 SPM Telecom"SPM
* *
310020US - Union Telephone"UnionTel 310020US - Union Telephone"UnionTel
 
310030AT&T"AT&T 310030AT&T"AT&T
 
310032IT&E"IT&E 310032IT&E"IT&E
 
310050GCI"GCI

31058Inland Cellular"IC 31058Inland Cellular"IC
 
310110IT&E"IT&E 310110IT&E"IT&E
@@ -498,6 +503,8 @@ SPM AMERIS"AMERIS
# #
310450Viaero Wireless"Viaero 310450Viaero Wireless"Viaero
 
310460USA1L"USA1L
310470DOCOMO PACIFIC"DPAC 310470DOCOMO PACIFIC"DPAC
 
310490T-Mobile"T-Mobile 310490T-Mobile"T-Mobile
@@ -512,12 +519,16 @@ SPM AMERIS"AMERIS
310690Limitless Mobile"LMUSA 310690Limitless Mobile"LMUSA
 
310730 U.S.Cellular"USCC 310730 U.S.Cellular"USCC

310800T-Mobile"T-Mobile
 
310840 telna Mobile"telna 310840 telna Mobile"telna
 
310990 Worldcall"Evolve 310990 Worldcall"Evolve
 
311030Indigo"Indigo 311030Indigo"Indigo
"
311040
USA - Commnet"Commnet USA - Commnet"Commnet
# #
311080 311080
@@ -526,12 +537,12 @@ SPM AMERIS"AMERIS
311170Tampnet"Tampnet 311170Tampnet"Tampnet
 
311190USAC1ECI"C1ECI 311190USAC1ECI"C1ECI

311230C Spire"C Spire
 
311240USACWCI"CWCI 311240USACWCI"CWCI
 
311240USACWCI"CWCI 311270Verizon"Verizon

311270Verizon"Verizon
 
311370GCI"GCI 311370GCI"GCI
 
@@ -540,12 +551,14 @@ SPM AMERIS"AMERIS
311480Verizon"Verizon 311480Verizon"Verizon
 
311530USANW"USANW 311530USANW"USANW

311560USA OTZ"OTZ
 
311560USA OTZ"OTZ 311560USA OTZ"OTZ

311580 U.S.Cellular"USCC
# #
311600Limitless Mobile"LMUSA 311600Limitless Mobile"LMUSA

311630C Spire"C Spire
 
311660 Metro PCS"MPCS 311660 Metro PCS"MPCS
$ $
@@ -556,13 +569,8 @@ $
311810Bluegrass Wireless"BW 311810Bluegrass Wireless"BW
 
311990VTW US"VTW 311990VTW US"VTW
#
312180Limitless Mobile"LMUSA
# #
312180Limitless Mobile"LMUSA 312180Limitless Mobile"LMUSA

312280Pioneer"CNP
'
 
312260USACL"USACL 312260USACL"USACL
 
@@ -574,18 +582,12 @@ NetGenuity"NetGenui
 
312480Nemont"Nemont 312480Nemont"Nemont
312630
NetGenuity"NetGenui
312630 312630
NetGenuity"NetGenui NetGenuity"NetGenui
Southern Linc"SLINC

312870GigSky"GigSky

313070MNSHub"MNSHub

312720 312720
Southern Linc"SLINC

312870GigSky"GigSky 312870GigSky"GigSky
 
313070MNSHub"MNSHub 313070MNSHub"MNSHub
@@ -594,6 +596,8 @@ NetGenuity"NetGenui
 
330110PR Claro"Claro 330110PR Claro"Claro
" "
330120 Open Mob PRI"Open Mob

33403Movistar"TEMM 33403Movistar"TEMM
 
334020TELCEL"TELCEL 334020TELCEL"TELCEL
@@ -614,6 +618,8 @@ NetGenuity"NetGenui
 
34009Free"Free 34009Free"Free
 
34020Digicel"DigicelF

342600FLOW"FLOW 342600FLOW"FLOW
 
342750DIGICEL"DIGICEL 342750DIGICEL"DIGICEL
@@ -622,6 +628,8 @@ NetGenuity"NetGenui
 
344920FLOW"FLOW 344920FLOW"FLOW
 
344930Cingular"Cingular

346140FLOW"FLOW 346140FLOW"FLOW
 
348170FLOW"FLOW 348170FLOW"FLOW
@@ -632,6 +640,8 @@ NetGenuity"NetGenui
350000CELLONE"CELLONE 350000CELLONE"CELLONE
 
352030DIGICEL"DIGICEL 352030DIGICEL"DIGICEL

352110FLOW"FLOW
 
354860FLOW"FLOW 354860FLOW"FLOW
 
@@ -850,9 +860,47 @@ IND airtel"airtel
 
40556 40556
IND airtel"airtel 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 405835VIDEOCON"VIDEOCON
 
405836VIDEOCON"VIDEOCON

405837VIDEOCON"VIDEOCON

405838VIDEOCON"VIDEOCON

405839VIDEOCON"VIDEOCON 405839VIDEOCON"VIDEOCON
 
405840IND-JIO"JIO 405840IND-JIO"JIO
@@ -902,6 +950,8 @@ IND airtel"airtel
405871IND-JIO"JIO 405871IND-JIO"JIO
 
405872IND-JIO"JIO 405872IND-JIO"JIO

405873IND-JIO"JIO
 
405874IND-JIO"JIO 405874IND-JIO"JIO
 
@@ -969,15 +1019,15 @@ stc Kuwait"stc
41902Zain KW"zain KW 41902Zain KW"zain KW
 
41903Ooredoo"Ooredoo 41903Ooredoo"Ooredoo
 
41904 41904
stc Kuwait"stc

42001stc"stc 42001stc"stc
 
42003 42003
Mobily-KSA"Mobily Mobily-KSA"Mobily
 
Mobily-KSA"Mobily

42004Zain KSA"Zain KSA 42004Zain KSA"Zain KSA
 
42101SabaFon"SABAFON 42101SabaFon"SABAFON
@@ -995,6 +1045,8 @@ Cellcom IL"Cellcom
42501 42501
Partner IL"Partner Partner IL"Partner
 
42502
Cellcom IL"Cellcom
 
42503 IL Pelephone"PCL 42503 IL Pelephone"PCL
# #
@@ -1009,8 +1061,6 @@ Cellcom IL"Cellcom
42528Hot Mobile Ltd."Israel 42528Hot Mobile Ltd."Israel
 
42601BATELCO"BATELCO 42601BATELCO"BATELCO

42602Zain BH"Zain BH
 
42602Zain BH"Zain BH 42602Zain BH"Zain BH
 
@@ -1020,6 +1070,8 @@ MN MobiCom"MobiCom
 
42702vodafone"VF-QA 42702vodafone"VF-QA
 
42801 Skytel MN"Skytel
&
42888MONGOLIA UNITEL LLC"UNTLMN 42888MONGOLIA UNITEL LLC"UNTLMN
 
42899 42899
@@ -1033,6 +1085,8 @@ Beeline UZ"Beeline
42904 SmartCell"ST 42904 SmartCell"ST
 
43404 43404
Beeline UZ"Beeline

43405 UZB Ucell"Ucell 43405 UZB Ucell"Ucell
 
43407UMS-UZB"UMS 43407UMS-UZB"UMS
@@ -1041,10 +1095,12 @@ ZET-MOBILE"Z-MOBILE
 
43601TCELL"TCELL 43601TCELL"TCELL
 
43601TCELL"TCELL 43602TCELL"TCELL
 
43603 MegaFon TJK"MegaFon 43603 MegaFon TJK"MegaFon
 
43604 Babilon-M"Babilon

43605 43605
ZET-MOBILE"Z-MOBILE ZET-MOBILE"Z-MOBILE
 
@@ -1053,8 +1109,6 @@ Beeline KG"Beeline
 
43705MegaCom"MegaCom 43705MegaCom"MegaCom
 
43705MEGA"MEGA

43709O!"O! 43709O!"O!
 
43802TM CELL"TM CELL 43802TM CELL"TM CELL
@@ -1071,6 +1125,8 @@ $
 
45005KOR SK Telecom"SKT 45005KOR SK Telecom"SKT
 
45006 KOR LG Uplus"LG U+

45008KT"KT 45008KT"KT
 
45010 KOR LG Uplus"LG U+ 45010 KOR LG Uplus"LG U+
@@ -1103,8 +1159,6 @@ $
 
45416CSL"CSL 45416CSL"CSL
 
45417 SmarTone HK"SMC HK

45417 SmarTone HK"SMC HK 45417 SmarTone HK"SMC HK
 
45418CSL"CSL 45418CSL"CSL
@@ -1112,8 +1166,6 @@ $
45419CSL"CSL 45419CSL"CSL
 
45420CSL"CSL 45420CSL"CSL

45501CTM"CTM
45500 SmarTone MAC"SMC MAC 45500 SmarTone MAC"SMC MAC
 
@@ -1123,14 +1175,14 @@ $
 
45504CTM"CTM 45504CTM"CTM
 
455053 Macau"3 Macau

45601Cellcard"Cellcard 45601Cellcard"Cellcard
 
45602Smart"Smart 45602Smart"Smart
 
45605Smart"Smart 45605Smart"Smart
 
45605Smart"Smart

45606Smart"Smart 45606Smart"Smart
 
45608Metfone"Metfone 45608Metfone"Metfone
@@ -1153,26 +1205,12 @@ CHN-UNICOM"UNICOM
46002 CHINA MOBILE"CMCC 46002 CHINA MOBILE"CMCC
 
46003CHN-CT"CT 46003CHN-CT"CT

46004 CHINA MOBILE"CMCC
 
46004 CHINA MOBILE"CMCC 46004 CHINA MOBILE"CMCC
 
46007 CHINA MOBILE"CMCC 46007 CHINA MOBILE"CMCC

46009
 
46008 CHINA MOBILE"CMCC 46008 CHINA MOBILE"CMCC
46011CHN-CT"CT

46015CHINA BROADNET"CBN

46601 Far EasTone"FET

46605TWN APT"APT
46611Chunghwa Telecom"CHT

 
46009 46009
CHN-UNICOM"UNICOM CHN-UNICOM"UNICOM
@@ -1195,6 +1233,8 @@ KGT-Online"KGT
46693 TWN MOBITAI"TW MOB 46693 TWN MOBITAI"TW MOB
 
46697 TW Mobile"TWM 46697 TW Mobile"TWM
46699 TWM TransAsi"TWM TAT
! !
470001 Grameenphone"Grameen 470001 Grameenphone"Grameen
 
@@ -1209,14 +1249,14 @@ Banglalink"BL
 
47201DHIRAAGU"DHIRAAGU 47201DHIRAAGU"DHIRAAGU
, ,
47202Ooredoo Maldives PVT LTD"Ooredoo 47202Ooredoo Maldives PVT LTD"Ooredoo
 
50212MY MAXIS"MY MAXIS 50212MY MAXIS"MY MAXIS
 
50213 MY CELCOM 3G"CELCOM 50213 MY CELCOM 3G"CELCOM
 
50216Digi"Digi 4G+ 50216Digi"Digi 4G+
 
50218U MOBILE"U MOBILE 50218U MOBILE"U MOBILE
 
50219 MY CELCOM"CELCOM 50219 MY CELCOM"CELCOM
@@ -1251,6 +1291,8 @@ Banglalink"BL
51011IND XL"XL 51011IND XL"XL
 
51021 IND INDOSAT"INDOSAT 51021 IND INDOSAT"INDOSAT

51028 Smartfren"SF
 
510893"3 510893"3
 
@@ -1261,10 +1303,12 @@ Banglalink"BL
51502Globe Telecom-PH"GLOBE 51502Globe Telecom-PH"GLOBE
 
51503SMART"SMART 51503SMART"SMART
 
51503SMART"SMART 51505PH Sun Cellular"SUN
 
52000TH 3G+"TH 3G+ 52000TH 3G+"TH 3G+

52001AIS"AIS
 
52003AIS"AIS 52003AIS"AIS
 
@@ -1277,8 +1321,8 @@ Banglalink"BL
 
52047 52047
TOT Mobile"TOT TOT Mobile"TOT
 
52099TRUE-H"TRUE-H 52099TRUE-H"TRUE-H
 
52501Singtel"Singtel 52501Singtel"Singtel
 
@@ -1323,8 +1367,8 @@ Banglalink"BL
 
54101 VUT SMILE"SMILE 54101 VUT SMILE"SMILE
 
54105Digicel"Digicel 54105Digicel"Digicel
54201 FJ VODAFONE"VODAFONE 54201 FJ VODAFONE"VODAFONE
 
54202DIGICEL"DIGICEL 54202DIGICEL"DIGICEL
@@ -1338,8 +1382,6 @@ CK KOKANET"KOKANET
54705VITI"VITI 54705VITI"VITI
54715 VODAFONE PF"VODAFONE 54715 VODAFONE PF"VODAFONE

54720F-VINI"VINI
 
54720F-VINI"VINI 54720F-VINI"VINI
 
@@ -1368,8 +1410,12 @@ CK KOKANET"KOKANET
 
60302Djezzy"Djezzy 60302Djezzy"Djezzy
# #
60303ooredoo Algeria"Ooredoo

60400 Orange MA"Orange 60400 Orange MA"Orange
 
60401MOR IAM"IAM

60402inwi"inwi 60402inwi"inwi
 
60501 Orange TN"OrangeTN 60501 Orange TN"OrangeTN
@@ -1382,16 +1428,27 @@ CK KOKANET"KOKANET
 
60601Al Madar"Al Madar 60601Al Madar"Al Madar
 
60701GAMCEL"GAMCEL

60702AFRICELL"AFRICELL

60704Qcell"QC

60801 Orange SN"OrangeSN
 
60802SEN"Free 60802SEN"Free
! !
60803 SEN expresso"Expresso 60803 SEN expresso"Expresso

60901 MR MATTEL"MATTEL
 
60902 MR Expresso"EMR 60902 MR Expresso"EMR
 
60910MAURITEL"MAURITEL 60910MAURITEL"MAURITEL
 
61001 61001
MALITEL ML"MALITEL

61002 ORANGE ML"OML 61002 ORANGE ML"OML
 
61101 Orange GN"ORANGEGN 61101 Orange GN"ORANGEGN
@@ -1400,13 +1457,16 @@ CK KOKANET"KOKANET
 
61105GINCL"Cellcom 61105GINCL"Cellcom
 
61202MOOV CI"MOOV

61203Orange"Orange 61203Orange"Orange
 
61202MOOV CI"MOOV 61204KoZ"KoZ
 
61203Orange"Orange 61205MTN CI"MTN CI
 
61205MTN CI"MTN CI 61301ONATEL"ONATEL

61302 Orange BF"Orange 61302 Orange BF"Orange
 
61402Airtel"Airtel 61402Airtel"Airtel
@@ -1415,6 +1475,8 @@ TG-TOGOCOM"TGCOM
 
61404Orange"Orange 61404Orange"Orange
 
61501 TG-TOGO CELL"TGCELL
"
61503 61503
ETISALAT TOGO"ETISALAT ETISALAT TOGO"ETISALAT
 
@@ -1434,6 +1496,8 @@ AirtelTigo"ATL-TIGO
Orange LBR"Orange L Orange LBR"Orange L
 
61901 Orange SL"OrangeSL 61901 Orange SL"OrangeSL

61905Africell"Africell
 
61907QCell"QC 61907QCell"QC
 
@@ -1442,6 +1506,10 @@ AirtelTigo"ATL-TIGO
62002 GH Vodafone"Vodafone 62002 GH Vodafone"Vodafone
 
62003 62003
AirtelTigo"ATL-TIGO

62006
AirtelTigo"ATL-TIGO
 
62007 Glo Ghana"GloGhana 62007 Glo Ghana"GloGhana
 
@@ -1449,7 +1517,9 @@ AirtelTigo"ATL-TIGO
 
62130MTN - NG"MTN-NG 62130MTN - NG"MTN-NG
 
 62150Glo NG"glo

62201Airtel"Airtel
 
62203Tigo TD"Tigo 62203Tigo TD"Tigo
! !
@@ -1459,8 +1529,12 @@ AirtelTigo"ATL-TIGO
 
62401MTN CAM"MTN CAM 62401MTN CAM"MTN CAM
 
62402 Orange CM"Orange

62404Nexttel"Nexttel 62404Nexttel"Nexttel
 
62501CVMOVEL"CVMOVEL

62502 Unitel T+"UnitelT+ 62502 Unitel T+"UnitelT+
! !
62601 STP CSTmovel"CSTmovel 62601 STP CSTmovel"CSTmovel
@@ -1472,10 +1546,14 @@ Unitel STP"Unitel
 
62703GNQ-Muni"Muni-GQ 62703GNQ-Muni"Muni-GQ
 
62801LIBERTIS"LIBERTIS
!
62802 ETISALAT GAB"ETISALAT 62802 ETISALAT GAB"ETISALAT
 
62901Airtel"Airtel 62901Airtel"Airtel
 
62910COG MTN"MTN-CG
!
63001 63001
Vodacom Congo"VODACOM Vodacom Congo"VODACOM
 
@@ -1492,7 +1570,7 @@ Orange RDC"Orange
 
63104MOVICEL"AGOMV 63104MOVICEL"AGOMV
 
 63202MTN"MTN
 
63203 Orange GB"OrangeGB 63203 Orange GB"OrangeGB
 
@@ -1514,6 +1592,8 @@ SO Telesom"Tele
63701 63701
SO Telesom"Tele SO Telesom"Tele
 
63730 Som Golis"Golis
#
63750Hormuud Telecom"Hormuud 63750Hormuud Telecom"Hormuud
 
63801 DJ EVATIS"EVATIS 63801 DJ EVATIS"EVATIS
@@ -1527,8 +1607,16 @@ SO Telesom"Tele
63910FAIBA"FAIBA 63910FAIBA"FAIBA
 
64002 TIGO - TZ"TIGO 64002 TIGO - TZ"TIGO

64003 ZANTEL-TZ"ZANTEL

64004VodaCom"VodaCom

64005Airtel"Airtel 64005Airtel"Airtel
 
64101Airtel"Airtel

64104UG TANG"TANG
 
64110 64110
MTN-UGANDA"MTN-UG MTN-UGANDA"MTN-UG
@@ -1540,6 +1628,8 @@ VodaCom-MZ"VodaCom
64118 64118
Suretelcom"suretel Suretelcom"suretel
 
64122Airtel"Airtel

64203 64203
ONATEL BDI"ONATEL ONATEL BDI"ONATEL
 
@@ -1547,6 +1637,8 @@ VodaCom-MZ"VodaCom
MOZ - mCel"mCel MOZ - mCel"mCel
 
64304 64304
VodaCom-MZ"VodaCom

64501Airtel"Airtel 64501Airtel"Airtel
 
64502MTN ZM"MTN ZM 64502MTN ZM"MTN ZM
@@ -1570,8 +1662,6 @@ TELECEL ZW"TELECEL
64704ZEOP"ZEOP 64704ZEOP"ZEOP
 
64710SRR"SRR 64710SRR"SRR
64801
ZW NET*ONE"NETONE
 
64801 64801
ZW NET*ONE"NETONE ZW NET*ONE"NETONE
@@ -1639,6 +1729,8 @@ TelkomSA-R"Telkom-R
 
70403 CLARO GTM"CLAROGTM 70403 CLARO GTM"CLAROGTM
 
70601 CLARO SLV"ClaroSLV

70602Digicel"DIGICEL 70602Digicel"DIGICEL
 
70603Tigo SV"Tigo 70603Tigo SV"Tigo
@@ -1647,8 +1739,8 @@ TelkomSA-R"Telkom-R
 
708001 CLARO HND"ClaroHND 708001 CLARO HND"ClaroHND
 
 70802TIGOHND"TIGO
70802TIGOHND"TIGO 
708030HND"HT - 200 708030HND"HT - 200
 
71021 CLARO NIC"ClaroNIC 71021 CLARO NIC"ClaroNIC
@@ -1689,8 +1781,14 @@ TelkomSA-R"Telkom-R
72234 AR PERSONAL"AR TP 72234 AR PERSONAL"AR TP
 
72236 AR PERSONAL"AR TP 72236 AR PERSONAL"AR TP
%
722310CLARO ARGENTINA"CLARO AR
 
72402TIM BRA"TIM 72402TIM BRA"TIM

72403TIM BRA"TIM

72404TIM BRA"TIM
 
72405 Claro BRA"Claro 72405 Claro BRA"Claro
 
@@ -1717,6 +1815,10 @@ TelkomSA-R"Telkom-R
72434 72434
Algar Telecom"Algar Algar Telecom"Algar
 
73001 ENTEL PCS"ENTEL

73002Movistar"Movistar

73003 CLARO CHL"ClaroCHL 73003 CLARO CHL"ClaroCHL
 
73007Movistar"Movistar 73007Movistar"Movistar
@@ -1733,8 +1835,6 @@ TelkomSA-R"Telkom-R
 
732123Movistar"Movistar 732123Movistar"Movistar
 

732123Movistar"Movistar
732130Avantel"Avantel 732130Avantel"Avantel
 
732187ETB 4G"ETB 732187ETB 4G"ETB
@@ -1779,6 +1879,4 @@ AeroMobile"AeroMob
" "
74810 74810
CLARO URUGUAY"CLARO UY 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.