diff --git a/Android.bp b/Android.bp index c31c1ad..5cd3c01 100644 --- a/Android.bp +++ b/Android.bp @@ -155,17 +155,6 @@ android_app_import { system_ext_specific: true, } -android_app_import { - name: "imssettings", - owner: "oneplus", - apk: "proprietary/system_ext/app/imssettings/imssettings.apk", - certificate: "platform", - dex_preopt: { - enabled: false, - }, - system_ext_specific: true, -} - android_app_import { name: "WfdService", owner: "oneplus", @@ -232,6 +221,12 @@ dex_import { jars: ["proprietary/system/framework/moto-checkin.jar"], } +dex_import { + name: "qcnvitems", + owner: "oneplus", + jars: ["proprietary/system/framework/qcnvitems.jar"], +} + dex_import { name: "tcmclient", owner: "oneplus", diff --git a/proprietary/system/etc/sysconfig/qti_whitelist.xml b/proprietary/system/etc/sysconfig/qti_whitelist.xml index 0d0d83d..2fbba0a 100644 --- a/proprietary/system/etc/sysconfig/qti_whitelist.xml +++ b/proprietary/system/etc/sysconfig/qti_whitelist.xml @@ -47,7 +47,6 @@ - @@ -67,6 +66,7 @@ + @@ -99,6 +99,7 @@ + @@ -113,6 +114,5 @@ - diff --git a/proprietary/system/framework/qcnvitems.jar b/proprietary/system/framework/qcnvitems.jar new file mode 100644 index 0000000..7714862 Binary files /dev/null and b/proprietary/system/framework/qcnvitems.jar differ diff --git a/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk b/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk index 5c83748..7ee8a4b 100644 Binary files a/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk and b/proprietary/system_ext/app/QtiTelephonyService/QtiTelephonyService.apk differ diff --git a/proprietary/system_ext/app/imssettings/imssettings.apk b/proprietary/system_ext/app/imssettings/imssettings.apk deleted file mode 100644 index 1e2a059..0000000 Binary files a/proprietary/system_ext/app/imssettings/imssettings.apk and /dev/null differ diff --git a/proprietary/system_ext/etc/permissions/telephonyservice.xml b/proprietary/system_ext/etc/permissions/telephonyservice.xml new file mode 100644 index 0000000..6fe1cd2 --- /dev/null +++ b/proprietary/system_ext/etc/permissions/telephonyservice.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/proprietary/system_ext/framework/qcrilhook.jar b/proprietary/system_ext/framework/qcrilhook.jar index 6a6db00..cfff89f 100644 Binary files a/proprietary/system_ext/framework/qcrilhook.jar and b/proprietary/system_ext/framework/qcrilhook.jar differ diff --git a/proprietary/system_ext/lib64/lib-imsvideocodec.so b/proprietary/system_ext/lib64/lib-imsvideocodec.so index 8070219..0d456fe 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvideocodec.so and b/proprietary/system_ext/lib64/lib-imsvideocodec.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvt.so b/proprietary/system_ext/lib64/lib-imsvt.so index e8578d8..2c5924a 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvt.so and b/proprietary/system_ext/lib64/lib-imsvt.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvtextutils.so b/proprietary/system_ext/lib64/lib-imsvtextutils.so index d9a42f1..064249e 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvtextutils.so and b/proprietary/system_ext/lib64/lib-imsvtextutils.so differ diff --git a/proprietary/system_ext/lib64/lib-imsvtutils.so b/proprietary/system_ext/lib64/lib-imsvtutils.so index c4cbad0..d5c774d 100644 Binary files a/proprietary/system_ext/lib64/lib-imsvtutils.so and b/proprietary/system_ext/lib64/lib-imsvtutils.so differ diff --git a/proprietary/system_ext/lib64/libdiag_system.so b/proprietary/system_ext/lib64/libdiag_system.so index e5c02ab..ac931e9 100644 Binary files a/proprietary/system_ext/lib64/libdiag_system.so and b/proprietary/system_ext/lib64/libdiag_system.so differ diff --git a/proprietary/system_ext/lib64/libimscamera_jni.so b/proprietary/system_ext/lib64/libimscamera_jni.so index 1faac5b..31aa61d 100644 Binary files a/proprietary/system_ext/lib64/libimscamera_jni.so and b/proprietary/system_ext/lib64/libimscamera_jni.so differ diff --git a/proprietary/system_ext/lib64/libimsmedia_jni.so b/proprietary/system_ext/lib64/libimsmedia_jni.so index efd35a0..366c9f9 100644 Binary files a/proprietary/system_ext/lib64/libimsmedia_jni.so and b/proprietary/system_ext/lib64/libimsmedia_jni.so differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so deleted file mode 100644 index 618ad58..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so deleted file mode 100644 index e23e085..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so deleted file mode 100644 index f08378d..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so deleted file mode 100644 index 149f3b3..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so deleted file mode 100644 index c431ff9..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so deleted file mode 100644 index 9245f61..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so b/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so deleted file mode 100644 index 9e8c2f5..0000000 Binary files a/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so b/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so index 4159948..fcd7d4c 100644 Binary files a/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so and b/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so differ diff --git a/proprietary/system_ext/priv-app/ims/ims.apk b/proprietary/system_ext/priv-app/ims/ims.apk index f017485..2bc3b91 100644 Binary files a/proprietary/system_ext/priv-app/ims/ims.apk and b/proprietary/system_ext/priv-app/ims/ims.apk differ diff --git a/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk b/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk index fd61b87..289042d 100644 Binary files a/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk and b/proprietary/system_ext/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk differ diff --git a/proprietary/vendor/app/CneApp/CneApp.apk b/proprietary/vendor/app/CneApp/CneApp.apk index 35adc00..9992f30 100644 Binary files a/proprietary/vendor/app/CneApp/CneApp.apk and b/proprietary/vendor/app/CneApp/CneApp.apk differ diff --git a/proprietary/vendor/app/IWlanService/IWlanService.apk b/proprietary/vendor/app/IWlanService/IWlanService.apk index cde1682..1875a52 100644 Binary files a/proprietary/vendor/app/IWlanService/IWlanService.apk and b/proprietary/vendor/app/IWlanService/IWlanService.apk differ diff --git a/proprietary/vendor/bin/ATFWD-daemon b/proprietary/vendor/bin/ATFWD-daemon index 56cdb83..2ec61e9 100755 Binary files a/proprietary/vendor/bin/ATFWD-daemon and b/proprietary/vendor/bin/ATFWD-daemon differ diff --git a/proprietary/vendor/bin/adpl b/proprietary/vendor/bin/adpl index 1f17c38..70dd771 100755 Binary files a/proprietary/vendor/bin/adpl and b/proprietary/vendor/bin/adpl differ diff --git a/proprietary/vendor/bin/cnd b/proprietary/vendor/bin/cnd index 9d9c031..cd02852 100755 Binary files a/proprietary/vendor/bin/cnd and b/proprietary/vendor/bin/cnd differ diff --git a/proprietary/vendor/bin/hw/qcrild b/proprietary/vendor/bin/hw/qcrild index aa20b07..64e2a1d 100644 Binary files a/proprietary/vendor/bin/hw/qcrild and b/proprietary/vendor/bin/hw/qcrild differ diff --git a/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service b/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service new file mode 100644 index 0000000..fc056ad Binary files /dev/null and b/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service differ diff --git a/proprietary/vendor/bin/ims_rtp_daemon b/proprietary/vendor/bin/ims_rtp_daemon index 5f69c08..e1167b5 100755 Binary files a/proprietary/vendor/bin/ims_rtp_daemon and b/proprietary/vendor/bin/ims_rtp_daemon differ diff --git a/proprietary/vendor/bin/imsdatadaemon b/proprietary/vendor/bin/imsdatadaemon index 1063ad8..b3806c2 100755 Binary files a/proprietary/vendor/bin/imsdatadaemon and b/proprietary/vendor/bin/imsdatadaemon differ diff --git a/proprietary/vendor/bin/imsqmidaemon b/proprietary/vendor/bin/imsqmidaemon index 5cb2d8e..2e64de1 100755 Binary files a/proprietary/vendor/bin/imsqmidaemon and b/proprietary/vendor/bin/imsqmidaemon differ diff --git a/proprietary/vendor/bin/imsrcsd b/proprietary/vendor/bin/imsrcsd index 3ec2670..82e3e58 100755 Binary files a/proprietary/vendor/bin/imsrcsd and b/proprietary/vendor/bin/imsrcsd differ diff --git a/proprietary/vendor/bin/irsc_util b/proprietary/vendor/bin/irsc_util index bf79f38..cf2542c 100755 Binary files a/proprietary/vendor/bin/irsc_util and b/proprietary/vendor/bin/irsc_util differ diff --git a/proprietary/vendor/bin/ks b/proprietary/vendor/bin/ks index 23a4ba5..2fea801 100755 Binary files a/proprietary/vendor/bin/ks and b/proprietary/vendor/bin/ks differ diff --git a/proprietary/vendor/bin/netmgrd b/proprietary/vendor/bin/netmgrd index 1d4d2a9..a9b0134 100755 Binary files a/proprietary/vendor/bin/netmgrd and b/proprietary/vendor/bin/netmgrd differ diff --git a/proprietary/vendor/bin/pd-mapper b/proprietary/vendor/bin/pd-mapper index 18116e5..982e9be 100755 Binary files a/proprietary/vendor/bin/pd-mapper and b/proprietary/vendor/bin/pd-mapper differ diff --git a/proprietary/vendor/bin/port-bridge b/proprietary/vendor/bin/port-bridge index b9aafed..8ee4391 100755 Binary files a/proprietary/vendor/bin/port-bridge and b/proprietary/vendor/bin/port-bridge differ diff --git a/proprietary/vendor/bin/qmipriod b/proprietary/vendor/bin/qmipriod index 399d8af..c3e6902 100755 Binary files a/proprietary/vendor/bin/qmipriod and b/proprietary/vendor/bin/qmipriod differ diff --git a/proprietary/vendor/bin/qrtr-cfg b/proprietary/vendor/bin/qrtr-cfg index 84d69ea..3dd0ea1 100755 Binary files a/proprietary/vendor/bin/qrtr-cfg and b/proprietary/vendor/bin/qrtr-cfg differ diff --git a/proprietary/vendor/bin/qrtr-lookup b/proprietary/vendor/bin/qrtr-lookup index 62d0ee0..fc0697f 100755 Binary files a/proprietary/vendor/bin/qrtr-lookup and b/proprietary/vendor/bin/qrtr-lookup differ diff --git a/proprietary/vendor/bin/qrtr-ns b/proprietary/vendor/bin/qrtr-ns index 9c00a38..d3c3baf 100755 Binary files a/proprietary/vendor/bin/qrtr-ns and b/proprietary/vendor/bin/qrtr-ns differ diff --git a/proprietary/vendor/bin/qti b/proprietary/vendor/bin/qti index 0338613..7c7c095 100755 Binary files a/proprietary/vendor/bin/qti and b/proprietary/vendor/bin/qti differ diff --git a/proprietary/vendor/bin/ssgqmigd b/proprietary/vendor/bin/ssgqmigd new file mode 100755 index 0000000..3730b9f Binary files /dev/null and b/proprietary/vendor/bin/ssgqmigd differ diff --git a/proprietary/vendor/bin/ssgtzd b/proprietary/vendor/bin/ssgtzd index c0220b7..912d7d5 100755 Binary files a/proprietary/vendor/bin/ssgtzd and b/proprietary/vendor/bin/ssgtzd differ diff --git a/proprietary/vendor/bin/tftp_server b/proprietary/vendor/bin/tftp_server index ff7af7d..0439fbf 100755 Binary files a/proprietary/vendor/bin/tftp_server and b/proprietary/vendor/bin/tftp_server differ diff --git a/proprietary/vendor/etc/cne/SwimConfig.xml b/proprietary/vendor/etc/cne/SwimConfig.xml deleted file mode 100644 index 5ad5fb4..0000000 --- a/proprietary/vendor/etc/cne/SwimConfig.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - 1.0 - - - ON - - - - 365 - - - 10 - - - 900 - 900 - 900 - - 5 - - - - - 60 - 2 - 4 - - - 70 - 2 - 4 - - - http://cne.qualcomm.com/cne/v1/bqe/traffic - https://cne-post.qualcomm.com/cne/v1/bqe/findings - - 0 - 4000000 - 1360 - 250 - 1 - 7 - 10800 - 10080 - 1440 - - - - 7 - 3600 - 5 - 0.05 - https://cne-ssl.qualcomm.com/cne/v1/icd/wifi-data - http://cne.qualcomm.com/cne/v1/icd - - - 3000 - 0.15 - 2 - 2 - 0.8 - 3600 - - - diff --git a/proprietary/vendor/etc/cne/andsfCne.xml b/proprietary/vendor/etc/cne/andsfCne.xml deleted file mode 100644 index c29d82d..0000000 --- a/proprietary/vendor/etc/cne/andsfCne.xml +++ /dev/null @@ -1,388 +0,0 @@ - - - - Qualcomm - FFA - - 5.0 - Test 1 - - - - - false - true - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - 60 - 3 - - someauthapp1 - someauthapp2 - someauthapp3 - - - - - - - - - - false - - false - - 400 - - 1000000 - - 20 - - 0.2 - - - - - - - - - - - - - -86,-86 - - - -91,-91 - - 5 - - -91 - - - 2 - - 120 - - 0.36 - - 0.05 - - 19 - - 5 - - 0 - - 0.01 - - 1 - - 0.82 - - 6 - - 9 - - 3 - - 100 - - 300 - - 0.25 - - 10 - - 80 - - 1000000 - - - - - - - - -86,-86 - - - -91,-91 - - -72 - - 5 - - -91 - - - 2 - - 120 - - 0.5 - - 3 - - 2 - - - - 0.25 - - - 0.2347 - - - 0.0489 - - - - 0.22 - - - 0.2281 - - - 0.1314 - - - - - - - - - diff --git a/proprietary/vendor/etc/cne/mwqem.conf b/proprietary/vendor/etc/cne/mwqem.conf deleted file mode 100644 index fb44c05..0000000 --- a/proprietary/vendor/etc/cne/mwqem.conf +++ /dev/null @@ -1,17 +0,0 @@ -#configuration parameters for Multi-network Wireless Quality Estimation and Management. - -#Number of previous latency iterations to track to decide the better LQS interface -latency_count:3 -#Threshold in ms to decide the better interface for LQS. -latency_threshold:10 -#Number of tcp connections to be established in each latency session -max_tcp_connects:3 -#Max waiting time for a dns query to be resolved -dns_timeout:9 -#Minimum change in mwqem ratio to update the new LQA ratio -lqa_update_threshold:0.25 -#Timer in msec to track the lqs updates. Only one update will be allowed -#in this duration -lqa_update_count_timer:10000 -#default URL for establishing a tcp sessions -mwqem_http_url:www.qualcomm.com \ No newline at end of file diff --git a/proprietary/vendor/etc/cne/profileMwqem.xml b/proprietary/vendor/etc/cne/profileSlm.xml similarity index 100% rename from proprietary/vendor/etc/cne/profileMwqem.xml rename to proprietary/vendor/etc/cne/profileSlm.xml diff --git a/proprietary/vendor/etc/cne/slm.conf b/proprietary/vendor/etc/cne/slm.conf new file mode 100644 index 0000000..5bdf52d --- /dev/null +++ b/proprietary/vendor/etc/cne/slm.conf @@ -0,0 +1,17 @@ +#configuration parameters for Smart Link Management. + +#Number of previous latency iterations to track to decide the better SLS interface +latency_count:3 +#Threshold in ms to decide the better interface for SLS. +latency_threshold:10 +#Number of tcp connections to be established in each latency session +max_tcp_connects:3 +#Max waiting time for a dns query to be resolved +dns_timeout:9 +#Minimum change in slm ratio to update the new SLA ratio +sla_update_threshold:0.25 +#Timer in msec to track the sls updates. Only one update will be allowed +#in this duration +sla_update_count_timer:10000 +#default URL for establishing a tcp sessions +slm_http_url:www.qualcomm.com \ No newline at end of file diff --git a/proprietary/vendor/etc/data/dsi_config.xml b/proprietary/vendor/etc/data/dsi_config.xml index 14d9028..f64eb6f 100644 --- a/proprietary/vendor/etc/data/dsi_config.xml +++ b/proprietary/vendor/etc/data/dsi_config.xml @@ -1,7 +1,7 @@ @@ -1258,139 +1258,5 @@ rmnet_data16 - - - - - 1 - 1 - rmnet_ipa0 - 1 - - 1 - rmnet0 - - 17 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - rmnet_data11 - rmnet_data12 - rmnet_data13 - rmnet_data14 - rmnet_data15 - rmnet_data16 - - - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - rmnet_data11 - rmnet_data12 - rmnet_data13 - rmnet_data14 - rmnet_data15 - rmnet_data16 - - - - - - - 1 - 1 - rmnet_ipa0 - 1 - - 1 - rmnet0 - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - - - - - 1 - 1 - rmnet_ipa0 - 1 - - 1 - rmnet0 - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - diff --git a/proprietary/vendor/etc/data/netmgr_config.xml b/proprietary/vendor/etc/data/netmgr_config.xml index acec47d..13aa513 100644 --- a/proprietary/vendor/etc/data/netmgr_config.xml +++ b/proprietary/vendor/etc/data/netmgr_config.xml @@ -1,7 +1,7 @@ @@ -2165,6 +2165,9 @@ 0 1 1 + + 1 + 2 0 @@ -2381,6 +2384,9 @@ 0 2 13 + + 1 + 0 1 0 @@ -2570,7 +2576,7 @@ 1 1 1 - 2 + 1 100000 1 1 @@ -2579,6 +2585,9 @@ 1 2 125 + + 1 + 0 1 9216 @@ -2693,6 +2702,9 @@ 2 2 125 + + 1 + 0 1 1 @@ -2838,6 +2850,9 @@ 2 2 125 + + 1 + 0 1500 @@ -3079,6 +3094,9 @@ 4 + + 1 + @@ -3116,7 +3134,6 @@ 1 1 1 - 1 100000 1500 @@ -3223,369 +3240,4 @@ 4 - - - - - 1 - 0 - 10000 - 1 - 4 - 1 - 1 - 1 - 1 - - 1 - rmnet0 - DATA5_CNTL - 1 - 63 - 64844 - 32 - 16384 - 1000000 - 1 - 9 - 9 - 1 - 1 - 2 - 2 - rmnet_ipa0 - 1 - 1 - 1 - 1 - 1 - 1 - 100000 - 1500 - - 1 - 1 - 1400 - 2 - 2 - 125 - 1 - 9216 - 1 - 2 - - 1 - 0 - - - 17 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - rmnet_data11 - rmnet_data12 - rmnet_data13 - rmnet_data14 - rmnet_data15 - rmnet_data16 - - - 17 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - rmnet_data11 - rmnet_data12 - rmnet_data13 - rmnet_data14 - rmnet_data15 - rmnet_data16 - - - 6 - - - 1 - 16 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - r_rmnet_data9 - r_rmnet_data10 - r_rmnet_data11 - r_rmnet_data12 - r_rmnet_data13 - r_rmnet_data14 - r_rmnet_data15 - - - 16 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - r_rmnet_data9 - r_rmnet_data10 - r_rmnet_data11 - r_rmnet_data12 - r_rmnet_data13 - r_rmnet_data14 - r_rmnet_data15 - - - 4 - - - - - - 1 - 0 - 10000 - 1 - 0 - 0 - 0 - 1 - - 1 - rmnet0 - DATA5_CNTL - 1 - 10 - 8192 - 0 - 0 - 0 - 0 - 8 - 8 - 1 - 1 - 0 - 0 - rmnet_ipa0 - 1 - 0 - 0 - 0 - 1 - 1 - 10000 - 1500 - - 1 - 1 - 1400 - 0 - 2 - 12 - 1 - 9216 - 1 - 2 - - 1 - 0 - - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - 6 - - - 1 - 9 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - - - 9 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - - - 4 - - - - - - 1 - 0 - 10000 - 1 - 1 - - 1 - rmnet0 - DATA5_CNTL - - 155000000 - 1 - 25000 - - 1 - 10 - 8192 - 0 - 0 - 8 - 8 - 1 - 1 - rmnet_ipa0 - 1 - 1 - 10000 - - 1 - 1 - 1400 - 2 - 12 - 0 - 2 - 1 - 1 - - 2 - - 1 - 0 - - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - 11 - - rmnet_data0 - rmnet_data1 - rmnet_data2 - rmnet_data3 - rmnet_data4 - rmnet_data5 - rmnet_data6 - rmnet_data7 - rmnet_data8 - rmnet_data9 - rmnet_data10 - - - - 1 - 9 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - - - 9 - - r_rmnet_data0 - r_rmnet_data1 - r_rmnet_data2 - r_rmnet_data3 - r_rmnet_data4 - r_rmnet_data5 - r_rmnet_data6 - r_rmnet_data7 - r_rmnet_data8 - - diff --git a/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml b/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml index 7e89700..1d7f3b2 100644 --- a/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml +++ b/proprietary/vendor/etc/default-permissions/com.qualcomm.qti.cne.xml @@ -13,7 +13,6 @@ It allows additional grants on top of privapp-permissions-platform.xml - diff --git a/proprietary/vendor/etc/init/netmgrd.rc b/proprietary/vendor/etc/init/netmgrd.rc index 755090a..47be52f 100644 --- a/proprietary/vendor/etc/init/netmgrd.rc +++ b/proprietary/vendor/etc/init/netmgrd.rc @@ -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. # diff --git a/proprietary/vendor/etc/init/ssgtzd.rc b/proprietary/vendor/etc/init/ssgtzd.rc index 3d11b3c..1db24c7 100644 --- a/proprietary/vendor/etc/init/ssgtzd.rc +++ b/proprietary/vendor/etc/init/ssgtzd.rc @@ -1,4 +1,4 @@ -# Copyright (c) 2019,2021 Qualcomm Technologies, Inc. +# Copyright (c) 2019 Qualcomm Technologies, Inc. # All Rights Reserved. # Confidential and Proprietary - Qualcomm Technologies, Inc. @@ -7,8 +7,8 @@ on post-fs-data mkdir /data/vendor/qwes 0755 system system -# Start daemon on early-boot -on early-boot +# Start daemon after boot completed +on property:sys.boot_completed=1 start vendor.ssgtzd # Used 'disabled' flag, so daemon won't be started until explicit start diff --git a/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc b/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc new file mode 100644 index 0000000..dd5ec6a --- /dev/null +++ b/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc @@ -0,0 +1,4 @@ +service oneplus_param_service /vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service + class hal + user system + group system diff --git a/proprietary/vendor/etc/seccomp_policy/imsrtp.policy b/proprietary/vendor/etc/seccomp_policy/imsrtp.policy index 38dc4c9..3ed54f6 100644 --- a/proprietary/vendor/etc/seccomp_policy/imsrtp.policy +++ b/proprietary/vendor/etc/seccomp_policy/imsrtp.policy @@ -92,4 +92,4 @@ sched_getaffinity: 1 socket: 1 process_vm_readv: 1 tgkill: 1 -sigreturn: 1 + diff --git a/proprietary/vendor/etc/ssg/ta_config.json b/proprietary/vendor/etc/ssg/ta_config.json index 54b74b4..22a3ccf 100644 --- a/proprietary/vendor/etc/ssg/ta_config.json +++ b/proprietary/vendor/etc/ssg/ta_config.json @@ -5,6 +5,7 @@ Confidential and Proprietary - Qualcomm Technologies, Inc. *********************************************************************/ { "embedded_ta_images": [ + { "name":"rtice"}, { "name":"qwes"}, { "name":"tzsc"} ], @@ -14,6 +15,7 @@ Confidential and Proprietary - Qualcomm Technologies, Inc. { "path":"/vendor/firmware_mnt/image/haventkn.mbn"}, { "path":"/vendor/firmware/image/haventkn.mbn"}, { "path":"/vendor/firmware_mnt/image/tzsc.mbn"}, - { "path":"/vendor/firmware_mnt/image/rtice.mbn"} + { "path":"/vendor/firmware_mnt/image/rtice.mbn"}, + { "path":"/vendor/firmware_mnt/image/rtic.mbn"} ] } diff --git a/proprietary/vendor/lib/libdiag.so b/proprietary/vendor/lib/libdiag.so index e783951..3cf9884 100644 Binary files a/proprietary/vendor/lib/libdiag.so and b/proprietary/vendor/lib/libdiag.so differ diff --git a/proprietary/vendor/lib/libdsi_netctrl.so b/proprietary/vendor/lib/libdsi_netctrl.so index 68f2eab..ed322f9 100644 Binary files a/proprietary/vendor/lib/libdsi_netctrl.so and b/proprietary/vendor/lib/libdsi_netctrl.so differ diff --git a/proprietary/vendor/lib/libdsutils.so b/proprietary/vendor/lib/libdsutils.so index 95a1822..f8c734f 100644 Binary files a/proprietary/vendor/lib/libdsutils.so and b/proprietary/vendor/lib/libdsutils.so differ diff --git a/proprietary/vendor/lib/libidl.so b/proprietary/vendor/lib/libidl.so index d93524c..6d62330 100644 Binary files a/proprietary/vendor/lib/libidl.so and b/proprietary/vendor/lib/libidl.so differ diff --git a/proprietary/vendor/lib/libopf.so b/proprietary/vendor/lib/libopf.so new file mode 100644 index 0000000..e8cddae Binary files /dev/null and b/proprietary/vendor/lib/libopf.so differ diff --git a/proprietary/vendor/lib/libqcci_legacy.so b/proprietary/vendor/lib/libqcci_legacy.so index 38e8b78..9097d55 100644 Binary files a/proprietary/vendor/lib/libqcci_legacy.so and b/proprietary/vendor/lib/libqcci_legacy.so differ diff --git a/proprietary/vendor/lib/libqcmaputils.so b/proprietary/vendor/lib/libqcmaputils.so index 50ee0dc..e835fd5 100644 Binary files a/proprietary/vendor/lib/libqcmaputils.so and b/proprietary/vendor/lib/libqcmaputils.so differ diff --git a/proprietary/vendor/lib/libqdi.so b/proprietary/vendor/lib/libqdi.so index 9d494d3..72ba53b 100644 Binary files a/proprietary/vendor/lib/libqdi.so and b/proprietary/vendor/lib/libqdi.so differ diff --git a/proprietary/vendor/lib/libqdp.so b/proprietary/vendor/lib/libqdp.so index 83fc893..8b72ee2 100644 Binary files a/proprietary/vendor/lib/libqdp.so and b/proprietary/vendor/lib/libqdp.so differ diff --git a/proprietary/vendor/lib/libqmi.so b/proprietary/vendor/lib/libqmi.so index 59c3e62..6be16f0 100644 Binary files a/proprietary/vendor/lib/libqmi.so and b/proprietary/vendor/lib/libqmi.so differ diff --git a/proprietary/vendor/lib/libqmi_cci.so b/proprietary/vendor/lib/libqmi_cci.so index 06bdc3b..3663603 100644 Binary files a/proprietary/vendor/lib/libqmi_cci.so and b/proprietary/vendor/lib/libqmi_cci.so differ diff --git a/proprietary/vendor/lib/libqmi_client_helper.so b/proprietary/vendor/lib/libqmi_client_helper.so index d9175b6..c1c1699 100644 Binary files a/proprietary/vendor/lib/libqmi_client_helper.so and b/proprietary/vendor/lib/libqmi_client_helper.so differ diff --git a/proprietary/vendor/lib/libqmi_client_qmux.so b/proprietary/vendor/lib/libqmi_client_qmux.so index ab435c0..7b5c91f 100644 Binary files a/proprietary/vendor/lib/libqmi_client_qmux.so and b/proprietary/vendor/lib/libqmi_client_qmux.so differ diff --git a/proprietary/vendor/lib/libqmi_common_so.so b/proprietary/vendor/lib/libqmi_common_so.so index d3a0283..3c15b67 100644 Binary files a/proprietary/vendor/lib/libqmi_common_so.so and b/proprietary/vendor/lib/libqmi_common_so.so differ diff --git a/proprietary/vendor/lib/libqmi_csi.so b/proprietary/vendor/lib/libqmi_csi.so index 90a5c70..48a1faf 100644 Binary files a/proprietary/vendor/lib/libqmi_csi.so and b/proprietary/vendor/lib/libqmi_csi.so differ diff --git a/proprietary/vendor/lib/libqmi_encdec.so b/proprietary/vendor/lib/libqmi_encdec.so index 75343cb..e102692 100644 Binary files a/proprietary/vendor/lib/libqmi_encdec.so and b/proprietary/vendor/lib/libqmi_encdec.so differ diff --git a/proprietary/vendor/lib/libqmiservices.so b/proprietary/vendor/lib/libqmiservices.so index d0884aa..998fd03 100644 Binary files a/proprietary/vendor/lib/libqmiservices.so and b/proprietary/vendor/lib/libqmiservices.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so index f79d906..6a0cb9b 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@1.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so index 8e350d1..4b478a0 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so index 22d20cd..5540c9a 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.1.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so index 9e968c0..1ada97a 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so and b/proprietary/vendor/lib64/com.qualcomm.qti.imscmservice@2.2.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so index 4842b6b..9cf7aa0 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so index 568a5dc..f1a9165 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so index 4bdf1ff..5ae2325 100644 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so and b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so differ diff --git a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so b/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so deleted file mode 100644 index e5a2eb4..0000000 Binary files a/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so and /dev/null differ diff --git a/proprietary/vendor/lib64/deviceInfoServiceModule.so b/proprietary/vendor/lib64/deviceInfoServiceModule.so index d96bed1..ccc285e 100644 Binary files a/proprietary/vendor/lib64/deviceInfoServiceModule.so and b/proprietary/vendor/lib64/deviceInfoServiceModule.so differ diff --git a/proprietary/vendor/lib64/lib-imscmservice.so b/proprietary/vendor/lib64/lib-imscmservice.so index 95a8d82..9124058 100644 Binary files a/proprietary/vendor/lib64/lib-imscmservice.so and b/proprietary/vendor/lib64/lib-imscmservice.so differ diff --git a/proprietary/vendor/lib64/lib-imsdpl.so b/proprietary/vendor/lib64/lib-imsdpl.so index 5f06a01..18833b6 100644 Binary files a/proprietary/vendor/lib64/lib-imsdpl.so and b/proprietary/vendor/lib64/lib-imsdpl.so differ diff --git a/proprietary/vendor/lib64/lib-imsqimf.so b/proprietary/vendor/lib64/lib-imsqimf.so index ae502aa..a3da484 100644 Binary files a/proprietary/vendor/lib64/lib-imsqimf.so and b/proprietary/vendor/lib64/lib-imsqimf.so differ diff --git a/proprietary/vendor/lib64/lib-imsrcs-v2.so b/proprietary/vendor/lib64/lib-imsrcs-v2.so index 91e4be3..6f72d04 100644 Binary files a/proprietary/vendor/lib64/lib-imsrcs-v2.so and b/proprietary/vendor/lib64/lib-imsrcs-v2.so differ diff --git a/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so b/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so index c346cc1..182609e 100644 Binary files a/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so and b/proprietary/vendor/lib64/lib-imsrcsbaseimpl.so differ diff --git a/proprietary/vendor/lib64/lib-imsvtcore.so b/proprietary/vendor/lib64/lib-imsvtcore.so index e79b202..7e495c8 100644 Binary files a/proprietary/vendor/lib64/lib-imsvtcore.so and b/proprietary/vendor/lib64/lib-imsvtcore.so differ diff --git a/proprietary/vendor/lib64/lib-imsxml.so b/proprietary/vendor/lib64/lib-imsxml.so index e0780bc..e266c61 100644 Binary files a/proprietary/vendor/lib64/lib-imsxml.so and b/proprietary/vendor/lib64/lib-imsxml.so differ diff --git a/proprietary/vendor/lib64/lib-rcsconfig.so b/proprietary/vendor/lib64/lib-rcsconfig.so index 75008ef..b9649fd 100644 Binary files a/proprietary/vendor/lib64/lib-rcsconfig.so and b/proprietary/vendor/lib64/lib-rcsconfig.so differ diff --git a/proprietary/vendor/lib64/lib-rtpcommon.so b/proprietary/vendor/lib64/lib-rtpcommon.so index fff88f1..b2d21ae 100644 Binary files a/proprietary/vendor/lib64/lib-rtpcommon.so and b/proprietary/vendor/lib64/lib-rtpcommon.so differ diff --git a/proprietary/vendor/lib64/lib-rtpcore.so b/proprietary/vendor/lib64/lib-rtpcore.so index 95d1a4d..08efc25 100644 Binary files a/proprietary/vendor/lib64/lib-rtpcore.so and b/proprietary/vendor/lib64/lib-rtpcore.so differ diff --git a/proprietary/vendor/lib64/lib-rtpsl.so b/proprietary/vendor/lib64/lib-rtpsl.so index b76814b..715575d 100644 Binary files a/proprietary/vendor/lib64/lib-rtpsl.so and b/proprietary/vendor/lib64/lib-rtpsl.so differ diff --git a/proprietary/vendor/lib64/lib-siputility.so b/proprietary/vendor/lib64/lib-siputility.so index a4019b5..186c4c2 100644 Binary files a/proprietary/vendor/lib64/lib-siputility.so and b/proprietary/vendor/lib64/lib-siputility.so differ diff --git a/proprietary/vendor/lib64/lib-uceservice.so b/proprietary/vendor/lib64/lib-uceservice.so index 0c418b2..52f0731 100644 Binary files a/proprietary/vendor/lib64/lib-uceservice.so and b/proprietary/vendor/lib64/lib-uceservice.so differ diff --git a/proprietary/vendor/lib64/libcne.so b/proprietary/vendor/lib64/libcne.so index 3602e56..21d7a83 100644 Binary files a/proprietary/vendor/lib64/libcne.so and b/proprietary/vendor/lib64/libcne.so differ diff --git a/proprietary/vendor/lib64/libcneapiclient.so b/proprietary/vendor/lib64/libcneapiclient.so index 6f23fc6..2e95227 100644 Binary files a/proprietary/vendor/lib64/libcneapiclient.so and b/proprietary/vendor/lib64/libcneapiclient.so differ diff --git a/proprietary/vendor/lib64/libcneoplookup.so b/proprietary/vendor/lib64/libcneoplookup.so index 59f79e8..5a9af60 100644 Binary files a/proprietary/vendor/lib64/libcneoplookup.so and b/proprietary/vendor/lib64/libcneoplookup.so differ diff --git a/proprietary/vendor/lib64/libcneqmiutils.so b/proprietary/vendor/lib64/libcneqmiutils.so index 168e1ac..1841e4e 100644 Binary files a/proprietary/vendor/lib64/libcneqmiutils.so and b/proprietary/vendor/lib64/libcneqmiutils.so differ diff --git a/proprietary/vendor/lib64/libconfigdb.so b/proprietary/vendor/lib64/libconfigdb.so index 4c999a4..838a05f 100644 Binary files a/proprietary/vendor/lib64/libconfigdb.so and b/proprietary/vendor/lib64/libconfigdb.so differ diff --git a/proprietary/vendor/lib64/libdiag.so b/proprietary/vendor/lib64/libdiag.so index 4e6f699..f029a16 100644 Binary files a/proprietary/vendor/lib64/libdiag.so and b/proprietary/vendor/lib64/libdiag.so differ diff --git a/proprietary/vendor/lib64/libdsi_netctrl.so b/proprietary/vendor/lib64/libdsi_netctrl.so index c8cbc77..3f86b8f 100644 Binary files a/proprietary/vendor/lib64/libdsi_netctrl.so and b/proprietary/vendor/lib64/libdsi_netctrl.so differ diff --git a/proprietary/vendor/lib64/libdsutils.so b/proprietary/vendor/lib64/libdsutils.so index 1755d21..8107020 100644 Binary files a/proprietary/vendor/lib64/libdsutils.so and b/proprietary/vendor/lib64/libdsutils.so differ diff --git a/proprietary/vendor/lib64/libidl.so b/proprietary/vendor/lib64/libidl.so index f187514..6516823 100644 Binary files a/proprietary/vendor/lib64/libidl.so and b/proprietary/vendor/lib64/libidl.so differ diff --git a/proprietary/vendor/lib64/liblqe.so b/proprietary/vendor/lib64/liblqe.so index 8d1aa45..cf29103 100644 Binary files a/proprietary/vendor/lib64/liblqe.so and b/proprietary/vendor/lib64/liblqe.so differ diff --git a/proprietary/vendor/lib64/libmdmdetect.so b/proprietary/vendor/lib64/libmdmdetect.so index 1b3d581..2021a2b 100644 Binary files a/proprietary/vendor/lib64/libmdmdetect.so and b/proprietary/vendor/lib64/libmdmdetect.so differ diff --git a/proprietary/vendor/lib64/libminkdescriptor.so b/proprietary/vendor/lib64/libminkdescriptor.so index 21054d1..b683d7a 100644 Binary files a/proprietary/vendor/lib64/libminkdescriptor.so and b/proprietary/vendor/lib64/libminkdescriptor.so differ diff --git a/proprietary/vendor/lib64/libnetmgr.so b/proprietary/vendor/lib64/libnetmgr.so index 432ff15..248ae28 100644 Binary files a/proprietary/vendor/lib64/libnetmgr.so and b/proprietary/vendor/lib64/libnetmgr.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_common.so b/proprietary/vendor/lib64/libnetmgr_common.so index 17ab8f6..d8ff80d 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_common.so and b/proprietary/vendor/lib64/libnetmgr_common.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_nr_fusion.so b/proprietary/vendor/lib64/libnetmgr_nr_fusion.so index 54abea6..2daf737 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_nr_fusion.so and b/proprietary/vendor/lib64/libnetmgr_nr_fusion.so differ diff --git a/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so b/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so index 64bca64..0821f8e 100644 Binary files a/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so and b/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so differ diff --git a/proprietary/vendor/lib64/libnlnetmgr.so b/proprietary/vendor/lib64/libnlnetmgr.so index 723d85f..49ed8a6 100644 Binary files a/proprietary/vendor/lib64/libnlnetmgr.so and b/proprietary/vendor/lib64/libnlnetmgr.so differ diff --git a/proprietary/vendor/lib64/liboemnvbk_img_helper.so b/proprietary/vendor/lib64/liboemnvbk_img_helper.so new file mode 100644 index 0000000..7bc43c3 Binary files /dev/null and b/proprietary/vendor/lib64/liboemnvbk_img_helper.so differ diff --git a/proprietary/vendor/lib64/libopf.so b/proprietary/vendor/lib64/libopf.so new file mode 100644 index 0000000..57fe4c6 Binary files /dev/null and b/proprietary/vendor/lib64/libopf.so differ diff --git a/proprietary/vendor/lib64/libparam_vendor.so b/proprietary/vendor/lib64/libparam_vendor.so new file mode 100644 index 0000000..5d964ac Binary files /dev/null and b/proprietary/vendor/lib64/libparam_vendor.so differ diff --git a/proprietary/vendor/lib64/libpdmapper.so b/proprietary/vendor/lib64/libpdmapper.so index baa413f..fa1586e 100644 Binary files a/proprietary/vendor/lib64/libpdmapper.so and b/proprietary/vendor/lib64/libpdmapper.so differ diff --git a/proprietary/vendor/lib64/libpdnotifier.so b/proprietary/vendor/lib64/libpdnotifier.so index a98acb4..69264c3 100644 Binary files a/proprietary/vendor/lib64/libpdnotifier.so and b/proprietary/vendor/lib64/libpdnotifier.so differ diff --git a/proprietary/vendor/lib64/libqcbor.so b/proprietary/vendor/lib64/libqcbor.so index ff28879..a2b898a 100644 Binary files a/proprietary/vendor/lib64/libqcbor.so and b/proprietary/vendor/lib64/libqcbor.so differ diff --git a/proprietary/vendor/lib64/libqcci_legacy.so b/proprietary/vendor/lib64/libqcci_legacy.so index 6cf7227..1738a94 100644 Binary files a/proprietary/vendor/lib64/libqcci_legacy.so and b/proprietary/vendor/lib64/libqcci_legacy.so differ diff --git a/proprietary/vendor/lib64/libqcmaputils.so b/proprietary/vendor/lib64/libqcmaputils.so index e7245eb..711ac7c 100644 Binary files a/proprietary/vendor/lib64/libqcmaputils.so and b/proprietary/vendor/lib64/libqcmaputils.so differ diff --git a/proprietary/vendor/lib64/libqcrilFramework.so b/proprietary/vendor/lib64/libqcrilFramework.so index b0877f6..cf1c150 100644 Binary files a/proprietary/vendor/lib64/libqcrilFramework.so and b/proprietary/vendor/lib64/libqcrilFramework.so differ diff --git a/proprietary/vendor/lib64/libqcrildatactl.so b/proprietary/vendor/lib64/libqcrildatactl.so index 5934ae5..c69dd03 100644 Binary files a/proprietary/vendor/lib64/libqcrildatactl.so and b/proprietary/vendor/lib64/libqcrildatactl.so differ diff --git a/proprietary/vendor/lib64/libqdi.so b/proprietary/vendor/lib64/libqdi.so index 78845e7..ae68a7c 100644 Binary files a/proprietary/vendor/lib64/libqdi.so and b/proprietary/vendor/lib64/libqdi.so differ diff --git a/proprietary/vendor/lib64/libqdp.so b/proprietary/vendor/lib64/libqdp.so index 28f5faa..3d7becf 100644 Binary files a/proprietary/vendor/lib64/libqdp.so and b/proprietary/vendor/lib64/libqdp.so differ diff --git a/proprietary/vendor/lib64/libqmi.so b/proprietary/vendor/lib64/libqmi.so index 32ae9a2..839d04b 100644 Binary files a/proprietary/vendor/lib64/libqmi.so and b/proprietary/vendor/lib64/libqmi.so differ diff --git a/proprietary/vendor/lib64/libqmi_cci.so b/proprietary/vendor/lib64/libqmi_cci.so index 7d9c69a..f210d75 100644 Binary files a/proprietary/vendor/lib64/libqmi_cci.so and b/proprietary/vendor/lib64/libqmi_cci.so differ diff --git a/proprietary/vendor/lib64/libqmi_client_helper.so b/proprietary/vendor/lib64/libqmi_client_helper.so index 4c859b8..a66e62c 100644 Binary files a/proprietary/vendor/lib64/libqmi_client_helper.so and b/proprietary/vendor/lib64/libqmi_client_helper.so differ diff --git a/proprietary/vendor/lib64/libqmi_client_qmux.so b/proprietary/vendor/lib64/libqmi_client_qmux.so index e39d035..775f758 100644 Binary files a/proprietary/vendor/lib64/libqmi_client_qmux.so and b/proprietary/vendor/lib64/libqmi_client_qmux.so differ diff --git a/proprietary/vendor/lib64/libqmi_common_so.so b/proprietary/vendor/lib64/libqmi_common_so.so index 0e5dd86..07a2dd0 100644 Binary files a/proprietary/vendor/lib64/libqmi_common_so.so and b/proprietary/vendor/lib64/libqmi_common_so.so differ diff --git a/proprietary/vendor/lib64/libqmi_csi.so b/proprietary/vendor/lib64/libqmi_csi.so index bc0ba89..5e6bc9f 100644 Binary files a/proprietary/vendor/lib64/libqmi_csi.so and b/proprietary/vendor/lib64/libqmi_csi.so differ diff --git a/proprietary/vendor/lib64/libqmi_encdec.so b/proprietary/vendor/lib64/libqmi_encdec.so index a5a4db6..394583c 100644 Binary files a/proprietary/vendor/lib64/libqmi_encdec.so and b/proprietary/vendor/lib64/libqmi_encdec.so differ diff --git a/proprietary/vendor/lib64/libqmiservices.so b/proprietary/vendor/lib64/libqmiservices.so index c64db7b..144533e 100644 Binary files a/proprietary/vendor/lib64/libqmiservices.so and b/proprietary/vendor/lib64/libqmiservices.so differ diff --git a/proprietary/vendor/lib64/libqrtr.so b/proprietary/vendor/lib64/libqrtr.so index da20747..60651ab 100644 Binary files a/proprietary/vendor/lib64/libqrtr.so and b/proprietary/vendor/lib64/libqrtr.so differ diff --git a/proprietary/vendor/lib64/libqsocket.so b/proprietary/vendor/lib64/libqsocket.so index c21d110..c92965a 100644 Binary files a/proprietary/vendor/lib64/libqsocket.so and b/proprietary/vendor/lib64/libqsocket.so differ diff --git a/proprietary/vendor/lib64/librcc.so b/proprietary/vendor/lib64/librcc.so index 6b56ea9..b203ec0 100644 Binary files a/proprietary/vendor/lib64/librcc.so and b/proprietary/vendor/lib64/librcc.so differ diff --git a/proprietary/vendor/lib64/libril-qc-hal-qmi.so b/proprietary/vendor/lib64/libril-qc-hal-qmi.so index b14d420..c030e36 100644 Binary files a/proprietary/vendor/lib64/libril-qc-hal-qmi.so and b/proprietary/vendor/lib64/libril-qc-hal-qmi.so differ diff --git a/proprietary/vendor/lib64/libril-qc-logger.so b/proprietary/vendor/lib64/libril-qc-logger.so index e3e1ee2..efc17d2 100644 Binary files a/proprietary/vendor/lib64/libril-qc-logger.so and b/proprietary/vendor/lib64/libril-qc-logger.so differ diff --git a/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so b/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so index a8a1af8..3695f16 100644 Binary files a/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so and b/proprietary/vendor/lib64/libril-qc-ltedirectdisc.so differ diff --git a/proprietary/vendor/lib64/libril-qc-radioconfig.so b/proprietary/vendor/lib64/libril-qc-radioconfig.so index 6db0be2..2a57884 100644 Binary files a/proprietary/vendor/lib64/libril-qc-radioconfig.so and b/proprietary/vendor/lib64/libril-qc-radioconfig.so differ diff --git a/proprietary/vendor/lib64/libril-qcril-hook-oem.so b/proprietary/vendor/lib64/libril-qcril-hook-oem.so index c72e957..b55c000 100644 Binary files a/proprietary/vendor/lib64/libril-qcril-hook-oem.so and b/proprietary/vendor/lib64/libril-qcril-hook-oem.so differ diff --git a/proprietary/vendor/lib64/librilqmiservices.so b/proprietary/vendor/lib64/librilqmiservices.so index 56ac9d3..13531cb 100644 Binary files a/proprietary/vendor/lib64/librilqmiservices.so and b/proprietary/vendor/lib64/librilqmiservices.so differ diff --git a/proprietary/vendor/lib64/libsettings.so b/proprietary/vendor/lib64/libsettings.so index d0a93d1..8167abf 100644 Binary files a/proprietary/vendor/lib64/libsettings.so and b/proprietary/vendor/lib64/libsettings.so differ diff --git a/proprietary/vendor/lib64/libsystem_health_mon.so b/proprietary/vendor/lib64/libsystem_health_mon.so index a705d17..1ff72a0 100644 Binary files a/proprietary/vendor/lib64/libsystem_health_mon.so and b/proprietary/vendor/lib64/libsystem_health_mon.so differ diff --git a/proprietary/vendor/lib64/libwms.so b/proprietary/vendor/lib64/libwms.so index bd85925..02676db 100644 Binary files a/proprietary/vendor/lib64/libwms.so and b/proprietary/vendor/lib64/libwms.so differ diff --git a/proprietary/vendor/lib64/libwqe.so b/proprietary/vendor/lib64/libwqe.so index fd8e602..321be88 100644 Binary files a/proprietary/vendor/lib64/libwqe.so and b/proprietary/vendor/lib64/libwqe.so differ diff --git a/proprietary/vendor/lib64/libxml.so b/proprietary/vendor/lib64/libxml.so index de675d5..0a15721 100644 Binary files a/proprietary/vendor/lib64/libxml.so and b/proprietary/vendor/lib64/libxml.so differ diff --git a/proprietary/vendor/lib64/qcrild_librilutils.so b/proprietary/vendor/lib64/qcrild_librilutils.so index bca3658..ce631ce 100644 Binary files a/proprietary/vendor/lib64/qcrild_librilutils.so and b/proprietary/vendor/lib64/qcrild_librilutils.so differ diff --git a/proprietary/vendor/lib64/qtibus.so b/proprietary/vendor/lib64/qtibus.so index cff0bad..eb6c2dc 100644 Binary files a/proprietary/vendor/lib64/qtibus.so and b/proprietary/vendor/lib64/qtibus.so differ diff --git a/proprietary/vendor/lib64/qtimutex.so b/proprietary/vendor/lib64/qtimutex.so index ef91016..4eb558e 100644 Binary files a/proprietary/vendor/lib64/qtimutex.so and b/proprietary/vendor/lib64/qtimutex.so differ diff --git a/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so b/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so new file mode 100644 index 0000000..1f806ed Binary files /dev/null and b/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so index 0ab3241..496c5c4 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so index 4e0ca3b..f71de5b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so and b/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so deleted file mode 100644 index b4d822f..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so b/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so deleted file mode 100644 index e34fd3b..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so b/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so deleted file mode 100644 index 0507fd9..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so b/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so index ba24753..ecbd15c 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so and b/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so index 08e1dca..8252b88 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.cacert@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so index 7a294fb..bd4e6f5 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.api@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so index 7009a95..0060af3 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.constants@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so index 12e3392..a21bb8b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.cne.internal.server@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so index a283de0..9f95c26 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so index 48339c7..fb18071 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.connection@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so index 6e07402..4625d1e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so index e2754d1..b148b2f 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so index b32fb9c..a10875e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so deleted file mode 100644 index f70f5b2..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so index e98b55a..4cde327 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so index c3d93c2..909a5d0 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.am@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so index 6c11aef..7f10bd0 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.atcmdfwd@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so index 9074ba6..2be2231 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so index af575da..d22786b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so index e73b48e..aded31d 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so index 134930e..14c42f9 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so index 13ac659..9b43ff1 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so index ee55106..35da555 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so index 6191474..c365e87 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so deleted file mode 100644 index f5efb8d..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so index 98c99cb..cc5b254 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so index dabb8ab..1b227ec 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so deleted file mode 100644 index ffb8704..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so index 5da73cd..ec9d656 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so index 8aad6ea..b5c8096 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so index ecba137..6bbfd19 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so index 4917f6b..8a01f28 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so index 7790f97..1c55d3b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so index 8f87d29..3ae1d1e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.3.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so index b6388c0..964f252 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.4.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so index 340201f..3106e58 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so index c4513c6..f5bc8a8 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so index e268093..30fe266 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so index ba32b83..796b73e 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so index 1f524e1..e8138fe 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so index 721fe7a..1eef38d 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_client@1.2.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so index d37e769..6b38fd0 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.radio.uim_remote_server@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so b/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so index 59769db..a91c214 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so and b/proprietary/vendor/lib64/vendor.qti.hardware.slmadapter@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so index 8a9e790..4e2637a 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so index b94b866..f0c2982 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so index 8fd6b09..8dcdf46 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so b/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so deleted file mode 100644 index f11ecdd..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so index cfc8243..ffe7a08 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so index 17f9f79..1b37df3 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so index be41b10..4efef4f 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so index a332390..bef9a3b 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so and b/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so index 4f8c059..e173615 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so and b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so index 90eeb66..2c74237 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so and b/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.latency@2.0.so b/proprietary/vendor/lib64/vendor.qti.latency@2.0.so index 1e40c61..61a8cb2 100644 Binary files a/proprietary/vendor/lib64/vendor.qti.latency@2.0.so and b/proprietary/vendor/lib64/vendor.qti.latency@2.0.so differ diff --git a/proprietary/vendor/lib64/vendor.qti.latency@2.1.so b/proprietary/vendor/lib64/vendor.qti.latency@2.1.so deleted file mode 100644 index 232d2da..0000000 Binary files a/proprietary/vendor/lib64/vendor.qti.latency@2.1.so and /dev/null differ diff --git a/proprietary/vendor/radio/qcril_database/qcril.db b/proprietary/vendor/radio/qcril_database/qcril.db index e7f362f..8f309eb 100644 Binary files a/proprietary/vendor/radio/qcril_database/qcril.db and b/proprietary/vendor/radio/qcril_database/qcril.db differ diff --git a/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql b/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql index 7eb5803..902e88d 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/0_initial.sql @@ -8,7 +8,6 @@ PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE qcril_emergency_source_mcc_table(MCC TEXT, NUMBER TEXT, IMS_ADDRESS TEXT, SERVICE TEXT, PRIMARY KEY(MCC,NUMBER)); -INSERT INTO qcril_emergency_source_mcc_table VALUES('334','060','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('730','133','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('732','123','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('901','999','',''); @@ -57,7 +56,6 @@ INSERT INTO qcril_emergency_source_mcc_table VALUES('457','192','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('457','199','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('706','122','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('704','122','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('334','066','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('716','105','',''); INSERT INTO qcril_emergency_source_mcc_table VALUES('429','100',NULL,NULL); INSERT INTO qcril_emergency_source_mcc_table VALUES('429','101',NULL,NULL); @@ -194,7 +192,6 @@ INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('214','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('208','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('208','112','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','112','',''); -INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','060','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('334','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('732','911','',''); INSERT INTO qcril_emergency_source_hard_mcc_table VALUES('732','112','',''); @@ -274,7 +271,6 @@ INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('214','03','112','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('214','03','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','112','',''); -INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','060','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','112','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('334','020','911','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('732','101','112','',''); diff --git a/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql index 5fd1fa9..8b509a4 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/6_version_update_ecc_table.sql @@ -8,6 +8,834 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 6); +/*Start Emerency List For INDIA AIRTEL Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','100','','full'); /*Andhra Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','49','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','10','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','31','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','40','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','45','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','51','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','52','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','53','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','54','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','55','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','56','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','90','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','92','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','93','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','94','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','95','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','96','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','97','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','98','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','02','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','03','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','16','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','70','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','818','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','819','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','876','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','879','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','927','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','929','108','','full'); + +/*End Emerency List For INDIA AIRTEL Operator qcril_emergency_source_voice_mcc_mnc_table */ + +/*Start Emerency List For INDIA IDEA Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','100','','full'); /*Andhra Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','07','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','100','','full'); /*Delhi*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','04','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','100','','full'); /*Gujarat*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','24','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','100','','full'); /*Haryana*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','12','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','100','','full'); /*Karnataka*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','44','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','100','','full'); /*Kerala*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','19','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','100','','full'); /*Kolkata*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','848','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','100','','full'); /*Maharashtra*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','22','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','100','','full'); /*Mumbai*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','799','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','100','','full'); /*Punjab*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','14','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','100','','full'); /*Rajasthan*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','87','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','100','','full'); /*TamilNadu*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','852','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','100','','full'); /*Uttar Pradesh (East)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','89','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','100','','full'); /*Uttar Pradesh (West)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','56','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','100','','full'); /*West Bengal*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','853','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','100','','full'); /*Jammu & Kashmir*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','846','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','100','','full'); /*Assam*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','845','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','100','','full'); /*Bihar*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','70','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','100','','full'); /*Orissa*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','850','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','100','','full'); /*Himachal Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','82','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','100','','full'); /*North East India*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','849','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','100','','full'); /*Madhya Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','78','108','','full'); + +/*Emerency List IDEA Operator qcril_emergency_source_voice_mcc_mnc_table END*/ + +/*Start Emerency List For INDIA VODAFONE Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','100','','full'); /*Andhra Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','13','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','100','','full'); /*Chennai*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','84','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','100','','full'); /*Delhi*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','11','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','100','','full'); /*Gujarat*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','05','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','100','','full'); /*Haryana*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','01','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','100','','full'); /*Karnataka*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','86','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','100','','full'); /*Kerala*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','46','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','100','','full'); /*Kolkata*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','30','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','100','','full'); /*Maharashtra*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','27','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','100','','full'); /*Mumbai*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','20','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','100','','full'); /*Punjab*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','88','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','100','','full'); /*Rajasthan*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','60','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','100','','full'); /*TamilNadu*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','43','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','100','','full'); /*Uttar Pradesh (East)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','15','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','100','','full'); /*Uttar Pradesh (West)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','66','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','100','','full'); /*West Bengal*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','67','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','100','','full'); /*Jammu & Kashmir*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','750','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','100','','full'); /*Assam*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','751','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','100','','full'); /*Bihar*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','752','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','100','','full'); /*Orissa*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','753','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','100','','full'); /*Himachal Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','754','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','100','','full'); /*North East India*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','755','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','100','','full'); /*Madhya Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','756','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','100','','full'); /*MTNL Delhi*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','911','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','68','112','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','100','','full'); /*MTNL Mumbai*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','911','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','69','112','','full'); + +/*Emerency List VODAFONE Operator qcril_emergency_source_voice_mcc_mnc_table END*/ + + +/*Start Emerency List For INDIA BSNL Operator qcril_emergency_source_voice_mcc_mnc_table ravi.katam 2019/09/18 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','100','','full'); /*Haryana*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','34','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','100','','full'); /*Assam*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','38','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','100','','full'); /*Himachal Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','51','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','100','','full'); /*Punjab*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','53','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','100','','full'); /*Uttar Pradesh (West)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','54','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','100','','full'); /*Uttar Pradesh (East)*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','55','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','100','','full'); /*Gujarat*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','57','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','100','','full'); /*Madhya Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','58','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','100','','full'); /*Rajasthan*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','59','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','100','','full'); /*Jammu & Kashmir*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','62','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','100','','full'); /*Chennai*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','64','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','100','','full'); /*Maharashtra*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','66','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','100','','full'); /*Karnataka*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','71','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','100','','full'); /*Kerala*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','72','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','100','','full'); /*Andhra Pradesh*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','73','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','100','','full'); /*West Bengal*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','74','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','100','','full'); /*Bihar*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','75','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','100','','full'); /*Orissa*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','76','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','100','','full'); /*North East*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','77','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','100','','full'); /*Andaman Nicobar*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','79','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','100','','full'); /*Tamilnadu*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','80','911','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','100','','full'); /*Kolkata*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','108','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','81','911','','full'); + +/*END Emerency List For INDIA BSNL Operator qcril_emergency_source_voice_mcc_mnc_table */ + +/*Start Emerency List [GLFT-8149] [GLFT-8599] [GLFT-7245] [GLFT-7546] [GLFT-8643] [GLFT-8160] + [GLFT-8149] ravi.katam 2019/09/18 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','000','','full'); /*Vodafone.de*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','112','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','911','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','110','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','02','08','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('262','03','110','','full'); /*o2-de*/ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('242','02','110','','full'); /*Fire Telia N*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('242','02','113','','full'); /*Ambulance Telia N*/ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('208','20','116','','full'); /*F-Bouygues Telecom*/ + +/* END Emerency List For Germany operators */ + +/* START VENDOR_EDIT ravi.katam [GLFT-8387] 2019/09/18 Add Emergency Numbers for "Belgium" Operator*/ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','01','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','10','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','20','100','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','01','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','10','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('206','20','101','','full'); + +/* END VENDOR_EDIT ravi.katam NETWORK */ + +/* START VENDOR_EDIT ravi.katam [EIDQ-5148] 2019/09/20 Emergency Numbers for "INDIA" operators*/ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('404','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('405','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','100','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','101','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','102','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('404','108','','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','100','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','101','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','102','','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','108','','','full'); +/* END VENDOR_EDIT [EIDQ-5148] */ + +/* VENDIR_EDIT Start Add Removed RJIO Emergency Numbers ravi.katam 2019/09/26 */ + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','840','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','854','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','855','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','856','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','857','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','858','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','859','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','860','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','861','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','862','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','863','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','864','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','865','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','866','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','867','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','868','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','869','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','870','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','871','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','872','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','873','108','','full'); + + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','100','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('405','874','108','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','840','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','854','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','855','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','856','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','857','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','858','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','859','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','860','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','861','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','862','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','863','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','864','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','865','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','866','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','867','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','868','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','869','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','870','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','871','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','872','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','873','108','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','100','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('405','874','108','',''); + +/* VENDOR_EDIT [HD-28485] Process 101,102 numbers as normal voice call numbers */ +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','102','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','102','','full'); +/* VENDOR_EDIT END [HD-28485] */ + +/* VENDOR_EDIT [21-02-2020] [ISTRACKING-57566] Process 101,102,103 numbers as normal emergency numbers */ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','102','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('257','01','103','','full'); + +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','102','',''); +INSERT OR REPLACE INTO qcril_emergency_source_mcc_mnc_table VALUES('257','01','103','',''); +/* END VENDOR_EDIT [ISTRACKING-57566] */ + DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '262' AND NUMBER = '110'; COMMIT TRANSACTION; + diff --git a/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql index dedcb75..7fbf0c7 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/7_version_update_ecc_table.sql @@ -8,6 +8,13 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 7); +/* VENDOR_EDIT [HD-28485] Process 101,102 numbers as normal voice call numbers */ +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','101','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('425','102','',''); + +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','101','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('425','03','102','','full'); +/* VENDOR_EDIT END [HD-28485] */ INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','15','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','17','',''); INSERT INTO qcril_emergency_source_mcc_mnc_table VALUES('208','01','18','',''); diff --git a/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql b/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql index e994273..89fc6f8 100644 --- a/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql +++ b/proprietary/vendor/radio/qcril_database/upgrade/8_version_update_ecc_table.sql @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 Qualcomm Technologies, Inc. + Copyright (c) 2020 Qualcomm Technologies, Inc. All Rights Reserved. Confidential and Proprietary - Qualcomm Technologies, Inc. */ @@ -7,62 +7,60 @@ BEGIN TRANSACTION; INSERT OR REPLACE INTO qcril_properties_table (property, value) VALUES ('qcrildb_version', 8); -INSERT INTO qcril_emergency_source_mcc_table VALUES('204','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('206','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('208','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('208','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('214','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('214','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('216','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','999','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','08','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','118','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('222','119','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('226','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('226','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('230','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('230','150','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('230','155','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('230','158','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('231','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('231','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('234','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('234','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('260','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('260','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('262','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('268','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('272','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('272','999','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('286','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('302','999','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('310','999','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('404','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('405','112','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '191'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('414','191','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '192'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('414','192','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '414' AND NUMBER = '199'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('414','199','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '117'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('515','117','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '192'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('515','192','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '515' AND NUMBER = '911'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('515','911','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '191'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('520','191','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '1669'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('520','1669','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '199'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('520','199','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '112'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('520','112','',''); -DELETE FROM qcril_emergency_source_mcc_table where MCC = '520' AND NUMBER = '911'; -INSERT INTO qcril_emergency_source_mcc_table VALUES('520','911','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('655','112','',''); -INSERT INTO qcril_emergency_source_mcc_table VALUES('655','911','',''); + +/*Start: VENDOR_EDIT siddharth.telang - Add Local Emergency Numbers for Bosnia and Poland */ +/*Start Emerency List For Bosnia */ +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','122','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','123','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('218','124','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','122','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','123','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','03','124','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','122','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','123','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','05','124','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','122','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','123','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('218','90','124','','full'); +/*End Emerency List For Bosnia */ +/*Start: Emergency numbers for Poland*/ +/*Start: Plus Poland*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','997','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','998','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','01','999','','full'); +/*End: Plus Poland*/ +/*Start: DT Poland*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','997','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','998','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','02','999','','full'); +/*End: DT Poland*/ +/*Start: Orange Poland*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','997','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','998','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','03','999','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','997','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','998','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','05','999','','full'); +/*End: Orange Poland*/ +/*Start: Play Poland*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','997','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','998','','full'); +INSERT OR REPLACE INTO qcril_emergency_source_voice_mcc_mnc_table VALUES('260','06','999','','full'); +/*End: Play Poland*/ +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','997','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','998','',''); +INSERT OR REPLACE INTO qcril_emergency_source_voice_table VALUES('260','999','',''); +/*End: Emergency numbers for Poland*/ +/*End: VENDOR_EDIT siddharth.telang - Add Local Emergency Numbers for Bosnia and Poland */ + +/*START VENDOR_EDIT ravi.katam [GLFT-11654] Remove Emergency numbers for Vodafone CZ as per the requirement*/ +DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '150'; +DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '155'; +DELETE FROM qcril_emergency_source_hard_mcc_table where MCC = '230' AND NUMBER = '158'; + +DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '150'; +DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '155'; +DELETE FROM qcril_emergency_source_mcc_mnc_table where MCC = '230' AND MNC = '03' AND NUMBER = '158'; +/*END VENDOR_EDIT */ + COMMIT TRANSACTION; diff --git a/sm7250-common-vendor.mk b/sm7250-common-vendor.mk index 5c15d95..9ca0dd2 100644 --- a/sm7250-common-vendor.mk +++ b/sm7250-common-vendor.mk @@ -28,7 +28,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qcrilhook.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qcrilhook.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qti_libpermissions.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qti_libpermissions.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qti_permissions.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qti_permissions.xml \ - vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/telephony_system-ext_privapp-permissions-qti.xml \ + vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/telephonyservice.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/telephonyservice.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/seccomp_policy/wfdservice.policy:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/seccomp_policy/wfdservice.policy \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/wfdconfigsink.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/wfdconfigsink.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib/com.qualcomm.qti.ant@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/com.qualcomm.qti.ant@1.0.so \ @@ -94,14 +94,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfduibcsrc.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfduibcsrc.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfduibcsrcinterface.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfduibcsrcinterface.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.diaghal@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.diaghal@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.callcapability@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.callinfo@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.factory@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.factory@1.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.factory@1.1.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@1.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@1.1.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@2.0.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.ims.rcsconfig@2.1.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.ims.rcsconfig@2.1.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/vendor.qti.imsrtpservice@3.0.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.qti.imsrtpservice@3.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/ATFWD-daemon:$(TARGET_COPY_OUT_VENDOR)/bin/ATFWD-daemon \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/adpl:$(TARGET_COPY_OUT_VENDOR)/bin/adpl \ @@ -120,6 +112,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.display.color@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.display.color@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.dolby.hardware.dms@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.dolby.hardware.dms@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.oneplus.hardware.display@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.oneplus.hardware.display@1.0-service \ + vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.oneplus.hardware.param@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.oneplus.hardware.param@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.esepowermanager@1.1-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.esepowermanager@1.1-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.hardware.alarm@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.hardware.alarm@1.0-service \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service:$(TARGET_COPY_OUT_VENDOR)/bin/hw/vendor.qti.hardware.capabilityconfigstore@1.0-service \ @@ -159,10 +152,10 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qrtr-ns:$(TARGET_COPY_OUT_VENDOR)/bin/qrtr-ns \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qseecomd:$(TARGET_COPY_OUT_VENDOR)/bin/qseecomd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/qti:$(TARGET_COPY_OUT_VENDOR)/bin/qti \ - vendor/oneplus/sm7250-common/proprietary/vendor/bin/rmt_storage:$(TARGET_COPY_OUT_VENDOR)/bin/rmt_storage \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/sensors.qti:$(TARGET_COPY_OUT_VENDOR)/bin/sensors.qti \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/slim_daemon:$(TARGET_COPY_OUT_VENDOR)/bin/slim_daemon \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/sscrpcd:$(TARGET_COPY_OUT_VENDOR)/bin/sscrpcd \ + vendor/oneplus/sm7250-common/proprietary/vendor/bin/ssgqmigd:$(TARGET_COPY_OUT_VENDOR)/bin/ssgqmigd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/ssgtzd:$(TARGET_COPY_OUT_VENDOR)/bin/ssgtzd \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/tftp_server:$(TARGET_COPY_OUT_VENDOR)/bin/tftp_server \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/thermal-engine:$(TARGET_COPY_OUT_VENDOR)/bin/thermal-engine \ @@ -177,10 +170,8 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/bin/xtwifi-inet-agent:$(TARGET_COPY_OUT_VENDOR)/bin/xtwifi-inet-agent \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/ArmHDCP_QTI_Android.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/ArmHDCP_QTI_Android.cfg \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cacert_location.pem:$(TARGET_COPY_OUT_VENDOR)/etc/cacert_location.pem \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/SwimConfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/SwimConfig.xml \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/andsfCne.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/andsfCne.xml \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/mwqem.conf:$(TARGET_COPY_OUT_VENDOR)/etc/cne/mwqem.conf \ - vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/profileMwqem.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/profileMwqem.xml \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/profileSlm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/profileSlm.xml \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/slm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/cne/slm.conf \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile1.xml \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile2.xml \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/cne/wqeclient/ATT/ATT_profile3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/cne/wqeclient/ATT/ATT_profile3.xml \ @@ -243,6 +234,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.display.color@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.display.color@1.0-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.dolby.hardware.dms@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.dolby.hardware.dms@1.0-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.oneplus.hardware.display@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.oneplus.hardware.display@1.0-service.rc \ + vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.oneplus.hardware.param@1.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.oneplus.hardware.param@1.0-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.adsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.adsprpc-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.cdsprpc-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.cdsprpc-service.rc \ vendor/oneplus/sm7250-common/proprietary/vendor/etc/init/vendor.qti.esepowermanager@1.1-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.esepowermanager@1.1-service.rc \ @@ -380,6 +372,7 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmmrtpdecoder_proprietary.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmmrtpdecoder_proprietary.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmmrtpencoder_proprietary.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmmrtpencoder_proprietary.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libmulawdec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libmulawdec.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib/libopf.so:$(TARGET_COPY_OUT_VENDOR)/lib/libopf.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfconfig.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfconfig.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfgluelayer.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfgluelayer.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib/libperfioctl.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfioctl.so \ @@ -453,7 +446,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.2.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.2.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/com.qualcomm.qti.uceservice@2.3.so:$(TARGET_COPY_OUT_VENDOR)/lib64/com.qualcomm.qti.uceservice@2.3.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/deviceInfoServiceModule.so:$(TARGET_COPY_OUT_VENDOR)/lib64/deviceInfoServiceModule.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/egl/eglSubDriverAndroid.so:$(TARGET_COPY_OUT_VENDOR)/lib64/egl/eglSubDriverAndroid.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/egl/libEGL_adreno.so:$(TARGET_COPY_OUT_VENDOR)/lib64/egl/libEGL_adreno.so \ @@ -611,7 +603,10 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libnetmgr_rmnet_ext.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libnetmgr_rmnet_ext.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libnlnetmgr.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libnlnetmgr.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/liboemcrypto.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liboemcrypto.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/liboemnvbk_img_helper.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liboemnvbk_img_helper.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libopf.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libopf.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libops.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libops.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libparam_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libparam_vendor.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libpdmapper.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libpdmapper.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libpdnotifier.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libpdnotifier.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/libperfconfig.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libperfconfig.so \ @@ -723,11 +718,9 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.dolby.hardware.dms@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.dolby.hardware.dms@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.nxp.eventprocessor@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.nxp.eventprocessor@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.oneplus.hardware.hdcpkey@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.oneplus.hardware.hdcpkey@1.0.so \ + vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.oneplus.hardware.param@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.oneplus.hardware.param@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.1.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.2.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.2.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.factory@2.3.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.factory@2.3.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.mwqem@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.mwqem@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.data.slm@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.data.slm@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.esepowermanager@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.esepowermanager@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.esepowermanager@1.1.so \ @@ -752,13 +745,11 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.dynamicdds@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.iwlan@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.iwlan@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.latency@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.latency@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.lce@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.lce@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.data.qmi@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.data.qmi@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.dsp@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.dsp@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.fm@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.fm@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.iop@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.iop@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.iop@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.iop@2.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.mwqemadapter@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.mwqemadapter@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccsyshal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccsyshal@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccvndhal@1.0-halimpl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.qccvndhal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.qccvndhal@1.0.so \ @@ -773,10 +764,8 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.4.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.4.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.5.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.5.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.6.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.6.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.ims@1.7.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.ims@1.7.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.internal.deviceinfo@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.lpa@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.lpa@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.lpa@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qcrilhook@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qtiradio@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.radio.qtiradio@2.0.so \ @@ -801,7 +790,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.callcapability@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.callcapability@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.callinfo@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.callinfo@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.factory@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.factory@1.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.factory@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.factory@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@1.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.ims.rcsconfig@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.ims.rcsconfig@2.0.so \ @@ -809,7 +797,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.imsrtpservice@3.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.imsrtpservice@3.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.latency@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.latency@2.0.so \ - vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.latency@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.latency@2.1.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.qspmhal@1.0-impl.so \ vendor/oneplus/sm7250-common/proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.qspmhal@1.0.so \ vendor/oneplus/sm7250-common/proprietary/vendor/radio/qcril_database/qcril.db:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/qcril.db \ @@ -836,7 +823,6 @@ PRODUCT_PACKAGES += \ HotwordEnrollmentOKGoogleHEXAGON \ HotwordEnrollmentXGoogleHEXAGON \ QtiTelephonyService \ - imssettings \ WfdService \ daxService \ ims \ @@ -844,6 +830,7 @@ PRODUCT_PACKAGES += \ WfdCommon \ com.motorola.motosignature \ moto-checkin \ + qcnvitems \ tcmclient \ com.android.hotwordenrollment.common.util \ com.qti.dpmframework \