<?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; SMS</title>
	<atom:link href="http://mobiletidings.com/category/sms/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, 26 Sep 2011 05:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SMS via Email</title>
		<link>http://mobiletidings.com/2009/07/14/sms-via-email/</link>
		<comments>http://mobiletidings.com/2009/07/14/sms-via-email/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 22:46:55 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=343</guid>
		<description><![CDATA[Of course sending an SMS via an attached phone or GSM modem using AT commands in PDU mode is fun . Sometimes you just want to send a plain text message from your application and you don’t want to bother with phones, SIM cards, data plans, PDU mode and so on. In these cases the [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/14/sms-via-email/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>Setting Voicemail Waiting Indication via SMS</title>
		<link>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/</link>
		<comments>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:41:21 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[MWI]]></category>
		<category><![CDATA[PDU]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=318</guid>
		<description><![CDATA[As shown in an , the Data Coding Scheme (DCS) octet in the SMS PDU can be used to turn a regular text message into a flash message. Another feature of SMS that is enabled through use of the DCS is the Message Waiting Indication: When someone leaves you a voicemail, the voicemail system communicates [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/08/voicemail-waiting-indication-sms/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<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>2</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 /* Returns -1 [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/06/how-to-pack-gsm7-into-septets/feed/</wfw:commentRss>
		<slash:comments>28</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 [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>Text formatting with EMS</title>
		<link>http://mobiletidings.com/2009/03/12/text-formatting-sms-ems/</link>
		<comments>http://mobiletidings.com/2009/03/12/text-formatting-sms-ems/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 00:30:07 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[EMS]]></category>
		<category><![CDATA[UDH]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=237</guid>
		<description><![CDATA[We have seen how you can use the User Data Header (UDH) in an SMS message to combine several SMS messages into one bigger one. Here is an other application of the UDH: Text formatting in SMS Remember that the UDH consists of Information Elements (IE) that each have the following structure Length Value Description [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/03/12/text-formatting-sms-ems/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>SMS based applications</title>
		<link>http://mobiletidings.com/2009/03/05/sms-based-applications/</link>
		<comments>http://mobiletidings.com/2009/03/05/sms-based-applications/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:13:37 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/2009/03/05/need-incoming-links/</guid>
		<description><![CDATA[Just a quick update. The next article I&#8217;ll publish will be about receiving SMS messages on your computer. There are interesting applications you can build with SMS, some require you to be able to receive SMS messages as well as send them: Phone number verification. After the user has supplied you with their cell-phone number, [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/03/05/sms-based-applications/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>Sending a bookmark over SMS</title>
		<link>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/</link>
		<comments>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:17:49 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[UDH]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=202</guid>
		<description><![CDATA[Another use for SMS is configuring phones over the air (OTA). There are elaborate standard specifications written by the WAP Forum (now Open Mobile Alliance) and somewhat proprietary standards developed by Nokia and Ericsson. Today I’ll show in detail how to send a bookmark according the Nokia / Ericsson specification. The specification is somewhat older, [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/03/03/sending-ota-bookmark-over-sms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Another WAP Push over SMS encoding</title>
		<link>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/</link>
		<comments>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:35:38 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[WBXML]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=189</guid>
		<description><![CDATA[I still needed to show how you can send an Service Indication (SI) document like: 1 2 3 4 5 6 7 8 &#60;?xml version=&#34;1.0&#34;?&#62; &#60;!DOCTYPE si PUBLIC &#34;-//WAPFORUM//DTD SI 1.0//EN&#34; &#34;www.wapforum.org/DTD/si.dtd&#34;&#62; &#60;si&#62; &#60;indication href=&#34;http://mobiletidings.com/&#34; created=&#34;2009-02-26T16:25:00Z&#34; si-expires=&#34;2009-03-04T16:25:00Z&#34;&#62;Check out Mobile Tidings!&#60;/indication&#62; &#60;/si&#62; This document, a Service Indication, tells the WAP client to store the following: A [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/02/26/wap-push-over-sms-si-encoding/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
		<item>
		<title>EMS and WAP Push support</title>
		<link>http://mobiletidings.com/2009/02/23/ems-and-wap-push-support/</link>
		<comments>http://mobiletidings.com/2009/02/23/ems-and-wap-push-support/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:05:48 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[SMS]]></category>
		<category><![CDATA[UAProf]]></category>
		<category><![CDATA[EMS]]></category>
		<category><![CDATA[WURFL]]></category>

		<guid isPermaLink="false">http://mobiletidings.com/?p=185</guid>
		<description><![CDATA[As I have been writing about and , I am sure your ask yourself: “Does my phone support this?”. Again we dig into the WURFL database and we see that WAP Push is widely supported, but EMS a little less so. This is understandable, because WAP Push is a protocol used in MMS (or picture [...]]]></description>
		<wfw:commentRss>http://mobiletidings.com/2009/02/23/ems-and-wap-push-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Sending out an SMS]]></series:name>
	</item>
	</channel>
</rss>

