<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git/docs/reference/api, branch main</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>docs: update copyright</title>
<updated>2023-04-14T08:50:38+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksandermj@chromium.org</email>
</author>
<published>2023-04-14T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=552359b57e6b9edff76a9af8c44c849f840a472a'/>
<id>552359b57e6b9edff76a9af8c44c849f840a472a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modem-cellinfo: adding bandwidth and serving cell type</title>
<updated>2023-02-17T10:43:20+00:00</updated>
<author>
<name>som</name>
<email>somashekhar.puttagangaiah@intel.com</email>
</author>
<published>2022-11-02T06:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=e8d63c1743e80e2da7647d79c41d7f0a7253ba6f'/>
<id>e8d63c1743e80e2da7647d79c41d7f0a7253ba6f</id>
<content type='text'>
adding bandwidth information in mm-dbus interface
for the serving cell. In serving cell, the details
on whether the pcell/scell are from MCS or SCG is
also updated.

Co-author: Shilpa Shivakumar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adding bandwidth information in mm-dbus interface
for the serving cell. In serving cell, the details
on whether the pcell/scell are from MCS or SCG is
also updated.

Co-author: Shilpa Shivakumar
</pre>
</div>
</content>
</entry>
<entry>
<title>build: drop autotools</title>
<updated>2022-11-07T14:26:02+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksandermj@chromium.org</email>
</author>
<published>2022-10-27T20:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=f419f56628fdcbf4bd5865d0d61147066ba27b17'/>
<id>f419f56628fdcbf4bd5865d0d61147066ba27b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs,reference: update copyright years</title>
<updated>2022-10-19T11:18:38+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksandermj@chromium.org</email>
</author>
<published>2022-10-19T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=fff4b953645d5e4e2bd560d3d1d54cebb2874ed7'/>
<id>fff4b953645d5e4e2bd560d3d1d54cebb2874ed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add missing reference to ID_MM_PORT_TYPE_AT_GPS_CONTROL</title>
<updated>2022-07-16T20:21:22+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2022-07-16T20:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=36d3a2c4f58be83ee3d3bb55e218732fd03ad697'/>
<id>36d3a2c4f58be83ee3d3bb55e218732fd03ad697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api,modem: new 'GetCellInfo()' method</title>
<updated>2022-01-18T09:00:10+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-11-14T17:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=554faa855cdf6baceeb3daa115f8643fab4db580'/>
<id>554faa855cdf6baceeb3daa115f8643fab4db580</id>
<content type='text'>
This new method allows querying the modem for information about the
current serving cell(s) as well as any other neighboring cell that may
be found.

The information for the cells is given in an array of dictionaries,
where each element of the dictionary is a new dictionary itself.

Each cell type has a different set of properties that may be given in
the dictionary, and some of those properties in each type are also
applicable under certain conditions (e.g. only applicable to the cell
if it's a 'serving' cell instead of 'neighboring').

The API documentation explains in detail what is expected in each
case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new method allows querying the modem for information about the
current serving cell(s) as well as any other neighboring cell that may
be found.

The information for the cells is given in an array of dictionaries,
where each element of the dictionary is a new dictionary itself.

Each cell type has a different set of properties that may be given in
the dictionary, and some of those properties in each type are also
applicable under certain conditions (e.g. only applicable to the cell
if it's a 'serving' cell instead of 'neighboring').

The API documentation explains in detail what is expected in each
case.
</pre>
</div>
</content>
</entry>
<entry>
<title>api,bearer: new 'profile-source' setting</title>
<updated>2021-12-24T13:02:30+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-11-04T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=fc6bc84d226a3cd41c5bfd1c503ea53f7fefa596'/>
<id>fc6bc84d226a3cd41c5bfd1c503ea53f7fefa596</id>
<content type='text'>
Sometimes it's useful to know how a given stored profile was created,
so devices can store and report this kind of information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes it's useful to know how a given stored profile was created,
so devices can store and report this kind of information.
</pre>
</div>
</content>
</entry>
<entry>
<title>api,bearer: new 'roaming-allowance' setting</title>
<updated>2021-12-24T13:02:30+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-11-04T20:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=73a29c3e330ab44780661324b2d24e964a34f55b'/>
<id>73a29c3e330ab44780661324b2d24e964a34f55b</id>
<content type='text'>
The 'allow-roaming' setting should be considered deprecated for 3GPP
devices that support the new 'roaming-allowance' setting, which is
much more detailed (as it allows to differentiate between partner and
non-partner networks) and may also be stored as part of a profile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'allow-roaming' setting should be considered deprecated for 3GPP
devices that support the new 'roaming-allowance' setting, which is
much more detailed (as it allows to differentiate between partner and
non-partner networks) and may also be stored as part of a profile.
</pre>
</div>
</content>
</entry>
<entry>
<title>api,bearer: new 'access-type-preference' setting</title>
<updated>2021-12-24T13:02:28+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-11-02T10:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=339b51652a85d3423d1ae5d826b992b01f5202ec'/>
<id>339b51652a85d3423d1ae5d826b992b01f5202ec</id>
<content type='text'>
In 5G capable devices, which can support multiple types of access
types (either 3GPP or non-3GPP), the UE may request to use a 3GPP
access type exclusively, prefer a 3GPP access type, or just report no
preference.

When supported, this field may also be part of the settings that can
be stored as part of a profile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 5G capable devices, which can support multiple types of access
types (either 3GPP or non-3GPP), the UE may request to use a 3GPP
access type exclusively, prefer a 3GPP access type, or just report no
preference.

When supported, this field may also be part of the settings that can
be stored as part of a profile.
</pre>
</div>
</content>
</entry>
<entry>
<title>api,modem3gpp: add DRX cycle in 5G registration settings</title>
<updated>2021-12-24T12:41:27+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2021-11-04T10:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=724342deaca634ed767ac92709d8f5ac6a75ea45'/>
<id>724342deaca634ed767ac92709d8f5ac6a75ea45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
