References
I have added a page with references to the official 3GPP, Open Mobile Alliance (formerly WAP Forum) and other specifications that are relevant for the topics in this blog so far.
See here.
I’ll keep that page up-to-date.
I have added a page with references to the official 3GPP, Open Mobile Alliance (formerly WAP Forum) and other specifications that are relevant for the topics in this blog so far.
See here.
I’ll keep that page up-to-date.
Once we have our text in the GSM-7 character set, we’re ready to write the septets. As is show before, the mapping is kind of awkward, see 3GPP TS 23.038.
Here is the algorithm I use to achieve this: Read More…
To produce the GSM-7 encoded text that is needed for SMS text messages sent with a GSM modem in PDU mode we need 2 steps.
The GSM-7 character set is described in 3GPP TS 23.038.
I’ve always been a fan of the GNU iconv library (libiconv). This library lets you convert practically any character set to any other character set. It does this by internally:
Unfortunately libiconv does not have support for the GSM-7 character set, so I have added it myself. Read More…