aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.xml3
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Simple.xml5
-rw-r--r--introspection/org.freedesktop.ModemManager.xml12
3 files changed, 18 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
index 75cdeb0..f3f6900 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
@@ -163,6 +163,9 @@
<tp:enumvalue suffix="HSPA_PLUS" value="9">
<tp:docstring>HSPA+ (ETSI 27.007: "UTRAN w/HSPA+")</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="LTE" value="10">
+ <tp:docstring>LTE (ETSI 27.007: "E-UTRAN")</tp:docstring>
+ </tp:enumvalue>
</tp:enum>
</interface>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager.Modem.Simple.xml
index bee1017..a86af4f 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Simple.xml
@@ -16,11 +16,12 @@
common ones are:
'pin' : string
- 'network_id' : string
+ 'network_id' : string (GSM/HSPA only)
'band' : uint
'network_mode' : uint
- 'apn' : string
+ 'apn' : string (GSM/HSPA only)
'number' : string
+ 'rm-protocol' : uint (CDMA/EVDO only) (1 - Relay, 2 - Network PPP)
</tp:docstring>
</arg>
</method>
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml
index bdeac01..0bc9fb2 100644
--- a/introspection/org.freedesktop.ModemManager.xml
+++ b/introspection/org.freedesktop.ModemManager.xml
@@ -14,6 +14,18 @@
</arg>
</method>
+ <method name="SetLogging">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_set_logging"/>
+ <tp:docstring>
+ Set logging verbosity.
+ </tp:docstring>
+ <arg name="level" type="s" direction="in">
+ <tp:docstring>
+ One of [ERR, WARN, INFO, DEBUG].
+ </tp:docstring>
+ </arg>
+ </method>
+
<signal name="DeviceAdded">
<tp:docstring>
A device was added to the system.