Use default RSRP thresholds for Vodafone NL.

This CL moves the Verizon specific RSRP thresholds under VerizonGID for dual IMSI
case so it doesn't impact Vodafone NL.

The history on how this became incorrect for Vodafone NL is below

As per comments in go/aog/209623, Vodafone NL was not the target carrier but only
its MVNO verizon_us (dual-IMSI). We would like to remove this. go/aog/209623
introduced config resource `config_lteDbmThresholds`, 20404 override
= [(-140), -115, ...], default = [(-140), -128, ...] to replace
`config_LTE_RSRP_threshold_type`, 20404 override = 0, default = 1 and this CL is
a no-op.

Why `config_LTE_RSRP_threshold_type` was 0 (instead of default 1) for 20404?
It's by ag/579171. The CL only changed 20404 and 311480. The related bug
(b/17891524#comment10, the bug itself is about orange_fr) pointed to b/17335556
where *Verizon* signal issue was complained.

So, we believe the 20404 customization was for verizon_us instead of vodafone_nl
or any other MVNO.

Test: make
Bug: 74563316
Change-Id: Ibf0d044d45ef1b8b27edc4ac12b8c08281c2f24e
diff --git a/assets/carrier_config_20404.xml b/assets/carrier_config_20404.xml
index 6b0264d..01ce0ad 100644
--- a/assets/carrier_config_20404.xml
+++ b/assets/carrier_config_20404.xml
@@ -5,12 +5,6 @@
         <int name="maxMessageSize" value="1048576" />
         <int name="maxImageWidth" value="2592" />
         <string name="default_vm_number_string">+31654501233</string>
-        <int-array name="lte_rsrp_thresholds_int_array" num="4">
-            <item value="-115" />  <!-- SIGNAL_STRENGTH_POOR -->
-            <item value="-105" />  <!-- SIGNAL_STRENGTH_MODERATE -->
-            <item value="-95" />  <!-- SIGNAL_STRENGTH_GOOD -->
-            <item value="-85" />  <!-- SIGNAL_STRENGTH_GREAT -->
-        </int-array>
     </carrier_config>
     <carrier_config gid1="BAE0000000000000">
         <boolean name="rtt_supported_bool" value="true" />
@@ -21,6 +15,12 @@
         <string name="carrier_eri_file_name_string">eri_311480.xml</string>
         <int name="carrier_default_wfc_ims_mode_int" value="1"/>
         <string name="default_vm_number_string">*86</string>
+        <int-array name="lte_rsrp_thresholds_int_array" num="4">
+            <item value="-115" />  <!-- SIGNAL_STRENGTH_POOR -->
+            <item value="-105" />  <!-- SIGNAL_STRENGTH_MODERATE -->
+            <item value="-95" />  <!-- SIGNAL_STRENGTH_GOOD -->
+            <item value="-85" />  <!-- SIGNAL_STRENGTH_GREAT -->
+        </int-array>
         <string-array name="dial_string_replace_string_array" num="2">
             <item value="*611:+19085594899" />
             <item value="*86:+1MDN" />