Closed
Bug 863292
Opened 13 years ago
Closed 13 years ago
APN names not correct
Categories
(Firefox OS Graveyard :: Gaia, defect, P1)
Tracking
(blocking-b2g:tef+)
RESOLVED
DUPLICATE
of bug 863126
| blocking-b2g | tef+ |
People
(Reporter: dpalomino, Assigned: gasolin)
Details
(Whiteboard: IOT)
Raised during certification, adding dep.
Buildid "20130321070205", device: ikura
gecko commit: b5183c99228bdc5be33340e359efd1b4f0859e92
gaia commit: 577d13088ebdbd353d13910d3317e713a140415b
APN names shown for different MCC/MNC are not correct, these are the correct ones:
Country (MCC/MNC) - These are the correct ones:
- Movistar México (334/30)
Shown = movistar Internet / Should be = Movistar INTERNET
- Guatemala (704/03)
Shown = unknown / Should be = Movistar INTERNET
- Salvador (706/04)
Shown = Internet SV / Should be = Movistar INTERNET
- Nicaragua (710/300)
Shown = Internet GPRS / Should be = Movistar INTERNET
- Costa Rica (712/04)
Shown = movistar INTERNET / Should be = Movistar INTERNET
- Panama (714/02)
Shown = movistar INTERNET / Should be = Movistar INTERNET
- Colombia (732/123)
Shown = movistar Internet / Should be = Movistar INTERNET
- Ecuador (740/00)
Shown = movistar Internet / Should be = Movistar INTERNET
- Uruguay (748/07)
Shown = Movistar Emoción / Should be = Movistar INTERNET
- Perú (716/06)
Shown = movistar Internet / Should be = Movistar INTERNET
- Venezuela (734/04)
Shown = movistar INTERNET / Should be = Movistar INTERNET
- Chile (730/02)
Display: NEM / Should be: Movistar APLICACIONES
- Argentina (722/10)
Display: Movistar Emoción / Should be: Movistar WAP
Bug nominated for tef?
Comment 1•13 years ago
|
||
We use the APN database from https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml. The names are in this database.
Comment 2•13 years ago
|
||
They must be modified to follow above rules.
| Assignee | ||
Comment 3•13 years ago
|
||
This issue will also be resolved by the patch for bug 863126
Assignee: nobody → gasolin
Comment 4•13 years ago
|
||
Shall we mark this bug as dup of bug 863126?
| Assignee | ||
Comment 5•13 years ago
|
||
in bug 863126, said
Chile
Display = NEM / Should be - Movistar INTERNET
compare with
Chile (730/02)
Display: NEM / Should be: Movistar APLICACIONES
Is it should be 'Movistar INTERNET' to align other countries?
Flags: needinfo?(dpv)
Updated•13 years ago
|
blocking-b2g: tef? → tef+
Comment 6•13 years ago
|
||
Triage agrees this needs to be updated for tef per partner request.
also ni?:brg for comment 5
Flags: needinfo?(brg)
| Assignee | ||
Comment 7•13 years ago
|
||
Just talk with kaze, he says similar as José stated in comment 1.
We'd better submit the APN change to Android OpenSource Project(AOSP), and the APN will be pulled and updated in build stage.
Comment 8•13 years ago
|
||
Thinking a bit about this issue I'm wondering if we could show the name of the carrier [1] in the SIM in the APN setting sub panels instead of showing the value in the setting ril.{data, supl, mms}.carrier.
[1] http://mxr.mozilla.org/mozilla-central/source/dom/network/interfaces/nsIDOMMobileConnection.idl#496
Thoughts?
Comment 9•13 years ago
|
||
Relying on the SPN info (= the carrier name stored in the SIM card) wouldn’t solve our current issue, which is to get proper carrier names in the list of APN presets matching an MCC/MNC tuple.
However, it would be very useful for bug 863678, thanks for the suggestion.
Comment 10•13 years ago
|
||
Since this blocks certification, add IOT in the whiteboard.
Whiteboard: IOT
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 12•13 years ago
|
||
Lets track this issue on bug 863126. The partner is asking the country OB to provide the right answer.
Clearing needinfo of dpv.
Flags: needinfo?(dpv)
Flags: needinfo?(brg)
You need to log in
before you can comment on or make changes to this bug.
Description
•