APN list housekeeping

After lots of reports of broken GPS and other issues recently, I decided
to write a script that cleaned up the APN list. The script did the
following:

1. Eliminated duplicates. Each APN was given the unique key of
   "mcc:mnc:apn:type" and placed into a hash using this key.
2. Removed any APNs where any of these four fields were not set.
3. Set an empty APN type to "default,supl,mms".
4. Sorted by MCC, MNC
5. Merged in the official APN list from FRF91.
This commit is contained in:
Steve Kondik 2010-09-03 00:52:52 -04:00
parent 951c42cb85
commit ad4b324312
1 changed files with 1278 additions and 1057 deletions

File diff suppressed because it is too large Load Diff