<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git/cli/mmcli-modem.c, branch 06-api</title>
<subtitle>gitlab.freedesktop.org: mobile-broadband/ModemManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/'/>
<entry>
<title>fixup! mmcli: print own numbers in modem info</title>
<updated>2012-03-09T20:21:05+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-09T20:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=239a81c1762996b8b2460d7c35ff099618b1c33f'/>
<id>239a81c1762996b8b2460d7c35ff099618b1c33f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mmcli: print own numbers in modem info</title>
<updated>2012-03-06T13:57:10+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-03-06T13:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=bf95ef4147ec9aa55a34945286e110a9b13aa76f'/>
<id>bf95ef4147ec9aa55a34945286e110a9b13aa76f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: `UnlockRetries' will reply a list of per-lock retry counts</title>
<updated>2012-03-01T16:48:11+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-02-29T23:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=e6d99ce44c70e5db797d8a9bc0f6c292f577cd91'/>
<id>e6d99ce44c70e5db797d8a9bc0f6c292f577cd91</id>
<content type='text'>
Equivalent to `PinRetryCount' in the previous API. We don't have an additional
property for the retry count of the current lock, as it really is duplicating
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Equivalent to `PinRetryCount' in the previous API. We don't have an additional
property for the retry count of the current lock, as it really is duplicating
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: print list of enabled facility locks</title>
<updated>2012-03-01T16:31:54+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-02-29T19:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=a97a6ea1a716c4e7d0565d3e7e3a4f5102bb5f8b'/>
<id>a97a6ea1a716c4e7d0565d3e7e3a4f5102bb5f8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api,dbus: rename `AllowedBands' to just `Bands'</title>
<updated>2012-03-01T16:30:36+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-02-17T15:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=ec5355e3b4f064295a175a6ff7e549322a7d7ff3'/>
<id>ec5355e3b4f064295a175a6ff7e549322a7d7ff3</id>
<content type='text'>
ModemManager will load:
  1) The list of supported bands. Note that this doesn't mean that any possible
     combination of bands is supported, as modems may support only specific
     combinations, but at least gives a rough idea of what the modem is capable
     of handling.

  2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with
     modes, modems will have a specific set of bands being currently used, which
     will be reported in the `Bands' property.

If the modem allows modifying the list of bands to use, this can be done with
the `SetBands()' method. If the modem doesn't support using a specific
combination of bands, this method will report an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ModemManager will load:
  1) The list of supported bands. Note that this doesn't mean that any possible
     combination of bands is supported, as modems may support only specific
     combinations, but at least gives a rough idea of what the modem is capable
     of handling.

  2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with
     modes, modems will have a specific set of bands being currently used, which
     will be reported in the `Bands' property.

If the modem allows modifying the list of bands to use, this can be done with
the `SetBands()' method. If the modem doesn't support using a specific
combination of bands, this method will report an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>api,dbus: new `Command' method in the API to send arbitrary AT commands</title>
<updated>2012-03-01T16:30:34+00:00</updated>
<author>
<name>Nathan Williams</name>
<email>njw@chromium.org</email>
</author>
<published>2012-01-23T16:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=12dd3eb331a07e47df3604f0189d075dc17a8787'/>
<id>12dd3eb331a07e47df3604f0189d075dc17a8787</id>
<content type='text'>
BUG=chromium-os:25348
TEST="mmcli -m 0 --command='E0'"
Change-Id: I320587560fde5780f9d5a4998e32364d36a71ed7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG=chromium-os:25348
TEST="mmcli -m 0 --command='E0'"
Change-Id: I320587560fde5780f9d5a4998e32364d36a71ed7
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: ensure EOL is added at every error message</title>
<updated>2012-03-01T16:30:29+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-02-08T14:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=e40825c6327f133436f36dc92400f471a3f618b7'/>
<id>e40825c6327f133436f36dc92400f471a3f618b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: use new enums/flags string getters/builders</title>
<updated>2012-03-01T16:30:19+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-01-18T12:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=90d8da049a2ca3ff1eb305af967bf0bd70e9386f'/>
<id>90d8da049a2ca3ff1eb305af967bf0bd70e9386f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: print CDMA-related info from the modem</title>
<updated>2012-03-01T16:30:13+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2012-01-09T20:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=9ae856f6ea87ea8e7b4f82d3b79fff8fef1ddfcb'/>
<id>9ae856f6ea87ea8e7b4f82d3b79fff8fef1ddfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: report as 'none' when no SIM path is given</title>
<updated>2012-03-01T16:30:07+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@lanedo.com</email>
</author>
<published>2011-12-31T12:31:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=b7c97fe04927389f3172df19c5c23d1ac5c8c3a2'/>
<id>b7c97fe04927389f3172df19c5c23d1ac5c8c3a2</id>
<content type='text'>
Instead of giving '/'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of giving '/'
</pre>
</div>
</content>
</entry>
</feed>
