<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Mobile Tidings &#187; GSM-7</title>
	<atom:link href="http://mobiletidings.com/tag/gsm-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobiletidings.com</link>
	<description>A blog about Internet protocols, mobile technologies and things remotely related</description>
	<lastBuildDate>Mon, 04 Jan 2010 17:40:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>References</title>
		<link>http://mobiletidings.com/2009/07/08/references/</link>
		<comments>http://mobiletidings.com/2009/07/08/references/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:48:36 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[UAProf]]></category>
		<category><![CDATA[GSM-7]]></category>
		<category><![CDATA[PDU]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=315</guid>
		<description><![CDATA[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 .
I&#8217;ll keep that page up-to-date.
]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/08/references/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>How to pack GSM-7 characters into septets</title>
		<link>http://mobiletidings.com/2009/07/06/how-to-pack-gsm7-into-septets/</link>
		<comments>http://mobiletidings.com/2009/07/06/how-to-pack-gsm7-into-septets/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:01:07 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[GSM-7]]></category>
		<category><![CDATA[PDU]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=289</guid>
		<description><![CDATA[Once we have our text in the GSM-7 character set, we’re ready to write the septets. As is show , the mapping is kind of awkward, see 3GPP TS 23.038.
Here is the algorithm I use to achieve this:


/*
   GSM-7 packing routing.
   Written by Jeroen @ Mobile Tidings (http://mobiletidings.com)
*/
int    [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/06/how-to-pack-gsm7-into-septets/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>GSM-7 Encoding with the GNU iconv library</title>
		<link>http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/</link>
		<comments>http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:54:49 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[GSM-7]]></category>
		<category><![CDATA[PDU]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=279</guid>
		<description><![CDATA[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.
First we need to convert our text to the GSM-7 character set.
The GSM-7 character set is described in 3GPP TS 23.038.
I’ve always been a fan of the GNU iconv library (libiconv). [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
	</channel>
</rss>
