From 554faa855cdf6baceeb3daa115f8643fab4db580 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 14 Nov 2021 18:29:28 +0100 Subject: api,modem: new 'GetCellInfo()' method 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. --- .../org.freedesktop.ModemManager1.Modem.xml | 417 +++++++++++++++++++++ 1 file changed, 417 insertions(+) (limited to 'introspection') diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 4867841ba..1e346b952 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -201,6 +201,423 @@ + + + + + +