<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sms-utils.git/src, branch 1.0.8</title>
<subtitle>SMS Utilities</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/'/>
<entry>
<title>[GP-1842] Update the Cellular code to use SIM IMSI for Verizon detection</title>
<updated>2023-01-06T17:20:27+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2023-01-06T16:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=78a27efb55e1c509604fe9d96f8c421d6b1bda36'/>
<id>78a27efb55e1c509604fe9d96f8c421d6b1bda36</id>
<content type='text'>
The certifications lab uses special SIM cards with non-Verizon ICCID numbers
and Verizon IMSI numbers (MCC/MNC prefixes or PLMN IDs). Update the code to
detect Verizon properly for such "special" SIM cards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The certifications lab uses special SIM cards with non-Verizon ICCID numbers
and Verizon IMSI numbers (MCC/MNC prefixes or PLMN IDs). Update the code to
detect Verizon properly for such "special" SIM cards.
</pre>
</div>
</content>
</entry>
<entry>
<title>[GP-1842] Refactoring - Renamed Verizon 3GPP2 detection functions</title>
<updated>2023-01-06T17:13:55+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2023-01-06T15:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=e8b95d56ac9e06c3dc55f2c6fc3b2e177f9b10b0'/>
<id>e8b95d56ac9e06c3dc55f2c6fc3b2e177f9b10b0</id>
<content type='text'>
Renamed the functions to better represent their behavior and purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed the functions to better represent their behavior and purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>[GP-1842] Refactoring - Fixed indentations</title>
<updated>2023-01-06T17:13:46+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2023-01-06T14:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=cd38e2b12d6f13dfd03eed207aa7f262e00099f1'/>
<id>cd38e2b12d6f13dfd03eed207aa7f262e00099f1</id>
<content type='text'>
This project uses tabs, not spaces. Make the indentation consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This project uses tabs, not spaces. Make the indentation consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>fn980: use custom iccid command</title>
<updated>2020-11-05T14:36:38+00:00</updated>
<author>
<name>Mykyta Dorokhin</name>
<email>mykyta.dorokhin@globallogic.com</email>
</author>
<published>2020-11-05T14:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=6a71aa94e9f6a668758062598b562c865e9f2698'/>
<id>6a71aa94e9f6a668758062598b562c865e9f2698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MTX-3534 Fix crashes on 64-bit platforms</title>
<updated>2020-07-28T20:06:50+00:00</updated>
<author>
<name>Vyacheslav Pedash</name>
<email>vyacheslav.pedash@globallogic.com</email>
</author>
<published>2020-07-28T19:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=06bc056e71ce7056dd59c0004d8a9a26753c3f85'/>
<id>06bc056e71ce7056dd59c0004d8a9a26753c3f85</id>
<content type='text'>
The char* pointer retruned from strrchr() function was assigned to int variable tmp.
On 64-bit platforms where pointer is 64-bit and int is 32-bit 2 bytes were lost and
consequent dereference of sliced pointer lead to segmentation fault. As a solution
the type of temporal variable is changed to char*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The char* pointer retruned from strrchr() function was assigned to int variable tmp.
On 64-bit platforms where pointer is 64-bit and int is 32-bit 2 bytes were lost and
consequent dereference of sliced pointer lead to segmentation fault. As a solution
the type of temporal variable is changed to char*.
</pre>
</div>
</content>
</entry>
<entry>
<title>[MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes</title>
<updated>2020-06-25T08:40:20+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2020-06-25T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=4b5c22b5d658982952e0d5c8f00ddbcff9751727'/>
<id>4b5c22b5d658982952e0d5c8f00ddbcff9751727</id>
<content type='text'>
Ported the Verizon LTE SMS format workaround from LNA7 to L4G1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ported the Verizon LTE SMS format workaround from LNA7 to L4G1.
</pre>
</div>
</content>
</entry>
<entry>
<title>[MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes</title>
<updated>2020-06-25T07:46:07+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2020-06-25T07:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=ce6d446011db06ed756b8abcdb78952241138425'/>
<id>ce6d446011db06ed756b8abcdb78952241138425</id>
<content type='text'>
Merged all the changes from the intermediate release to master.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged all the changes from the intermediate release to master.
</pre>
</div>
</content>
</entry>
<entry>
<title>MTX-3449 mPower June20: GP-655 LNA7: SMS -&gt; 3GPP vs. 3GPP2</title>
<updated>2020-06-22T07:49:59+00:00</updated>
<author>
<name>Andrii Pientsov</name>
<email>andrii.pientsov@globallogic.com</email>
</author>
<published>2020-06-22T07:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=4fc2e232b17be5ea12d152a6c3f72902594f1966'/>
<id>4fc2e232b17be5ea12d152a6c3f72902594f1966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MTX-3449 mPower June20: GP-655 LNA7: SMS -&gt; 3GPP vs. 3GPP2</title>
<updated>2020-06-22T06:57:00+00:00</updated>
<author>
<name>Andrii Pientsov</name>
<email>andrii.pientsov@globallogic.com</email>
</author>
<published>2020-06-22T06:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=435cec04eebd297a6ebd29fffc2c254ee5ef6745'/>
<id>435cec04eebd297a6ebd29fffc2c254ee5ef6745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build issue.</title>
<updated>2020-06-19T09:39:51+00:00</updated>
<author>
<name>Andrii Pientsov</name>
<email>andrii.pientsov@globallogic.com</email>
</author>
<published>2020-06-19T09:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/sms-utils.git/commit/?id=7af77e2d3189c8b5a81c292e00062f2fe429461f'/>
<id>7af77e2d3189c8b5a81c292e00062f2fe429461f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
