From e8d63c1743e80e2da7647d79c41d7f0a7253ba6f Mon Sep 17 00:00:00 2001 From: som Date: Wed, 2 Nov 2022 11:34:23 +0530 Subject: 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 --- .../org.freedesktop.ModemManager1.Modem.xml | 32 +++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'introspection') 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). + "serving-cell-type" + + A MMServingCellType value indicating that the frequency + information provided in this structure belongs to which servicing cell, given as an + unsigned integer (signature "u"). + Only applicable for the serving cell (i.e. "serving" must be TRUE). Since 1.22. + + + "bandwidth" + + Bandwidth of the particular carrier in downlink, given as an unsigned integer + (signature "u"). Only applicable for the serving cell + (i.e. "serving" must be TRUE). Since 1.22. + + @@ -607,6 +622,21 @@ Only applicable for the serving cell (i.e. "serving" must be TRUE). + "serving-cell-type" + + A MMServingCellType value indicating that the frequency + information provided in this structure belongs to which servicing cell, given as an + unsigned integer (signature "u"). + Only applicable for the serving cell (i.e. "serving" must be TRUE). Since 1.22. + + + "bandwidth" + + Bandwidth of the particular carrier in downlink, given as an unsigned integer + (signature "u"). Only applicable for the serving cell + (i.e. "serving" must be TRUE). Since 1.22. + + -- cgit v1.2.3-70-g09d2