Penguin
Blame: ShortMessageService
EditPageHistoryDiffInfoLikePages
Annotated edit history of ShortMessageService version 2, including all changes. View license author blame.
Rev Author # Line
1 CraigMckenna 1 ShortMessageService ([SMS]) is the transmission of short text messages to and from a mobile phone, fax machine and/or IP address. Messages must be no longer than 160 alpha-numeric characters and contain no images or graphics.
2
2 CraigBox 3 Once a message is sent, it is received by a ShortMessageService Center (SMSC), which must then get it to the appropriate mobile device.
1 CraigMckenna 4
5
2 CraigBox 6 To do this, the SMSC sends a [SMS] Request to the home location register (HLR) to find the roaming customer. Once the HLR receives the request, it will respond to the SMSC with the subscriber's status: 1) inactive or active 2) where subscriber is roaming.
1 CraigMckenna 7
8
2 CraigBox 9 If the response is "inactive", then the SMSC will hold onto the message for a period of time. When the subscriber accesses his device, the HLR sends a [SMS] Notification to the SMSC, and the SMSC will attempt delivery.
10
11 Compare [MMS].