Difference between revisions of "SMS-CB: Overview"

From OnnoWiki
Jump to navigation Jump to search
(New page: Standard SMS Cell Broadcast GS = 3 (Cell-wide broadcast) MESSAGE_CODE = 11 11101110 = 1210, the two bits in front being emergency popup, the rest being pre-defined padding UPDATE_NUMBE...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
NOTE: Cell Broadcast (SMS-CB) is designed for simultaneous delivery of messages to multiple users in a specified area. For example, information such as Location, Tower name, Ads or Emergency messages can be transmitted.
 +
 +
 
Standard SMS Cell Broadcast
 
Standard SMS Cell Broadcast
  
Line 10: Line 13:
 
==Referensi==
 
==Referensi==
  
 +
* https://en.wikipedia.org/wiki/Cell_Broadcast
 
* http://sourceforge.net/p/openbts/mailman/message/31796163/
 
* http://sourceforge.net/p/openbts/mailman/message/31796163/
 
* Arturo Torres' thesis http://alexandria.tue.nl/extra1/afstversl/wsk-i/torres2013.pdf has some information on the SMSCB message standard and encodings.
 
* Arturo Torres' thesis http://alexandria.tue.nl/extra1/afstversl/wsk-i/torres2013.pdf has some information on the SMSCB message standard and encodings.

Latest revision as of 06:01, 5 September 2015

NOTE: Cell Broadcast (SMS-CB) is designed for simultaneous delivery of messages to multiple users in a specified area. For example, information such as Location, Tower name, Ads or Emergency messages can be transmitted.


Standard SMS Cell Broadcast

GS = 3 (Cell-wide broadcast)
MESSAGE_CODE = 11 11101110 = 1210, the two bits in front being emergency popup, the rest being pre-defined padding
UPDATE_NUMBER = 0
LANGUAGE_CODE = 0000 0001 = 1 for english
MSID = 4370 for required emergency alert (?)


Referensi