diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-12 13:10:27 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-01-12 13:10:27 +0100 |
| commit | 19eb1fe54d54773a77675d64b9411aabfc0bba65 (patch) | |
| tree | 0099d87bc2b985b10e64ca73418882dbea039342 /configs | |
| parent | a9433ef29c263c9e4859d22bcf29a88f649a6ba5 (diff) | |
ecc: fix wrong italian ecc (fixed ecc_list from @MediatekAndroidDevelopers thanks to them)
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/telephony/ecc_list.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/configs/telephony/ecc_list.xml b/configs/telephony/ecc_list.xml index 3cdf677..409d00c 100644 --- a/configs/telephony/ecc_list.xml +++ b/configs/telephony/ecc_list.xml @@ -13,12 +13,8 @@ <EccEntry Ecc="911" Category="0" Condition="1" /> <EccEntry Ecc="000" Category="0" Condition="0" /> <EccEntry Ecc="08" Category="0" Condition="0" /> - <EccEntry Ecc="110" Category="0" Condition="0" /> + <EccEntry Ecc="110" Category="0" Condition="2" /> <EccEntry Ecc="118" Category="0" Condition="0" /> - <EccEntry Ecc="119" Category="0" Condition="0" /> - <EccEntry Ecc="999" Category="0" Condition="1" /> - <EccEntry Ecc="998" Category="0" Condition="1" /> - <EccEntry Ecc="997" Category="0" Condition="1" /> - <EccEntry Ecc="986" Category="0" Condition="1" /> - + <EccEntry Ecc="119" Category="0" Condition="2" /> + <EccEntry Ecc="999" Category="0" Condition="0" /> </EccTable> |
