aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorsom <somashekhar.puttagangaiah@intel.com>2022-11-02 11:34:23 +0530
committerAleksander Morgado <aleksander@aleksander.es>2023-02-17 10:43:20 +0000
commite8d63c1743e80e2da7647d79c41d7f0a7253ba6f (patch)
tree5e740123dc61c4a8483030b7791bc87e97e31447 /introspection
parentfe7008e414969db60b86491b263bf39bf055823b (diff)
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
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml
index 1e346b95..f68cac05 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.xml
@@ -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>