diff options
author | Robert Greenwalt <robdroid@android.com> | 2010-03-08 16:26:34 -0800 |
---|---|---|
committer | Robert Greenwalt <robdroid@android.com> | 2010-03-08 16:26:34 -0800 |
commit | e640a5aee4dbc3417f2b40d21b4c6304ba921415 (patch) | |
tree | 5429a8199ae646638404d7194c2eddbbf803a2e6 /telephony | |
parent | 9a823c4d81329e93597ad4a48de83a137c93d9cd (diff) | |
download | frameworks_base-e640a5aee4dbc3417f2b40d21b4c6304ba921415.zip frameworks_base-e640a5aee4dbc3417f2b40d21b4c6304ba921415.tar.gz frameworks_base-e640a5aee4dbc3417f2b40d21b4c6304ba921415.tar.bz2 |
Update the Mcc Table for Canada.
Changing the mnc length from 2 to 3. We don't have any canandian APNs with 2 digit mncs
and wikipedia doesn't list any canadian carriers with 2 digit mncs.
Rogers was reporting some sims with 72 and others with the correct 720 - a sample "72" sim
didn't have the mnc-length field set so we went with 2. With this fix all rogers sims will
be picked up correctly.
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/MccTable.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/MccTable.java b/telephony/java/com/android/internal/telephony/MccTable.java index 7f62169..b73c2f7 100644 --- a/telephony/java/com/android/internal/telephony/MccTable.java +++ b/telephony/java/com/android/internal/telephony/MccTable.java @@ -107,7 +107,7 @@ mcc_table = [ (294, 'mk', 2, 'The Former Yugoslav Republic of Macedonia'), (295, 'li', 2, 'Liechtenstein (Principality of)'), (297, 'me', 2, 'Montenegro (Republic of)'), - (302, 'ca', 2, '', '', 11, 'Canada'), + (302, 'ca', 3, '', '', 11, 'Canada'), (308, 'pm', 2, 'Saint Pierre and Miquelon (Collectivit territoriale de la Rpublique franaise)'), (310, 'us', 3, '', 'en', 11, 'United States of America'), (311, 'us', 3, '', 'en', 11, 'United States of America'), @@ -454,7 +454,7 @@ public final class MccTable 0x6d640400, 0x706c04f0, 0x64656c72, 0x67690400, 0x70740400, 0x6c750400, 0x69650483, 0x69730400, 0x616c0400, 0x6d740400, 0x63790400, 0x67650400, 0x616d0400, 0x62670400, 0x74720400, 0x666f0400, 0x67650400, 0x676c0400, - 0x736d0400, 0x736c0400, 0x6d6b0400, 0x6c690400, 0x6d650400, 0x63615c00, + 0x736d0400, 0x736c0400, 0x6d6b0400, 0x6c690400, 0x6d650400, 0x63615e00, 0x706d0400, 0x75735e03, 0x75735e03, 0x75735e03, 0x75735e03, 0x75735e03, 0x75735e03, 0x75735e03, 0x70720400, 0x76690400, 0x6d780600, 0x6a6d0600, 0x67700400, 0x62620600, 0x61670600, 0x6b790600, 0x76670600, 0x626d0400, |