Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
SFR sims should treat Spain as roaming
Browse files Browse the repository at this point in the history
Since there are unnecessary "config_operatorConsideredNonRoaming" values
in the following file, UE mistakenly recognizes all Spain network as
non-roaming when SFR sim is inserted. Fix the issue by removing the
values.
 - core/res/res/values-mcc208-mnc10/config.xml

Bug: 34369673
Bug: 33902721
Change-Id: I7353e260ec7d3d298346a48c74b7b71bb75b14de
  • Loading branch information
Torbjorn Eklund authored and Robert Greenwalt committed Jan 30, 2017
1 parent d9ab9df commit 05bd58f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions core/res/res/values-mcc208-mnc10/config.xml
Expand Up @@ -31,28 +31,4 @@
<item>[ApnSettingV3]INTERNET NRJ,internetnrj,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,4E</item>
</string-array>

<string-array translatable="false" name="config_operatorConsideredNonRoaming">
<item>21401</item>
<item>21402</item>
<item>21403</item>
<item>21404</item>
<item>21405</item>
<item>21406</item>
<item>21407</item>
<item>21408</item>
<item>21409</item>
<item>21410</item>
<item>21411</item>
<item>21412</item>
<item>21413</item>
<item>21414</item>
<item>21415</item>
<item>21416</item>
<item>21417</item>
<item>21418</item>
<item>21419</item>
<item>21420</item>
<item>21421</item>
</string-array>

</resources>

0 comments on commit 05bd58f

Please sign in to comment.