<feed xmlns='http://www.w3.org/2005/Atom'>
<title>radio-query.git, branch 0.9</title>
<subtitle>Cellular radio query tool</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/'/>
<entry>
<title>Merge branch 'radio_code_option' into 'master'</title>
<updated>2019-12-06T18:54:03+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>jhatch@multitech.com</email>
</author>
<published>2019-12-06T18:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=a6d4914dbf938fbf48c6ace4280f97864c1b4866'/>
<id>a6d4914dbf938fbf48c6ace4280f97864c1b4866</id>
<content type='text'>

Added support for the "radio-query --code" option

See merge request !3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Added support for the "radio-query --code" option

See merge request !3</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for the "radio-query --code" option</title>
<updated>2019-12-05T13:35:59+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2019-12-05T13:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=22485f557fe57459ef2822e39a41d9c6a0c49b47'/>
<id>22485f557fe57459ef2822e39a41d9c6a0c49b47</id>
<content type='text'>
The new option allows to fetch MTS short code for the radio without
calling the whole "radio-query --static" instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new option allows to fetch MTS short code for the radio without
calling the whole "radio-query --static" instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'MTX-2891-mpower-2g-3g-4g' into 'master'</title>
<updated>2019-08-13T13:02:23+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>jhatch@multitech.com</email>
</author>
<published>2019-08-13T13:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=7152de5483b6257f87a7ead5c29e4e768a4bab39'/>
<id>7152de5483b6257f87a7ead5c29e4e768a4bab39</id>
<content type='text'>

MTX-2891 mpower: 2-3-4g switch implementation

See merge request !2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

MTX-2891 mpower: 2-3-4g switch implementation

See merge request !2</pre>
</div>
</content>
</entry>
<entry>
<title>MTX-2891 mpower: 2-3-4g switch implementation</title>
<updated>2019-07-30T07:17:29+00:00</updated>
<author>
<name>Maksym Telychko</name>
<email>maksym.telychko@globallogic.com</email>
</author>
<published>2019-07-30T07:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=c7e173e42b63c462889d8365a71bb78999bf0146'/>
<id>c7e173e42b63c462889d8365a71bb78999bf0146</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'quectel-radio' into 'master'</title>
<updated>2019-07-29T13:50:54+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>jhatch@multitech.com</email>
</author>
<published>2019-07-29T13:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=31e4dac26cea6f3d6f49d5bdc9a16aa7961896dd'/>
<id>31e4dac26cea6f3d6f49d5bdc9a16aa7961896dd</id>
<content type='text'>

mPower Edge Q4: Quectel radio support

See merge request !1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

mPower Edge Q4: Quectel radio support

See merge request !1</pre>
</div>
</content>
</entry>
<entry>
<title>[MTS-MTQ] SIM status reporting for radio-query</title>
<updated>2019-06-22T10:13:57+00:00</updated>
<author>
<name>Serhii Kostiuk</name>
<email>serhii.o.kostiuk@globallogic.com</email>
</author>
<published>2019-06-22T10:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=00439630bb52e1d80be032e3c2020a016b677611'/>
<id>00439630bb52e1d80be032e3c2020a016b677611</id>
<content type='text'>
Added a new "--sim-status" query for fetching all the information
about the current SIM card status:

- isSimInserted - bool, is the SIM card installed or not;
- isSimLocked - bool, is the SIM card blocked with PIN/PUK or not (or is READY);
- lockStatus - string, either "READY", "SIM PUK", "SIM PIN" or other status as returned by "AT+CPIN?" AT command;
- attemptsPin - integer, the number of attempts lef to enter a PIN code;
- attemptsPuk - integer, the number of attempts lef to enter a PUK code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a new "--sim-status" query for fetching all the information
about the current SIM card status:

- isSimInserted - bool, is the SIM card installed or not;
- isSimLocked - bool, is the SIM card blocked with PIN/PUK or not (or is READY);
- lockStatus - string, either "READY", "SIM PUK", "SIM PIN" or other status as returned by "AT+CPIN?" AT command;
- attemptsPin - integer, the number of attempts lef to enter a PIN code;
- attemptsPuk - integer, the number of attempts lef to enter a PUK code.
</pre>
</div>
</content>
</entry>
<entry>
<title>[MTS-MTQ] refactoring: switched to ICellularRadio</title>
<updated>2019-06-10T08:51:01+00:00</updated>
<author>
<name>Maksym Telychko</name>
<email>maksym.telychko@globallogic.com</email>
</author>
<published>2019-06-10T08:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=5a987cc05daf9444118b71e5b7c18957fba993f2'/>
<id>5a987cc05daf9444118b71e5b7c18957fba993f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update call to convertModelToMtsShortCode to use new signature for supporting LNA3 and LAT3 radios</title>
<updated>2018-06-25T18:17:37+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>Jeff.Hatch@multitech.com</email>
</author>
<published>2018-06-25T18:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=4d10a843b412b779da6493c14f2f14e446de7ce2'/>
<id>4d10a843b412b779da6493c14f2f14e446de7ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for getting the firmware build version in addition to the firmware version running on the radio</title>
<updated>2018-05-02T19:48:13+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>Jeff.Hatch@multitech.com</email>
</author>
<published>2018-05-02T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=42d1de550cbf1ec4700bc21974b876b53009b8da'/>
<id>42d1de550cbf1ec4700bc21974b876b53009b8da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --location arg processing for radio-query --location command</title>
<updated>2018-04-16T13:26:26+00:00</updated>
<author>
<name>Jeff Hatch</name>
<email>Jeff.Hatch@multitech.com</email>
</author>
<published>2018-04-16T13:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/radio-query.git/commit/?id=ee1a8a554ea8a182bfdbbc5d04d4ca8814cde410'/>
<id>ee1a8a554ea8a182bfdbbc5d04d4ca8814cde410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
