<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git, branch master</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>telit: fix g_object_unref failed assertion</title>
<updated>2021-09-29T14:13:45+00:00</updated>
<author>
<name>Daniele Palmas</name>
<email>dnlplm@gmail.com</email>
</author>
<published>2021-09-29T14:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=9c47c54f067f15afea7ff1e9c89d1ab41fe3e4bb'/>
<id>9c47c54f067f15afea7ff1e9c89d1ab41fe3e4bb</id>
<content type='text'>
Fix the following g_object_unref failed assertion:

ModemManager[385967]: &lt;debug&gt; [1632924639.132023] [modem0/ttyUSB2/at] --&gt; 'AT+CSIM=1&lt;CR&gt;'
ModemManager[385967]: &lt;debug&gt; [1632924639.144892] [modem0/ttyUSB2/at] &lt;-- '&lt;CR&gt;&lt;LF&gt;ERROR&lt;CR&gt;&lt;LF&gt;'
ModemManager[385967]: &lt;debug&gt; [1632924639.145021] [modem0/ttyUSB2/at] operation failure: 100 (Unknown error)
(ModemManager:385967): GLib-GObject-CRITICAL **: 16:10:39.145: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the following g_object_unref failed assertion:

ModemManager[385967]: &lt;debug&gt; [1632924639.132023] [modem0/ttyUSB2/at] --&gt; 'AT+CSIM=1&lt;CR&gt;'
ModemManager[385967]: &lt;debug&gt; [1632924639.144892] [modem0/ttyUSB2/at] &lt;-- '&lt;CR&gt;&lt;LF&gt;ERROR&lt;CR&gt;&lt;LF&gt;'
ModemManager[385967]: &lt;debug&gt; [1632924639.145021] [modem0/ttyUSB2/at] operation failure: 100 (Unknown error)
(ModemManager:385967): GLib-GObject-CRITICAL **: 16:10:39.145: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
</pre>
</div>
</content>
</entry>
<entry>
<title>sms: increase send timeout to 5 minutes</title>
<updated>2021-09-23T09:57:59+00:00</updated>
<author>
<name>Benoît Monin</name>
<email>benoit.monin@gmx.fr</email>
</author>
<published>2021-09-23T09:48:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=8755e85d13b1170882cd5108cf20a63d94573155'/>
<id>8755e85d13b1170882cd5108cf20a63d94573155</id>
<content type='text'>
The timeout for sms send operation can exceed the current value, so
increase it to 5 minutes. Timeouts up to 4 minutes have been observed
in the following test scenario:
* Power up the modem and wait for registration.
* Right when the modem is registered, attenuate the rf signal
  or remove the antenna.
* Immediately try to send an sms.

Increasing the timeout cover this corner case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timeout for sms send operation can exceed the current value, so
increase it to 5 minutes. Timeouts up to 4 minutes have been observed
in the following test scenario:
* Power up the modem and wait for registration.
* Right when the modem is registered, attenuate the rf signal
  or remove the antenna.
* Immediately try to send an sms.

Increasing the timeout cover this corner case.
</pre>
</div>
</content>
</entry>
<entry>
<title>modem-qmi,sim-qmi: read personalization retries from Card Status</title>
<updated>2021-09-21T12:28:01+00:00</updated>
<author>
<name>Michal Mazur</name>
<email>mkm@semihalf.com</email>
</author>
<published>2021-09-20T15:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=5c6b4851c5b15b23580b97dd4b93eaa979f54220'/>
<id>5c6b4851c5b15b23580b97dd4b93eaa979f54220</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modem-mbim: enter LOCKED state when SIM is incompatible</title>
<updated>2021-09-21T12:28:01+00:00</updated>
<author>
<name>Michal Mazur</name>
<email>mkm@semihalf.com</email>
</author>
<published>2021-08-19T15:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=5828af115c300045dd8d70ed04578032b5ecabee'/>
<id>5828af115c300045dd8d70ed04578032b5ecabee</id>
<content type='text'>
According to MBIM specification, the subscriber state is INITIALIZED
when SIM card is incompatible with enabled modem personalization lock.
This patch introduce additional check for enabled PIN lock in such case
and fixes depersonalization of one lock if several are enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to MBIM specification, the subscriber state is INITIALIZED
when SIM card is incompatible with enabled modem personalization lock.
This patch introduce additional check for enabled PIN lock in such case
and fixes depersonalization of one lock if several are enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: ignore ctags tags file</title>
<updated>2021-09-20T07:22:05+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2021-09-19T12:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=d5c2ea931e1eb6152ca3de970188b744b873240e'/>
<id>d5c2ea931e1eb6152ca3de970188b744b873240e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -Wmaybe-uninitialized warning</title>
<updated>2021-09-19T13:07:10+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2021-09-18T20:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=8b80da152b3dd5f6d20a4f08cce1f7eaa2bbf730'/>
<id>8b80da152b3dd5f6d20a4f08cce1f7eaa2bbf730</id>
<content type='text'>
Initialize the scheme variable to QMI_VOICE_USS_DATA_CODING_SCHEME_UNKNOWN
to avoid the warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialize the scheme variable to QMI_VOICE_USS_DATA_CODING_SCHEME_UNKNOWN
to avoid the warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>sim-mbim: always close UICC channel, even on error</title>
<updated>2021-09-19T09:09:35+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-09-16T20:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=a046c13ad232fabf31ebbcbe368a06235abb84d8'/>
<id>a046c13ad232fabf31ebbcbe368a06235abb84d8</id>
<content type='text'>
Don't close the UICC channel only when the EID was successfully
load. If for any reason it failed, also close the channel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't close the UICC channel only when the EID was successfully
load. If for any reason it failed, also close the channel.
</pre>
</div>
</content>
</entry>
<entry>
<title>sim-mbim: coding style fixes in the EID loading</title>
<updated>2021-09-19T09:09:35+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-09-16T20:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=27010ea955951bdee2530158e65736b241472a54'/>
<id>27010ea955951bdee2530158e65736b241472a54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sim-mbim: add support for loading eid via mbim protocol</title>
<updated>2021-09-19T09:09:35+00:00</updated>
<author>
<name>Som_SP</name>
<email>somashekhar.puttagangaiah@intel.com</email>
</author>
<published>2021-07-31T11:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=19a11396dd3b25bd688135647724cdc5e407a0b8'/>
<id>19a11396dd3b25bd688135647724cdc5e407a0b8</id>
<content type='text'>
Support is added to set eid dbus interface property using
MBIM protocol when the inserted sim is esim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support is added to set eid dbus interface property using
MBIM protocol when the inserted sim is esim.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: fix -Wformat compiler warning</title>
<updated>2021-09-17T10:10:31+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2021-09-17T09:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=4875817f19d035694e234dd26448d43d92422468'/>
<id>4875817f19d035694e234dd26448d43d92422468</id>
<content type='text'>
Use G_GUINT64_FORMAT to properly format a guint64 type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use G_GUINT64_FORMAT to properly format a guint64 type.
</pre>
</div>
</content>
</entry>
</feed>
