modem-cellinfo: adding bandwidth and serving cell type

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
This commit is contained in:
som
2022-11-02 11:34:23 +05:30
committed by Aleksander Morgado
parent fe7008e414
commit e8d63c1743
7 changed files with 325 additions and 121 deletions

View File

@@ -206,7 +206,7 @@
GetCellInfo:
Get information for available cells in different access technologies,
either serving or neighboring.
either serving or neighboring along with radio frequency information.
An array of dictionaries is returned, where each dictionary reports information for
one single cell.
@@ -538,6 +538,21 @@
Only applicable for the serving cell (i.e. "serving" must be TRUE).
</listitem>
</varlistentry>
<varlistentry><term><literal>"serving-cell-type"</literal></term>
<listitem>
A <link linkend="MMServingCellType">MMServingCellType</link> value indicating that the frequency
information provided in this structure belongs to which servicing cell, given as an
unsigned integer (signature <literal>"u"</literal>).
Only applicable for the serving cell (i.e. "serving" must be TRUE). Since 1.22.
</listitem>
</varlistentry>
<varlistentry><term><literal>"bandwidth"</literal></term>
<listitem>
Bandwidth of the particular carrier in downlink, given as an unsigned integer
(signature <literal>"u"</literal>). Only applicable for the serving cell
(i.e. "serving" must be TRUE). Since 1.22.
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>
@@ -607,6 +622,21 @@
Only applicable for the serving cell (i.e. "serving" must be TRUE).
</listitem>
</varlistentry>
<varlistentry><term><literal>"serving-cell-type"</literal></term>
<listitem>
A <link linkend="MMServingCellType">MMServingCellType</link> value indicating that the frequency
information provided in this structure belongs to which servicing cell, given as an
unsigned integer (signature <literal>"u"</literal>).
Only applicable for the serving cell (i.e. "serving" must be TRUE). Since 1.22.
</listitem>
</varlistentry>
<varlistentry><term><literal>"bandwidth"</literal></term>
<listitem>
Bandwidth of the particular carrier in downlink, given as an unsigned integer
(signature <literal>"u"</literal>). Only applicable for the serving cell
(i.e. "serving" must be TRUE). Since 1.22.
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>