Closed
Bug 1015054
Opened 11 years ago
Closed 10 years ago
[B2G][Gaia][CBS] Provide enhanced CBS search list format from Operator_Variant to Gecko
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(feature-b2g:2.1, tracking-b2g:backlog)
RESOLVED
FIXED
2.1 S3 (29aug)
People
(Reporter: bevis, Assigned: arthurcc)
References
Details
(Whiteboard: [priority][ft:system-platform][p=2])
Attachments
(1 file)
*** Duplicated from Bug 990923 ***
Fire this bug for Gaia to provide a enhanced CBS search list defined in bug 990910 to gecko to support to
1. Set Search List for Multi-SIM
2. Set Search List of CBS for both CDMA/GSM network simultaneously.
Comment 1•11 years ago
|
||
Put this in v2.1
blocking-b2g: --- → backlog
feature-b2g: --- → 2.1
Whiteboard: [priority]
Comment 2•11 years ago
|
||
Hi Arthur, can you have a look first? If it belongs to us, it'll be in our 2.1 list.
Flags: needinfo?(arthur.chen)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
Flags: needinfo?(arthur.chen)
Updated•11 years ago
|
Whiteboard: [priority] → [priority][ft:system-platform]
Assignee | ||
Updated•11 years ago
|
Blocks: settings-2.1
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [priority][ft:system-platform] → [priority][ft:system-platform][p=2]
Target Milestone: --- → 2.1 S1 (1aug)
Assignee | ||
Updated•10 years ago
|
Target Milestone: 2.1 S1 (1aug) → 2.1 S2 (15aug)
Assignee | ||
Comment 3•10 years ago
|
||
Jose, this is similar to migrating the voicemail number from a single value to an array we did before. So I merged some of the code and tests in this patch, would you mind take a look at it? Thanks!
Attachment #8468262 -
Flags: review?(josea.olivera)
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8468262 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/22550
Clear the review as the patch lacks the handling of cdma operators.
Attachment #8468262 -
Flags: review?(josea.olivera)
Updated•10 years ago
|
Target Milestone: 2.1 S2 (15aug) → 2.1 S3 (29aug)
Assignee | ||
Comment 5•10 years ago
|
||
Hi Jose, I noticed that all information of cell broadcast search list is listed in operator_variant.xml maintaining by us. To fulfill the second requirement in the description, can we simply change the format in the file? For example, the setting |cellBroadcastSearchList="0,9,19,28,112"| will become |cellBroadcastSearchList="{gsm: 0,9,19,28,112}"|. Does that make sense to you?
Flags: needinfo?(josea.olivera)
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8468262 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/22550
Hi Jose, I've implement what I proposed in the second commit of the patch. Please let me know what you think, thank you!
Attachment #8468262 -
Flags: review?(josea.olivera)
Flags: needinfo?(josea.olivera)
Comment 7•10 years ago
|
||
Confirmed with EPM/EM, and this can be landed before FL.
Comment 8•10 years ago
|
||
Comment on attachment 8468262 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/22550
LGTM. r=me
Thanks Arthur!
Attachment #8468262 -
Flags: review?(josea.olivera) → review+
Assignee | ||
Comment 9•10 years ago
|
||
Thanks for reviewing!
master: ecae8e4d120356a08ecfe116b1bc98741e8733e2
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•