Closed
Bug 1019351
Opened 12 years ago
Closed 8 years ago
[Dolphin]FFOS shows wrong apn information for some operatiors.
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(tracking-b2g:backlog, b2g-v1.4 affected)
People
(Reporter: xianmao.meng, Unassigned)
Details
(Whiteboard: [sprd317437])
Step to reproduces:
1.Go to setting->Cellular & Data->Select SIM->Click on Data setting
Results:
1.Firefox shows blank APN with Reliance operator.
2.Firefox shows wrong APN "aircelweb" in data setting with Aircel operator.DUT should show APN "aircelgprs".
3.Firefox shows wrong MMSC"http://10.50.1.166/servlets/m..." in Message setting with Aircel operator.DUT should show "http://172.17.83.67/servlets/mms"
4.Firefox shows wrong MMS Port"80" in Message setting with MTNL operator.DUT should show MMS port no"9401"
.....
This issue exists in both FFOS 1.3 and 1.4.The main cause is that the apn.json contains more wrong apn information and the upate rate is very low.
To resulve this issue,the fallowing methods maybe fine:
1.allow customers' apn update into mozilla master;
2.supply way to maintain apn information by customers;
Summary: [FFOS]FFOS shows wrong apn information for some operatiors. → [Dolphin]FFOS shows wrong apn information for some operatiors.
Whiteboard: [sprd317371]
Comment 2•12 years ago
|
||
Gabriele
Would you be able to check if this is an enhancement or a bug?
Please provide your technical input on next steps here?
Flags: needinfo?(gsvelto)
Comment 3•12 years ago
|
||
(In reply to Preeti Raghunath(:Preeti) from comment #2)
> Would you be able to check if this is an enhancement or a bug?
>
> Please provide your technical input on next steps here?
The current APN list is taken from shared/resources/apn.json in gaia, this file can be re-generated by following the instructions available here:
https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/README.md
IMHO there's nothing that prevents a vendor from updating that list; we could do it ourselves but I have no idea where to get up-to-date information.
New APNs can also be delivered by carriers via a WAP Push Content Provisioning message. The latter feature is mostly supported but it's undergoing some work under bug 1015875 so there's good chances that any missing functionality will be delivered as part of that bug.
Flags: needinfo?(gsvelto)
Comment 4•12 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #3)
> (In reply to Preeti Raghunath(:Preeti) from comment #2)
Let me jump into the discussion please.
> The current APN list is taken from shared/resources/apn.json in gaia, this
> file can be re-generated by following the instructions available here:
>
> https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/README.
> md
>
> IMHO there's nothing that prevents a vendor from updating that list; we
> could do it ourselves but I have no idea where to get up-to-date information.
The most up-to-date APN database we use for our apn.json database is at [1]. That database is the AOSP APN database [2] and we pull it when needed. Nothing prevents us/a vendor from updating the AOSP APN database we use for our apn.json database.
(In reply to 孟宪茂 from comment #0)
> Step to reproduces:
>
> 1.Go to setting->Cellular & Data->Select SIM->Click on Data setting
>
> Results:
>
> 1.Firefox shows blank APN with Reliance operator.
>
> 2.Firefox shows wrong APN "aircelweb" in data setting with Aircel
> operator.DUT should show APN "aircelgprs".
>
> 3.Firefox shows wrong MMSC"http://10.50.1.166/servlets/m..." in Message
> setting with Aircel operator.DUT should show
> "http://172.17.83.67/servlets/mms"
>
> 4.Firefox shows wrong MMS Port"80" in Message setting with MTNL operator.DUT
> should show MMS port no"9401"
At [3] you can find the apn.json database. Please, check the APNs that database provides for the MCC MNC codes in the ICC card you are using. If they are wrong is because i) they are also wrong in the AOSP APN database (see [1]) or ii) the apn.json APN database at [1] is not built correctly. If i) you should contribute to the AOSP APN database with the changes you guys need and we will pull them, if ii) I'll be happy to review and fix the way we build our apn.json database.
Could you provide the MCC and MNC codes in the ICC card you are using and the APNs you expect for that ICC card please? Thanks!
[1] https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/apns_conf.xml
[2] https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml
[3] https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn.json
Comment 5•12 years ago
|
||
(In reply to José Antonio Olivera Ortega [:jaoo] from comment #4)
> (In reply to Gabriele Svelto [:gsvelto] from comment #3)
> > (In reply to Preeti Raghunath(:Preeti) from comment #2)
>
> Let me jump into the discussion please.
>
> > The current APN list is taken from shared/resources/apn.json in gaia, this
> > file can be re-generated by following the instructions available here:
> >
> > https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/README.
> > md
> >
> > IMHO there's nothing that prevents a vendor from updating that list; we
> > could do it ourselves but I have no idea where to get up-to-date information.
>
> The most up-to-date APN database we use for our apn.json database is at [1].
> That database is the AOSP APN database [2] and we pull it when needed.
> Nothing prevents us/a vendor from updating the AOSP APN database we use for
> our apn.json database.
>
> (In reply to 孟宪茂 from comment #0)
> > Step to reproduces:
> >
> > 1.Go to setting->Cellular & Data->Select SIM->Click on Data setting
> >
> > Results:
> >
> > 1.Firefox shows blank APN with Reliance operator.
> >
> > 2.Firefox shows wrong APN "aircelweb" in data setting with Aircel
> > operator.DUT should show APN "aircelgprs".
> >
> > 3.Firefox shows wrong MMSC"http://10.50.1.166/servlets/m..." in Message
> > setting with Aircel operator.DUT should show
> > "http://172.17.83.67/servlets/mms"
> >
> > 4.Firefox shows wrong MMS Port"80" in Message setting with MTNL operator.DUT
> > should show MMS port no"9401"
>
> At [3] you can find the apn.json database. Please, check the APNs that
> database provides for the MCC MNC codes in the ICC card you are using. If
> they are wrong is because i) they are also wrong in the AOSP APN database
> (see [1]) or ii) the apn.json APN database at [1] is not built correctly. If
> i) you should contribute to the AOSP APN database with the changes you guys
> need and we will pull them, if ii) I'll be happy to review and fix the way
> we build our apn.json database.
>
> Could you provide the MCC and MNC codes in the ICC card you are using and
> the APNs you expect for that ICC card please? Thanks!
>
> [1]
> https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn/
> apns_conf.xml
> [2]
> https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.
> xml
> [3] https://github.com/mozilla-b2g/gaia/blob/master/shared/resources/apn.json
Thanks for chiming in
blocking-b2g: 1.4? → backlog
Updated•12 years ago
|
status-b2g-v1.4:
--- → affected
Flags: needinfo?(james.zhang) → needinfo?(janjongboom)
Updated•12 years ago
|
Flags: needinfo?(janjongboom)
| Assignee | ||
Updated•11 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 6•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•