Closed Bug 1098642 Opened 10 years ago Closed 10 years ago

[FFOS2.0][Woodduck]How to custom SMS CB channel list?

Categories

(Firefox OS Graveyard :: Gaia::System, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: sync-1, Unassigned, NeedInfo)

References

Details

Maybe some operators require this feature. Like the following:
 
 It should be possible to pre-customize the list of SMSCB channels.
 
 If the channel is not configured the handset doesn't listen to any specific
 channel. The user has to configure them by hand.
 
 It will be mandatory for all new mobiles delivered in NL after 1-11-2010 to include.
 
 The SMSCB channels:
 NL-Alert 919 
 NL-Info 519
Blocks: Woodduck
Flags: needinfo?(sku)
(CB is handled in System and RIL; moving to Gaia::System for now)
Component: Gaia::SMS → Gaia::System
Hi Reporter,
Could you check whether information provided per comment 2 helps you? We will close the issue for now and if you still have any question. Please feel free to reopen.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(sync-1)
Resolution: --- → INVALID
(In reply to Josh Cheng [:josh] from comment #3)
> Hi Reporter,
> Could you check whether information provided per comment 2 helps you? We
> will close the issue for now and if you still have any question. Please feel
> free to reopen.

Please also check below files from code's perspective:
https://github.com/mozilla-b2g/gaia/blob/v2.0/shared/resources/apn/README.md
https://github.com/mozilla-b2g/gaia/blob/v2.0/shared/resources/apn/operator_variant.xml

cellBroadcastSearchList is an object to keep customized CB list per SIM MCC/MNC.
(In reply to comment #2)
 > Comment from Mozilla:Hi -
 > For CB customization, please refer to the following link:
 > https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Market_customizations_guide#cellbroadcast
 > Thanks
 
 The link have following content:
 Listening Channels:
 •availability: runtime: Settings — ril.cellbroadcast.searchlist
 •type: string
 •valid format: \d(-\d)?(,\d(-\d))*
 
 I think i can write format like: “24-30,55”.
 It means the mobile can listen the channel 24、25、26、27、28、29、30、55?
(In reply to comment #4)
 > Comment from Mozilla:(In reply to Josh Cheng [:josh] from comment #3)
 > > Hi Reporter,
 > > Could you check whether information provided per comment 2 helps you? We
 > > will close the issue for now and if you still have any question. Please feel
 > > free to reopen.
 > Please also check below files from code's perspective:
 > https://github.com/mozilla-b2g/gaia/blob/v2.0/shared/resources/apn/README.md
 > https://github.com/mozilla-b2g/gaia/blob/v2.0/shared/resources/apn/operator_variant.xml
 > cellBroadcastSearchList is an object to keep customized CB list per SIM
 > MCC/MNC.
 
 OK, I can custom it for different operator by this way.
Pls close it, thanks.
You need to log in before you can comment on or make changes to this bug.