<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sms-utils.git, branch 0.0.5</title>
<subtitle>SMS Utilities</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/'/>
<entry>
<title>remove duplicate bit field in pdu.h since alternate names are never used and newer gcc doesn't like it</title>
<updated>2014-08-18T19:55:57+00:00</updated>
<author>
<name>Mike Fiore</name>
<email>mfiore@multitech.com</email>
</author>
<published>2014-08-18T19:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=e2d3a7ed9758fa10be12f5c569dbf1916c076348'/>
<id>e2d3a7ed9758fa10be12f5c569dbf1916c076348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "pdu.h: remove duplicate struct members in type"</title>
<updated>2014-08-18T17:24:16+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2014-08-18T17:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=2727a60fb3f559b8caeb7dad8a00b16e20dc36db'/>
<id>2727a60fb3f559b8caeb7dad8a00b16e20dc36db</id>
<content type='text'>
This reverts commit 12361965344182732888cb936b3147bb4a2cdace.

Jesse had no idea what he was doing :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 12361965344182732888cb936b3147bb4a2cdace.

Jesse had no idea what he was doing :)
</pre>
</div>
</content>
</entry>
<entry>
<title>pdu.h: remove duplicate struct members in type</title>
<updated>2014-04-16T19:01:26+00:00</updated>
<author>
<name>Jesse Gilles</name>
<email>jgilles@multitech.com</email>
</author>
<published>2014-04-16T19:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=12361965344182732888cb936b3147bb4a2cdace'/>
<id>12361965344182732888cb936b3147bb4a2cdace</id>
<content type='text'>
fixes build on gcc 4.8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes build on gcc 4.8
</pre>
</div>
</content>
</entry>
<entry>
<title>add ATQ0 and set version to 0.0.4</title>
<updated>2010-08-25T13:12:23+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-08-25T13:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=d0b5cdf1351cb02dc001aab5bd44ff6c5f681abc'/>
<id>d0b5cdf1351cb02dc001aab5bd44ff6c5f681abc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update sms.configure.example</title>
<updated>2010-08-23T15:27:12+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-08-23T15:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=51763cb7ea19ab1fa7f5f6f0a87777437834a934'/>
<id>51763cb7ea19ab1fa7f5f6f0a87777437834a934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>H4/Sierra Wireless does not support AT+CPBR</title>
<updated>2010-08-23T15:12:29+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-08-23T15:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=385904d9f3b156079b83077a1c655011e6ec240c'/>
<id>385904d9f3b156079b83077a1c655011e6ec240c</id>
<content type='text'>
If we cannot get the phonebook before sending just warn and continue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we cannot get the phonebook before sending just warn and continue.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix AT+CPMS test and write commands.</title>
<updated>2010-08-19T21:41:35+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-08-19T21:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=93f445716bfa3543fc369b66ab8c3e61df47e1d8'/>
<id>93f445716bfa3543fc369b66ab8c3e61df47e1d8</id>
<content type='text'>
 - check for extra surrounding parentheses on AT+CPMS=? on G2.
 - set default message store to ME. MT is not a choice on G2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - check for extra surrounding parentheses on AT+CPMS=? on G2.
 - set default message store to ME. MT is not a choice on G2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sms web service example</title>
<updated>2010-05-10T19:26:36+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-05-10T19:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=9ba8adf164b316a3d6914b3b187f371f6e19066d'/>
<id>9ba8adf164b316a3d6914b3b187f371f6e19066d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change name</title>
<updated>2010-05-07T21:17:19+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-05-07T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=088fee0dd65a2d11dfac58afec8871b3a3cfc376'/>
<id>088fee0dd65a2d11dfac58afec8871b3a3cfc376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up some memory</title>
<updated>2010-05-07T15:52:16+00:00</updated>
<author>
<name>James Maki</name>
<email>jmaki@multitech.com</email>
</author>
<published>2010-05-07T15:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=408d03be285010d852fa4234ea03f80e7ee5403a'/>
<id>408d03be285010d852fa4234ea03f80e7ee5403a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
