aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-27 22:32:53 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:17 +0100
commite68db23a97df9cf94ebcb0b63fc83b4cdb0d9b78 (patch)
tree59fa8f4e7d73a2ce74d122b92151363d60d7916d
parent6887a6850c5ed75baaae2aa1b40a707b89b7c2d9 (diff)
introspection: setup all new files and remove old ones
-rw-r--r--data/Makefile.am7
-rw-r--r--include/Makefile.am6
-rw-r--r--introspection/Makefile.am27
-rw-r--r--introspection/all.xml53
-rw-r--r--introspection/mm-mobile-error.xml318
-rw-r--r--introspection/mm-modem-connect-error.xml30
-rw-r--r--introspection/mm-modem-error.xml36
-rw-r--r--introspection/mm-serial-error.xml24
-rw-r--r--introspection/org.freedesktop.DBus.Properties.xml45
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Cdma.xml220
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Firmware.xml114
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Card.xml154
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml104
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml19
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Network.xml340
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml158
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml84
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.xml208
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Location.xml253
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Simple.xml59
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.xml319
-rw-r--r--introspection/org.freedesktop.ModemManager.xml61
-rw-r--r--introspection/org.freedesktop.ModemManager1.Bearer.xml (renamed from new/org.freedesktop.ModemManager1.Bearer.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Contacts.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Firmware.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Location.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Location.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Messaging.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml (renamed from new/org.freedesktop.ModemManager1.Modem.ModemCdma.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Simple.xml (renamed from new/org.freedesktop.ModemManager1.Modem.Simple.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.xml (renamed from new/org.freedesktop.ModemManager1.Modem.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sim.xml (renamed from new/org.freedesktop.ModemManager1.Sim.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sms.xml (renamed from new/org.freedesktop.ModemManager1.Sms.xml)0
-rw-r--r--introspection/org.freedesktop.ModemManager1.xml (renamed from new/org.freedesktop.ModemManager1.xml)0
-rw-r--r--libmm-common/Makefile.am26
-rw-r--r--new/all.xml18
37 files changed, 34 insertions, 2649 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f46af85b..3a5b7d17 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,12 +27,6 @@ dbusactivation_DATA = $(dbusactivation_in_files:.service.in=.service)
$(edit) $< >$@
-# DBus Introspection files
-XMLS = $(wildcard $(top_srcdir)/new/*.xml)
-xmldir = $(datadir)/dbus-1/interfaces
-xml_DATA = $(filter-out $(top_srcdir)/new/all.xml, $(XMLS))
-
-
# Icon
icondir=${datadir}/icons/hicolor/22x22/apps
icon_DATA = modem-manager.png
@@ -57,4 +51,3 @@ EXTRA_DIST = \
$(dbusservice_file_nopolkit) \
$(icon_DATA) \
$(dist_polkit_policy_in_files)
-
diff --git a/include/Makefile.am b/include/Makefile.am
index a5b71660..6d1b58e9 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,6 @@
XSLTPROC = xsltproc --xinclude --nonet
-XMLS = $(wildcard $(top_srcdir)/new/*.xml)
+XMLS = $(wildcard $(top_srcdir)/introspection/*.xml)
includedir = @includedir@/mm
@@ -11,8 +11,8 @@ include_HEADERS = \
ModemManager1.h \
ModemManager.h
-ModemManager-names.h: $(XMLS) $(top_srcdir)/new/all.xml $(top_srcdir)/build-aux/header-generator.xsl
- $(AM_V_GEN) $(XSLTPROC) $(top_srcdir)/build-aux/header-generator.xsl $(top_srcdir)/new/all.xml > $@
+ModemManager-names.h: $(XMLS) $(top_srcdir)/build-aux/header-generator.xsl
+ $(AM_V_GEN) $(XSLTPROC) $(top_srcdir)/build-aux/header-generator.xsl $(top_srcdir)/introspection/all.xml > $@
CLEANFILES = \
ModemManager-names.h
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index 4e5ad3a2..f29f8dc9 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -1,21 +1,6 @@
-EXTRA_DIST = \
- all.xml \
- mm-mobile-error.xml \
- mm-modem-connect-error.xml \
- mm-modem-error.xml \
- mm-serial-error.xml \
- org.freedesktop.DBus.Properties.xml \
- org.freedesktop.ModemManager.xml \
- org.freedesktop.ModemManager.Modem.xml \
- org.freedesktop.ModemManager.Modem.Cdma.xml \
- org.freedesktop.ModemManager.Modem.Firmware.xml \
- org.freedesktop.ModemManager.Modem.Gsm.xml \
- org.freedesktop.ModemManager.Modem.Gsm.Card.xml \
- org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml \
- org.freedesktop.ModemManager.Modem.Gsm.Hso.xml \
- org.freedesktop.ModemManager.Modem.Gsm.Network.xml \
- org.freedesktop.ModemManager.Modem.Gsm.SMS.xml \
- org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml \
- org.freedesktop.ModemManager.Modem.Location.xml \
- org.freedesktop.ModemManager.Modem.Simple.xml \
- org.freedesktop.ModemManager.Modem.Time.xml
+# DBus Introspection files
+XMLS = $(wildcard *.xml)
+xmldir = $(datadir)/dbus-1/interfaces
+xml_DATA = $(filter-out all.xml, $(XMLS))
+
+EXTRA_DIST = $(XMLS)
diff --git a/introspection/all.xml b/introspection/all.xml
index 8f23aac5..83a90c25 100644
--- a/introspection/all.xml
+++ b/introspection/all.xml
@@ -2,46 +2,17 @@
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
xmlns:xi="http://www.w3.org/2001/XInclude">
- <tp:title>ModemManager Interface Specification</tp:title>
- <tp:version>0.5</tp:version>
- <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
- <tp:copyright>Copyright (C) 2008 - 2010 Red Hat, Inc.</tp:copyright>
- <tp:copyright>Copyright (C) 2011 The Chromium OS Authors</tp:copyright>
+ <xi:include href="org.freedesktop.ModemManager1.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Sim.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Bearer.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Sms.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Modem3gpp.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.ModemCdma.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Messaging.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Location.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Firmware.xml"/>
+ <xi:include href="org.freedesktop.ModemManager1.Modem.Contacts.xml"/>
- <tp:license xmlns="http://www.w3.org/1999/xhtml">
- <p>This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.</p>
-
- <p>This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.</p>
-
- <p>You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
- </tp:license>
-
- <xi:include href="org.freedesktop.ModemManager.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Simple.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Cdma.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.Card.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.Hso.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.Network.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.SMS.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Firmware.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Location.xml"/>
- <xi:include href="org.freedesktop.ModemManager.Modem.Time.xml"/>
- <xi:include href="org.freedesktop.DBus.Properties.xml"/>
-
- <xi:include href="mm-serial-error.xml"/>
- <xi:include href="mm-modem-error.xml"/>
- <xi:include href="mm-modem-connect-error.xml"/>
- <xi:include href="mm-mobile-error.xml"/>
</tp:spec>
diff --git a/introspection/mm-mobile-error.xml b/introspection/mm-mobile-error.xml
deleted file mode 100644
index d639a662..00000000
--- a/introspection/mm-mobile-error.xml
+++ /dev/null
@@ -1,318 +0,0 @@
-<?xml version="1.0" ?>
-<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
- namespace="org.freedesktop.ModemManager.Modem.Gsm">
- <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
-
- <tp:error name="PhoneFailure">
- <tp:docstring>
- A phone failure.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NoConnection">
- <tp:docstring>
- No connection to phone.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="LinkReserved">
- <tp:docstring>
- Phone-adaptor link reserved.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="OperationNotAllowed">
- <tp:docstring>
- Operation not allowed.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="OperationNotSupported">
- <tp:docstring>
- Operation not supported.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="PhSimPinRequired">
- <tp:docstring>
- PH-SIM PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="PhFSimPinRequired">
- <tp:docstring>
- PH-FSIM PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="PhFSimPukRequired">
- <tp:docstring>
- PH-FSIM PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimNotInserted">
- <tp:docstring>
- SIM not inserted.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimPinRequired">
- <tp:docstring>
- SIM PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimPukRequired">
- <tp:docstring>
- SIM PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimFailure">
- <tp:docstring>
- SIM failure.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimBusy">
- <tp:docstring>
- SIM busy.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimWrong">
- <tp:docstring>
- SIM wrong.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="IncorrectPassword">
- <tp:docstring>
- Incorrect password.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimPin2Required">
- <tp:docstring>
- SIM PIN2 required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SimPuk2Required">
- <tp:docstring>
- SIM PUK2 required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="MemoryFull">
- <tp:docstring>
- Memory full.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="InvalidIndex">
- <tp:docstring>
- Invalid index.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NotFound">
- <tp:docstring>
- Not found.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="MemoryFailure">
- <tp:docstring>
- Memory failure.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="TextTooLong">
- <tp:docstring>
- Text string too long.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="InvalidChars">
- <tp:docstring>
- Invalid characters in text string.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="DialStringTooLong">
- <tp:docstring>
- Dial string too long.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="InvalidDialString">
- <tp:docstring>
- Invalid characters in dial string.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NoNetwork">
- <tp:docstring>
- No network service.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkTimeout">
- <tp:docstring>
- Network timeout.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkNotAllowed">
- <tp:docstring>
- Network not allowed - emergency calls only.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkPinRequired">
- <tp:docstring>
- Network personalization PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkPukRequired">
- <tp:docstring>
- Network personalization PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkSubsetPinRequired">
- <tp:docstring>
- Network subset personalization PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NetworkSubsetPukRequired">
- <tp:docstring>
- Network subset personalization PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="ServicePinRequired">
- <tp:docstring>
- Service provider personalization PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="ServicePukRequired">
- <tp:docstring>
- Service provider personalization PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="CorporatePinRequired">
- <tp:docstring>
- Corporate personalization PIN required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="CorporatePukRequired">
- <tp:docstring>
- Corporate personalization PUK required.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="HiddenKeyRequired">
- <tp:docstring>
- Hidden key required. This key is required when accessing hidden phonebook entries.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="EapMethodNotSupported">
- <tp:docstring>
- EAP method not supported.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="IncorrectParams">
- <tp:docstring>
- Incorrect parameters.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="Unknown">
- <tp:docstring>
- An unknown error.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsIllegalMs">
- <tp:docstring>
- Illegal MS.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsIllegalMe">
- <tp:docstring>
- Illegal ME.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsServiceNotAllowed">
- <tp:docstring>
- GPRS services not allowed.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsPlmnNotAllowed">
- <tp:docstring>
- PLMN not allowed.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsLocationNotAllowed">
- <tp:docstring>
- Location area not allowed.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsRoamingNotAllowed">
- <tp:docstring>
- Roaming not allowed in this location area.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsOptionNotSupported">
- <tp:docstring>
- Service option not supported.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsNotSubscribed">
- <tp:docstring>
- Requested service option not subscribed.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsOutOfOrder">
- <tp:docstring>
- Service option temporarily out of order.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsPdpAuthFailure">
- <tp:docstring>
- PDP authentication failure.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsUnspecified">
- <tp:docstring>
- Unspecified GPRS error
- </tp:docstring>
- </tp:error>
-
- <tp:error name="GprsInvalidClass">
- <tp:docstring>
- Invalid mobile class.
- </tp:docstring>
- </tp:error>
-
-</tp:errors>
diff --git a/introspection/mm-modem-connect-error.xml b/introspection/mm-modem-connect-error.xml
deleted file mode 100644
index 78c33b46..00000000
--- a/introspection/mm-modem-connect-error.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" ?>
-<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
- namespace="org.freedesktop.ModemManager.Modem">
- <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
-
- <tp:error name="NoCarrier">
- <tp:docstring>
- No carrier.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NoDialtone">
- <tp:docstring>
- No dialtone.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="Busy">
- <tp:docstring>
- Busy.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="NoAnswer">
- <tp:docstring>
- No answer.
- </tp:docstring>
- </tp:error>
-
-</tp:errors>
diff --git a/introspection/mm-modem-error.xml b/introspection/mm-modem-error.xml
deleted file mode 100644
index 00417384..00000000
--- a/introspection/mm-modem-error.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" ?>
-<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
- namespace="org.freedesktop.ModemManager.Modem">
- <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
-
- <tp:error name="General">
- <tp:docstring>
- A generic error. An example of a generic error is ModemManager not being able to parse the response from modem.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="OperationNotSupported">
- <tp:docstring>
- Operation not implemented by modem.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="Connected">
- <tp:docstring>
- Operation could not be performed while the modem is connected.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="Disconnected">
- <tp:docstring>
- Operation could not be performed while the modem is disconnected.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="OperationInProgress">
- <tp:docstring>
- Operation could not be performed because it is already in progress.
- </tp:docstring>
- </tp:error>
-
-</tp:errors>
diff --git a/introspection/mm-serial-error.xml b/introspection/mm-serial-error.xml
deleted file mode 100644
index 8551b6ef..00000000
--- a/introspection/mm-serial-error.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" ?>
-<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
- namespace="org.freedesktop.ModemManager.Modem">
- <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
-
- <tp:error name="SerialOpenFailed">
- <tp:docstring>
- Could not open serial device.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SerialSendFailed">
- <tp:docstring>
- Could not write to the serial device.
- </tp:docstring>
- </tp:error>
-
- <tp:error name="SerialResponseTimeout">
- <tp:docstring>
- A response was not received in time.
- </tp:docstring>
- </tp:error>
-
-</tp:errors>
diff --git a/introspection/org.freedesktop.DBus.Properties.xml b/introspection/org.freedesktop.DBus.Properties.xml
deleted file mode 100644
index 5fd727cb..00000000
--- a/introspection/org.freedesktop.DBus.Properties.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.DBus.Properties">
- <signal name="MmPropertiesChanged">
- <tp:docstring>
- One or more properties' values changed.
- </tp:docstring>
- <arg name="interface" type="s">
- <tp:docstring>
- The D-Bus interface of the changed properties.
- </tp:docstring>
- </arg>
- <arg name="properties" type="a{sv}">
- <tp:docstring>
- The changed property names and their new values.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="PropertiesChanged">
- <tp:docstring>
- One or more properties value changed; this signal implements the
- D-Bus specification's PropertiesChanged signal.
- </tp:docstring>
- <arg name="interface" type="s">
- <tp:docstring>
- The D-Bus interface of the changed properties.
- </tp:docstring>
- </arg>
- <arg name="changed_properties" type="a{sv}">
- <tp:docstring>
- The changed property names and their new values.
- </tp:docstring>
- </arg>
- <arg name="invalidated_properties" type="as">
- <tp:docstring>
- Properties which are now invalid, but for which the new value is not
- emitted in this signal. Clients interested in these properties should
- issue a Get request for them to retrieve the new value.
- </tp:docstring>
- </arg>
- </signal>
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml b/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml
deleted file mode 100644
index 9cd41fc7..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml
+++ /dev/null
@@ -1,220 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Cdma">
-
- <method name="Activate">
- <tp:docstring>
- Activates the modem for use with a given carrier. In the
- event of immediate failure, returns an error value instead of
- setting a DBus error.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_activate"/>
- <arg name="carrier" type="s" direction="in">
- <tp:docstring>
- Name of carrier.
- </tp:docstring>
- </arg>
- <arg name="immediate_error" type="u" direction="out">
- <tp:docstring>
- An enum from MM_MODEM_CDMA_ACTIVATION_ERROR. This is
- returned for immediate errors. Delayed errors are returned
- via an ActivationStateChanged signal
- </tp:docstring>
- </arg>
- </method>
-
- <method name="ActivateManual">
- <tp:docstring>
- Sets modem configuration data. Unlike regular Activate(),
- this does not contact the carrier. Some modems will reboot
- after this call is made.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_activate_manual"/>
- <arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- A dictionary of properties to set on the modem. Keys include 'mdn', 'min'
- </tp:docstring>
- </arg>
- </method>
-
- <signal name="ActivationStateChanged">
- <tp:docstring>
- The device activation state changed.
- </tp:docstring>
- <arg name="activation_state" type="u" tp:type="MM_MODEM_CDMA_ACTIVATION_STATE">
- <tp:docstring>Current activation state</tp:docstring>
- </arg>
- <arg name="activation_error" type="u" tp:type="MM_MODEM_CDMA_ACTIVATION_ERROR">
- <tp:docstring>Carrier-specific error code</tp:docstring>
- </arg>
- <arg name="status_changes" type="a{sv}">
- <tp:docstring>Selected Modem.Simple.GetStatus keys that have changed as a
- result of this activation state change. Will include 'mdn'
- and 'min'.
- </tp:docstring>
- </arg>
- </signal>
-
- <method name="GetSignalQuality">
- <tp:docstring>
- Get the current signal quality.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_get_signal_quality"/>
- <arg name="quality" type="u" direction="out">
- <tp:docstring>
- Signal quality (percent).
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetEsn">
- <tp:docstring>
- Get the Electronic Serial Number of the card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_get_esn"/>
- <arg name="esn" type="s" direction="out">
- <tp:docstring>
- The ESN.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetServingSystem">
- <tp:docstring>
- Get the Service System details of the current network, if registered.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_get_serving_system"/>
- <arg name="info" type="(usu)" direction="out">
- <tp:docstring>
- A structure containing the Band Class (0 = unknown, 1 = 800 MHz, 2 = 1900 MHz), the Band ("A" - "F" as defined by IS707-A), and the System ID of the serving network.
- </tp:docstring>
- </arg>
- </method>
-
- <signal name="SignalQuality">
- <tp:docstring>
- The signal quality changed.
- </tp:docstring>
- <arg name="quality" type="u">
- <tp:docstring>
- The new quality in percent, 0..100.
- </tp:docstring>
- </arg>
- </signal>
-
- <method name="GetRegistrationState">
- <tp:docstring>Get device registration state.</tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_cdma_get_registration_state"/>
- <arg name="cdma_1x_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE">
- <tp:docstring>CDMA 1x registration state.</tp:docstring>
- </arg>
- <arg name="evdo_state" type="u" direction="out" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE">
- <tp:docstring>EVDO registration state.</tp:docstring>
- </arg>
- </method>
-
- <property name="Meid" type="s" access="read">
- <tp:docstring>
- The modem's Mobile Equipment Identifier.
- </tp:docstring>
- </property>
-
- <signal name="RegistrationStateChanged">
- <tp:docstring>
- The device registration state changed.
- </tp:docstring>
- <arg name="cdma-1x-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE">
- <tp:docstring>CDMA 1x registration state.</tp:docstring>
- </arg>
- <arg name="evdo-state" type="u" tp:type="MM_MODEM_CDMA_REGISTRATION_STATE">
- <tp:docstring>EVDO registration state.</tp:docstring>
- </arg>
- </signal>
-
- <tp:enum name="MM_MODEM_CDMA_REGISTRATION_STATE" type="u">
- <tp:enumvalue suffix="UNKNOWN" value="0">
- <tp:docstring>Registration status is unknown or the device is not registered.</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="REGISTERED" value="1">
- <tp:docstring>Registered, but roaming status is unknown or cannot be provided by the device. The device may or may not be roaming.</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HOME" value="2">
- <tp:docstring>Currently registered on the home network.</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ROAMING" value="3">
- <tp:docstring>Currently registered on a roaming network.</tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_CDMA_ACTIVATION_STATE" type="u">
- <tp:enumvalue suffix="NOT_ACTIVATED" value="0">
- <tp:docstring>Device is not activated</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ACTIVATING" value="1">
- <tp:docstring>Device is activating</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="PARTIALLY_ACTIVATED" value="2">
- <tp:docstring>Device is partially activated; carrier-specific steps required to continue.</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ACTIVATED" value="3">
- <tp:docstring>Device is ready for use.</tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_CDMA_ACTIVATION_ERROR" type="u">
- <tp:enumvalue suffix="NO_ERROR" value="0"/>
- <tp:enumvalue suffix="ROAMING" value="1">
- <tp:docstring>
- Device cannot activate while roaming.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="WRONG_RADIO_INTERFACE" value="2">
- <tp:docstring>
- Device cannot activate on this network type (eg EVDO vs 1xRTT).
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="COULD_NOT_CONNECT" value="3">
- <tp:docstring>
- Device could not connect to the network for activation.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="SECURITY_AUTHENTICATION_FAILED" value="4">
- <tp:docstring>
- Device could not authenticate to the network for activation.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="PROVISIONING_FAILED" value="5">
- <tp:docstring>
- Later stages of device provisioning failed.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="NO_SIGNAL" value="6">
- <tp:docstring>
- No signal available.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="UNKNOWN" value="7">
- <tp:docstring>
- An error occurred.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="TIMED_OUT" value="8">
- <tp:docstring>
- Activation timed out.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="START_FAILED" value="9">
- <tp:docstring>
- API call for initial activation failed.
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml
deleted file mode 100644
index 42bcae12..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Firmware">
- <tp:docstring>
- This interface allows clients to select or install firmware images on
- modems.
-
- Firmware slots and firmware images are identified by arbitrary opaque
- strings.
-
- Firmware images are represented as dictionaries of properties.
- Certain properties are pre-defined, and some are required:
-
- Name (string, required): A user-readable name for the firmware image.
- Version (string, optional): The version of the firmware. The format is
- unspecified; tools attempting to upgrade firmware automatically must
- understand the versioning scheme used by the modem driver they are
- interacting with. May be displayed to the user.
- </tp:docstring>
-
- <method name="List">
- <tp:docstring>
- List installed and available firmware images.
-
- Depending on the type of modem, installed images may be stored on the
- host or the modem. The distinction between "installed" and
- "available" is not one of where the firmware is stored, but that
- installed images can be selected non-destructively, while available
- images must be installed into a slot, possibly overwriting another
- installed image.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol"
- value="impl_modem_firmware_list" />
- <arg name="selected" type="s" direction="out">
- <tp:docstring>
- The identifier of the selected firmware slot, or the empty string if
- no slot is selected (such as if all slots are empty, or no slots
- exist).
- </tp:docstring>
- </arg>
- <arg name="installed" type="a{sa{sv}}" direction="out">
- <tp:docstring>
- A dictionary of slots into which firmware is and/or can be
- installed. The key of each entry is the identifier of the slot,
- and the value is either an empty dictionary if the slot is empty,
- or a dictionary of properties of the firmware image installed in
- that slot.
-
- The slot identifiers and the mapping between slots and firmware
- images are guaranteed to remain stable only as long as the modem
- remains present.
- </tp:docstring>
- </arg>
- <arg name="available" type="a{sa{sv}}" direction="out">
- <tp:docstring>
- A dictionary of available firmware images. The key of each entry is
- the identifier of the image, and the value is a dictionary of
- properties of the image.
-
- The image identifiers are guaranteed to remain stable only as long
- as the modem remains present.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Select">
- <tp:docstring>
- Selects a different firmware image to use, and immediately resets the
- modem so that it begins using the new firmware image.
-
- Select will fail if the identifier does not match any of the slot
- identifiers returned by List, or if the slot could not be selected
- for some reason.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value="" />
- <annotation name="org.freedesktop.DBus.GLib.CSymbol"
- value="impl_modem_firmware_select" />
- <arg name="slot" type="s" direction="in">
- <tp:docstring>
- The identifier of the firmware slot to select.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Install">
- <tp:docstring>
- Install an available firmware image into a slot.
-
- Install does not guarantee that the image will be installed into the
- specified slot, but does guarantee that, if the slot is empty, no
- image will be overwritten, and if the slot is not empty, no image
- other than the one in that slot will be overwritten.
-
- Install will fail if either of the identifiers is invalid, or if the
- image could not be installed into the slot for some reason.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value="" />
- <annotation name="org.freedesktop.DBus.GLib.CSymbol"
- value="impl_modem_firmware_install" />
- <arg name="image" type="s" direction="in">
- <tp:docstring>
- The identifier of the firmware image to install.
- </tp:docstring>
- </arg>
- <arg name="slot" type="s" direction="in">
- <tp:docstring>
- The identifier of the slot into which the firmware should be
- installed.
- </tp:docstring>
- </arg>
- </method>
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Card.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Card.xml
deleted file mode 100644
index 9159052b..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Card.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.Card">
- <method name="GetImei">
- <tp:docstring>
- Get the IMEI of the card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_imei"/>
- <arg name="imei" type="s" direction="out">
- <tp:docstring>
- The IMEI.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetImsi">
- <tp:docstring>
- Get the IMSI of the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_imsi"/>
- <arg name="imsi" type="s" direction="out">
- <tp:docstring>
- The IMSI.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetOperatorId">
- <tp:docstring>
- Returns the ID of the network operator that issued the SIM card,
- formatted as a 5 or 6-digit MCC/MNC code (ex "310410").
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_operator_id"/>
- <arg name="imsi" type="s" direction="out">
- <tp:docstring>
- The operator ID formatted as an MCC/MNC code.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetSpn">
- <tp:docstring>
- Returns the SPN (Service Provider Name) from the SIM card,
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_spn"/>
- <arg name="spn" type="s" direction="out">
- <tp:docstring>
- The Service Provider Name.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SendPuk">
- <tp:docstring>
- Send the PUK and a new PIN to unlock the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_send_puk"/>
- <arg name="puk" type="s" direction="in">
- <tp:docstring>
- The PUK code.
- </tp:docstring>
- </arg>
- <arg name="pin" type="s" direction="in">
- <tp:docstring>
- The PIN code.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SendPin">
- <tp:docstring>
- Send the PIN to unlock the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_send_pin"/>
- <arg name="pin" type="s" direction="in">
- <tp:docstring>
- The PIN code.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="EnablePin">
- <tp:docstring>
- Enable or disable the PIN checking.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_enable_pin"/>
- <arg name="pin" type="s" direction="in">
- <tp:docstring>
- The PIN code.
- </tp:docstring>
- </arg>
- <arg name="enabled" type="b" direction="in">
- <tp:docstring>
- True to enable PIN checking.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="ChangePin">
- <tp:docstring>
- Change the PIN code.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_change_pin"/>
- <arg name="old_pin" type="s" direction="in">
- <tp:docstring>
- The current PIN code.
- </tp:docstring>
- </arg>
- <arg name="new_pin" type="s" direction="in">
- <tp:docstring>
- The new PIN code.
- </tp:docstring>
- </arg>
- </method>
-
- <property name="SimIdentifier" type="s" access="read">
- <tp:docstring>
- An obfuscated SIM identifier based on the IMSI or the ICCID. This may
- be available before the PIN has been entered depending on the device
- itself.
- </tp:docstring>
- </property>
-
- <property name="SupportedBands" type="u" access="read" tp:type="MM_MODEM_GSM_BAND">
- <tp:docstring>
- Bands supported by the card. (Note for plugin writers:
- returned value must not contain ANY)
- </tp:docstring>
- </property>
-
- <property name="SupportedModes" type="u" access="read" tp:type="MM_MODEM_GSM_MODE">
- <tp:docstring>
- Network selection modes supported by the card. (Note for plugin writers:
- returned value must not contain ANY)
- </tp:docstring>
- </property>
-
- <property name="EnabledFacilityLocks" type="u" access="read" tp:type="MM_MODEM_GSM_FACILITY">
- <tp:docstring>
- Facilities for which PIN locking is enabled.
- </tp:docstring>
- </property>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml
deleted file mode 100644
index bef1de82..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.Contacts">
- <method name="Add">
- <tp:docstring>
- Add a new contact to the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_add"/>
- <arg name="name" type="s" direction="in">
- <tp:docstring>
- The name of the contact.
- </tp:docstring>
- </arg>
- <arg name="number" type="s" direction="in">
- <tp:docstring>
- The phone number of the contact.
- </tp:docstring>
- </arg>
- <arg name="index" type="u" direction="out">
- <tp:docstring>
- The index of the new contact.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Delete">
- <tp:docstring>
- Delete a contact from the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_delete"/>
- <arg name="index" type="u" direction="in">
- <tp:docstring>
- The index of the contact.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Get">
- <tp:docstring>
- Retrieve a contact from the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_get"/>
- <arg name="index" type="u" direction="in">
- <tp:docstring>
- The index of the contact.
- </tp:docstring>
- </arg>
- <arg name="contact" type="(uss)" direction="out">
- <tp:docstring>
- The contact structure containing index, name, and number.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="List">
- <tp:docstring>
- List all contacts on the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_list"/>
- <arg name="results" type="a(uss)" direction="out">
- <tp:docstring>
- The list of contacts where each contact has an index, name, and number.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Find">
- <tp:docstring>
- Find a contact from the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_find"/>
- <arg name="pattern" type="s" direction="in">
- <tp:docstring>
- The pattern to search for.
- </tp:docstring>
- </arg>
- <arg name="results" type="a(uss)" direction="out">
- <tp:docstring>
- The list of matching contacts where a contact has an index, name, and number.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetCount">
- <tp:docstring>
- Get the number of contacts stored on the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_contacts_count"/>
- <arg name="count" type="u" direction="out">
- <tp:docstring>
- The number of contacts.
- </tp:docstring>
- </arg>
- </method>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
deleted file mode 100644
index 5f548d12..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.Hso">
- <method name="Authenticate">
- <tp:docstring>
- Authenticate using the passed user name and password.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_hso_authenticate"/>
- <arg name="username" type="s" direction="in">
- The user name.
- </arg>
- <arg name="password" type="s" direction="in">
- The password.
- </arg>
- </method>
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Network.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Network.xml
deleted file mode 100644
index 5ba6c592..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Network.xml
+++ /dev/null
@@ -1,340 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.Network">
- <method name="Register">
- <tp:docstring>
- Register the device to network.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_register"/>
- <arg name="network_id" type="s" direction="in">
- <tp:docstring>
- The network ID to register. An empty string can be used to register to the home network.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Scan">
- <tp:docstring>
- Scan for available networks.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_scan"/>
- <arg name="results" type="aa{ss}" direction="out">
- <tp:docstring>
- <p>Found networks. It's an array of dictionaries (strings for both
- keys and values) with each array element describing a mobile network
- found in the scan. Each dict may include one or more of the following
- keys:</p>
- <ul>
- <li>
- "status": a number representing network availability status as
- defined in 3GPP TS 27.007 section 7.3. e.g. "0" (unknown), "1"
- (available), "2" (current), or "3" (forbidden). This key will
- always be present.
- </li>
- <li>
- "operator-long": long-format name of operator. If the name is
- unknown, this field should not be present.
- </li>
- <li>
- "operator-short": short-format name of operator. If the name is
- unknown, this field should not be present.
- </li>
- <li>
- "operator-num": mobile code of the operator. Returned in the
- format "MCCMNC", where MCC is the three-digit ITU E.212 Mobile
- Country Code and MNC is the two- or three-digit GSM Mobile
- Network Code. e.g. "31026" or "310260".
- </li>
- <li>
- "access-tech": a number representing the access technology used by
- this mobile network as described in 3GPP TS 27.007 section 7.3.
- e.g. "0" (GSM), "1" (GSM Compact), "2" (UTRAN/UMTS), "3" (EDGE),
- etc.
- </li>
- </ul>
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SetApn">
- <tp:docstring>
- Set the APN.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_apn"/>
- <arg name="apn" type="s" direction="in">
- <tp:docstring>
- The APN.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetSignalQuality">
- <tp:docstring>
- Get the current signal quality.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_signal_quality"/>
- <arg name="quality" type="u" direction="out">
- <tp:docstring>
- Signal quality (percent).
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SetBand">
- <tp:docstring>
- Sets the bands the device is allowed to use when connecting to a mobile network.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_band"/>
- <arg name="band" type="u" direction="in" tp:type="MM_MODEM_GSM_BAND">
- <tp:docstring>
- The desired bands, as a set of flags.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetBand">
- <tp:docstring>
- Returns the current bands the device is using. (Note for plugin writers: returned value must not be ANY)
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_band"/>
- <arg name="band" type="u" direction="out" tp:type="MM_MODEM_GSM_BAND">
- <tp:docstring>
- The current bands, as a set of flags.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SetNetworkMode">
- <tp:docstring>
- Set the desired mode the device may use when connecting to a mobile
- network (DEPRECATED; see SetAllowedMode instead).
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_network_mode"/>
- <arg name="mode" type="u" direction="in" tp:type="MM_MODEM_GSM_NETWORK_DEPRECATED_MODE">
- <tp:docstring>
- The desired network mode. Only one mode may be specified, and may not be UNKNOWN.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetNetworkMode">
- <tp:docstring>
- Returns the current network mode of the device (DEPRECATED; does not
- allow returning both the saved mode preference *and* the current access
- technology of the device at the same time. See the AllowedMode
- property instead).
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_network_mode"/>
- <arg name="mode" type="u" direction="out" tp:type="MM_MODEM_GSM_NETWORK_DEPRECATED_MODE">
- <tp:docstring>
- Returns the general network mode (ex. 2G/3G preference) of the device.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetRegistrationInfo">
- <tp:docstring>
- Get the registration status and the current operator (if registered).
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_get_reg_info"/>
- <arg name="info" type="(uss)" direction="out">
- <tp:docstring>
- The returned information is composed of the following items in the
- following order:
- <ul>
- <li>
- Mobile registration status as defined in 3GPP TS 27.007 section
- 10.1.19. See the MM_MODEM_GSM_NETWORK_REG_STATUS enumeration for
- possible values.
- </li>
- <li>
- Current operator code of the operator to which the mobile is
- currently registered. Returned in the format "MCCMNC", where MCC
- is the three-digit ITU E.212 Mobile Country Code and MNC is the
- two- or three-digit GSM Mobile Network Code. If the MCC and MNC
- are not known or the mobile is not registered to a mobile network,
- this value should be a zero-length (blank) string. e.g. "31026"
- or "310260".
- </li>
- <li>
- Current operator name of the operator to which the mobile is
- currently registered. If the operator name is not knowon or the
- mobile is not registered to a mobile network, this value should
- be a zero-length (blank) string.
- </li>
- </ul>
- </tp:docstring>
- </arg>
- </method>
-
- <method name="SetAllowedMode">
- <tp:docstring>
- Set the access technologies a device is allowed to use when connecting
- to a mobile network.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_set_allowed_mode"/>
- <arg name="mode" type="u" direction="in" tp:type="MM_MODEM_GSM_ALLOWED_MODE">
- <tp:docstring>
- The allowed mode. The device may not support all modes; see
- the org.freedesktop.ModemManager.Gsm.Card.SupportedModes property for
- allowed modes for each device. All devices support the "ANY" flag.
- </tp:docstring>
- </arg>
- </method>
-
- <property name="AllowedMode" type="u" access="read" tp:type="MM_MODEM_GSM_ALLOWED_MODE">
- <tp:docstring>
- The allowed access technologies (eg 2G/3G preference) the device is allowed
- to use when connecting to a mobile network.
- </tp:docstring>
- </property>
-
- <property name="AccessTechnology" type="u" access="read" tp:type="MM_MODEM_GSM_ACCESS_TECH">
- <tp:docstring>
- The current network access technology used by the device to communicate
- with the base station. (Note to plugin writers: if the device's access
- technology cannot be determined, use UNKNOWN)
- </tp:docstring>
- </property>
-
- <signal name="SignalQuality">
- <tp:docstring>
- The signal quality changed.
- </tp:docstring>
- <arg name="quality" type="u">
- <tp:docstring>
- The new quality in percent, 0..100.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="RegistrationInfo">
- <tp:docstring>
- The registration status changed.
- </tp:docstring>
- <arg name="status" type="u" tp:type="MM_MODEM_GSM_NETWORK_REG_STATUS">
- <tp:docstring>
- Mobile registration status as defined in 3GPP TS 27.007 section
- 10.1.19.
- </tp:docstring>
- </arg>
- <arg name="operator_code" type="s">
- <tp:docstring>
- Current operator code of the operator to which the mobile is
- currently registered. Returned in the format "MCCMNC", where MCC
- is the three-digit ITU E.212 Mobile Country Code and MNC is the
- two- or three-digit GSM Mobile Network Code. If the MCC and MNC
- are not known or the mobile is not registered to a mobile network,
- this value should be a zero-length (blank) string. e.g. "31026" or
- "310260".
- </tp:docstring>
- </arg>
- <arg name="operator_name" type="s">
- <tp:docstring>
- Current operator name of the operator to which the mobile is
- currently registered. If the operator name is not knowon or the
- mobile is not registered to a mobile network, this value should
- be a zero-length (blank) string.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="NetworkMode">
- <tp:docstring>
- The network mode preference changed. (DEPRECATED; see documentation
- for GetNetworkMode/SetNetworkMode)
- </tp:docstring>
- <arg name="mode" type="u" tp:type="MM_MODEM_GSM_NETWORK_DEPRECATED_MODE">
- <tp:docstring>The new network mode.</tp:docstring>
- </arg>
- </signal>
-
- <tp:enum name="MM_MODEM_GSM_NETWORK_REG_STATUS" type="u">
- <tp:docstring>
- GSM registration code as defined in 3GPP TS 27.007 section 10.1.19.
- </tp:docstring>
- <tp:enumvalue suffix="IDLE" value="0">
- <tp:docstring>
- Not registered, not searching for new operator to register.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HOME" value="1">
- <tp:docstring>
- Registered on home network.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="SEARCHING" value="2">
- <tp:docstring>
- Not registered, searching for new operator to register with.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="DENIED" value="3">
- <tp:docstring>
- Registration denied.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="UNKNOWN" value="4">
- <tp:docstring>
- Unknown registration status.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ROAMING" value="5">
- <tp:docstring>
- Registered on a roaming network.
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_GSM_NETWORK_DEPRECATED_MODE" type="u">
- <tp:docstring>
- DEPRECATED; should not be used in new applications. Use
- AccessTechnology, AllowedMode, and SetAllowedMode() instead.
- </tp:docstring>
- <tp:enumvalue suffix="ANY" value="0">
- <tp:docstring>Any network mode can be used</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="GPRS" value="1">
- <tp:docstring>GPRS</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="EDGE" value="2">
- <tp:docstring>EDGE</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="UMTS" value="3">
- <tp:docstring>UMTS (3G)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSDPA" value="4">
- <tp:docstring>HSDPA</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="2G_PREFERRED" value="5">
- <tp:docstring>Prefer 2G (GPRS or EDGE)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="3G_PREFERRED" value="6">
- <tp:docstring>Prefer 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="2G_ONLY" value="7">
- <tp:docstring>Use only 2G (GPRS or EDGE)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="3G_ONLY" value="8">
- <tp:docstring>Use only 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSUPA" value="9">
- <tp:docstring>HSUPA</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSPA" value="10">
- <tp:docstring>HSPA (HSDPA + HSUPA)</tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
deleted file mode 100644
index 1a8dc53d..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.SMS">
- <method name="Delete">
- <tp:docstring>
- Delete an SMS message.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_delete"/>
- <arg name="index" type="u" direction="in">
- <tp:docstring>
- The index of the SMS.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Get">
- <tp:docstring>
- Retrieve an SMS from the SIM card.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_get"/>
- <arg name="index" type="u" direction="in">
- <tp:docstring>
- The index of the SMS.
- </tp:docstring>
- </arg>
- <arg name="sms" type="a{sv}" direction="out">
- <tp:docstring>
- A dictionary containing SMS properties of the SMS specified by the given index. This dictionary may contain the following key/value pairs:
-
- number : string - Phone number (mandatory)
- text : string - SMS text (mandatory, empty if data cannot be decoded)
- data : byte array - SMS user data (TP-UD) (mandatory)
- data-coding-scheme: uint (0..255) - SMS user data coding scheme (TP-DCS) (mandatory)
- smsc : string - SMS service center number (optional)
- class : uint (0..3) - Message importance and location (optional)
- completed: boolean - Whether all message parts have been received or not (optional)
- index : uint - Index of message (for Get and Delete) (optional)
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetFormat">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_get_format"/>
- <arg name="result" type="u" direction="out"/>
- </method>
-
- <method name="SetFormat">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_set_format"/>
- <arg name="format" type="u" direction="in"/>
- </method>
-
- <method name="GetSmsc">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_get_smsc"/>
- <arg name="result" type="s" direction="out"/>
- </method>
-
- <method name="SetSmsc">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_set_smsc"/>
- <arg name="smsc" type="s" direction="in"/>
- </method>
-
- <method name="List">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_list"/>
- <arg name="result" type="aa{sv}" direction="out"/>
- </method>
-
- <method name="Save">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_save"/>
- <arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- SMS properties to save with the following key values:
-
- number : string - Phone number (mandatory)
- text : string - SMS text (mandatory)
- smsc : string - SMS service center number (optional)
- relative-validity : uint - Minutes until the SMS expires in SMSC (optional)
- class : uint (0..3) - Message importance and location (optional)
- </tp:docstring>
- </arg>
- <arg name="index" type="au" direction="out"/>
- </method>
-
- <method name="Send">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_send"/>
- <arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- SMS properties to save with the following key values:
-
- number : string - Phone number (mandatory)
- text : string - SMS text (mandatory)
- smsc : string - SMS service center number (optional)
- relative-validity : uint - Minutes until the SMS expires in SMSC (optional)
- class : uint (0..3) - Message importance and location (optional)
- </tp:docstring>
- </arg>
- <arg name="result" type="au" direction="out"/>
- </method>
-
- <method name="SendFromStorage">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_send_from_storage"/>
- <arg name="index" type="u" direction="in"/>
- </method>
-
- <method name="SetIndication">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_gsm_modem_sms_set_indication"/>
- <arg name="mode" type="u" direction="in"/>
- <arg name="mt" type="u" direction="in"/>
- <arg name="bm" type="u" direction="in"/>
- <arg name="ds" type="u" direction="in"/>
- <arg name="bfr" type="u" direction="in"/>
- </method>
-
- <signal name="SmsReceived">
- <tp:docstring>
- Emitted when any part of a new SMS has been received (but not for subsequent parts, if any). Not all parts may have been received and the message may not be complete; if it is, the 'complete' argument will be TRUE.
- </tp:docstring>
- <arg name="index" type="u">
- <tp:docstring>
- Index of the new SMS.
- </tp:docstring>
- </arg>
- <arg name="complete" type="b">
- <tp:docstring>
- TRUE if all message parts have been received, otherwise FALSE.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="Completed">
- <tp:docstring>
- Emitted when the complete-ness status of an SMS message changes. An SMS may not necessarily be complete when the first part is received; this signal will be emitted when all parts have been received, even for single-part messages.
- </tp:docstring>
- <arg name="index" type="u">
- <tp:docstring>
- The index of the SMS.
- </tp:docstring>
- </arg>
- <arg name="completed" type="b">
- <tp:docstring>
- TRUE if all message parts have been received, otherwise FALSE.
- </tp:docstring>
- </arg>
- </signal>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml
deleted file mode 100644
index 88dcdf7e..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
-
- <interface name="org.freedesktop.ModemManager.Modem.Gsm.Ussd">
- <method name="Initiate">
- <tp:docstring>
- Sends a USSD command string to the network initiating a USSD session.
- When the request is handled by the network, the method returns the
- response or an appropriate error. The network may be awaiting further
- response from the ME after returning from this method and no new command
- can be initiated until this one is cancelled or ended.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_gsm_ussd_initiate"/>
- <arg name="command" type="s" direction="in">
- <tp:docstring>
- The command to start the USSD session with.
- </tp:docstring>
- </arg>
- <arg name="reply" type="s" direction="out">
- <tp:docstring>
- The network response to the command which started the USSD session.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Respond">
- <tp:docstring>
- Respond to a USSD request that is either initiated by the mobile network,
- or that is awaiting further input after Initiate() was called.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_gsm_ussd_respond"/>
- <arg name="response" type="s" direction="in">
- <tp:docstring>
- The response to network-initiated USSD command, or a response to a
- request for further input.
- </tp:docstring>
- </arg>
- <arg name="reply" type="s" direction="out">
- <tp:docstring>
- The network reply to this response to the network-initiated USSD
- command. The reply may require further responses.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Cancel">
- <tp:docstring>
- Cancel an ongoing USSD session, either mobile or network initiated.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_gsm_ussd_cancel"/>
- </method>
-
- <property name="State" type="s" access="read">
- <tp:docstring>
- Indicates the state of any ongoing USSD session. Values may be one of
- the following: "idle" (no active session), "active" (a session is active
- and the mobile is waiting for a response), "user-response" (the network
- is waiting for the client's response, which must be sent using Respond()).
- </tp:docstring>
- </property>
-
- <property name="NetworkNotification" type="s" access="read">
- <tp:docstring>
- Contains any network-initiated request to which no USSD response is
- required. When no USSD session is active, or when there is no network-
- initiated request, this property will be a zero-length string.
- </tp:docstring>
- </property>
-
- <property name="NetworkRequest" type="s" access="read">
- <tp:docstring>
- Contains any pending network-initiated request for a response. Client
- should call Respond() with the appropriate response to this request.
- When no USSD session is active, or when there is no pending
- network-initiated request, this property will be a zero-length string.
- </tp:docstring>
- </property>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
deleted file mode 100644
index 354ce4a3..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
+++ /dev/null
@@ -1,208 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Gsm">
- <tp:flags name="MM_MODEM_GSM_MODE" value-prefix="MM_MODEM_GSM_MODE" type="u">
- <tp:docstring>
- A bitfield describing the specific access modes and technologies
- supported by a device and the access technology in-use when connected to
- a mobile network.
- </tp:docstring>
- <tp:flag suffix="UNKNOWN" value="0x0">
- <tp:docstring>Unknown or invalid mode.</tp:docstring>
- </tp:flag>
- <tp:flag suffix="ANY" value="0x1">
- <tp:docstring>For certain operations, allow the modem to pick any available mode.</tp:docstring>
- </tp:flag>
- <tp:flag suffix="GPRS" value="0x2">
- <tp:docstring>GPRS</tp:docstring>
- </tp:flag>
- <tp:flag suffix="EDGE" value="0x4">
- <tp:docstring>EDGE</tp:docstring>
- </tp:flag>
- <tp:flag suffix="UMTS" value="0x8">
- <tp:docstring>UMTS (3G)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="HSDPA" value="0x10">
- <tp:docstring>HSDPA (3G)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="2G_PREFERRED" value="0x20">
- <tp:docstring>Prefer 2G (GPRS or EDGE)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="3G_PREFERRED" value="0x40">
- <tp:docstring>Prefer 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="2G_ONLY" value="0x80">
- <tp:docstring>Use only 2G (GPRS or EDGE)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="3G_ONLY" value="0x100">
- <tp:docstring>Use only 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="HSUPA" value="0x200">
- <tp:docstring>HSUPA (3G)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="HSPA" value="0x400">
- <tp:docstring>HSPA (3G)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="GSM" value="0x800">
- <tp:docstring>GSM</tp:docstring>
- </tp:flag>
- <tp:flag suffix="GSM_COMPACT" value="0x1000">
- <tp:docstring>GSM Compact</tp:docstring>
- </tp:flag>
- </tp:flags>
-
- <tp:flags name="MM_MODEM_GSM_BAND" value-prefix="MM_MODEM_GSM_BAND" type="u">
- <tp:docstring>
- A bitfield describing the specific radio bands supported by the device
- and the radio bands the device is allowed to use when connecting to a
- mobile network.
- </tp:docstring>
- <tp:flag suffix="UNKNOWN" value="0x0">
- <tp:docstring>Unknown or invalid band</tp:docstring>
- </tp:flag>
- <tp:flag suffix="ANY" value="0x1">
- <tp:docstring>For certain operations, allow the modem to select a band automatically.</tp:docstring>
- </tp:flag>
- <tp:flag suffix="EGSM" value="0x2">
- <tp:docstring>GSM/GPRS/EDGE 900 MHz</tp:docstring>
- </tp:flag>
- <tp:flag suffix="DCS" value="0x4">
- <tp:docstring>GSM/GPRS/EDGE 1800 MHz</tp:docstring>
- </tp:flag>
- <tp:flag suffix="PCS" value="0x8">
- <tp:docstring>GSM/GPRS/EDGE 1900 MHz</tp:docstring>
- </tp:flag>
- <tp:flag suffix="G850" value="0x10">
- <tp:docstring>GSM/GPRS/EDGE 850 MHz</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U2100" value="0x20">
- <tp:docstring>WCDMA 2100 MHz (Class I)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U1800" value="0x40">
- <tp:docstring>WCDMA 3GPP 1800 MHz (Class III)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U17IV" value="0x80">
- <tp:docstring>WCDMA 3GPP AWS 1700/2100 MHz (Class IV)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U800" value="0x100">
- <tp:docstring>WCDMA 3GPP UMTS 800 MHz (Class VI)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U850" value="0x200">
- <tp:docstring>WCDMA 3GPP UMTS 850 MHz (Class V)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U900" value="0x400">
- <tp:docstring>WCDMA 3GPP UMTS 900 MHz (Class VIII)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U17IX" value="0x800">
- <tp:docstring>WCDMA 3GPP UMTS 1700 MHz (Class IX)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U1900" value="0x1000">
- <tp:docstring>WCDMA 3GPP UMTS 1900 MHz (Class II)</tp:docstring>
- </tp:flag>
- <tp:flag suffix="U2600" value="0x2000">
- <tp:docstring>WCDMA 3GPP UMTS 2600 MHz (Class VII, internal)</tp:docstring>
- </tp:flag>
- </tp:flags>
-
- <tp:enum name="MM_MODEM_GSM_ALLOWED_MODE" type="u">
- <tp:docstring>
- Describes the device's current access mode preference; ie the specific
- technology preferences the device is allowed to use when connecting to
- a mobile network.
- </tp:docstring>
- <tp:enumvalue suffix="ANY" value="0">
- <tp:docstring>Any mode can be used</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="2G_PREFERRED" value="1">
- <tp:docstring>Prefer 2G (GPRS or EDGE)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="3G_PREFERRED" value="2">
- <tp:docstring>Prefer 3G (UMTS or HSxPA)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="2G_ONLY" value="3">
- <tp:docstring>Use only 2G (GPRS or EDGE)</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="3G_ONLY" value="4">
- <tp:docstring>Use only 3G (UMTS or HSxPA)</tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_GSM_ACCESS_TECH" type="u">
- <tp:docstring>
- Describes various access technologies that a device uses when connected
- to a mobile network.
- </tp:docstring>
- <tp:enumvalue suffix="UNKNOWN" value="0">
- <tp:docstring>The access technology used is unknown</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="GSM" value="1">
- <tp:docstring>GSM</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="GSM_COMPACT" value="2">
- <tp:docstring>Compact GSM</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="GPRS" value="3">
- <tp:docstring>GPRS</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="EDGE" value="4">
- <tp:docstring>EDGE (ETSI 27.007: "GSM w/EGPRS")</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="UMTS" value="5">
- <tp:docstring>UMTS (ETSI 27.007: "UTRAN")</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSDPA" value="6">
- <tp:docstring>HSDPA (ETSI 27.007: "UTRAN w/HSDPA")</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSUPA" value="7">
- <tp:docstring>HSUPA (ETSI 27.007: "UTRAN w/HSUPA")</tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="HSPA" value="8">
- <tp:docstring>HSPA (ETSI 27.007: "UTRAN w/HSDPA and HSUPA")</tp:docstring>
- </tp:enumvalue>
- <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>
-
- <tp:flags name="MM_MODEM_GSM_FACILITY" value-prefix="MM_MODEM_GSM_FACILITY" type="u">
- <tp:docstring>
- A bitfield describing which facilities have a lock enabled, i.e.,
- requires a pin or unlock code. The facilities include the
- personalizations (device locks) described in 3GPP spec TS 22.022,
- and the PIN and PIN2 locks, which are SIM locks.
- </tp:docstring>
- <tp:flag suffix="NONE" value="0x0">
- <tp:docstring>No facility</tp:docstring>
- </tp:flag>
- <tp:flag suffix="SIM" value="0x1">
- <tp:docstring>SIM lock</tp:docstring>
- </tp:flag>
- <tp:flag suffix="FIXED_DIALING" value="0x2">
- <tp:docstring>Fixed dialing (PIN2) SIM lock</tp:docstring>
- </tp:flag>
- <tp:flag suffix="PH_SIM" value="0x4">
- <tp:docstring>Device is locked to a specific SIM</tp:docstring>
- </tp:flag>
- <tp:flag suffix="PH_FSIM" value="0x8">
- <tp:docstring>Device is locked to first SIM inserted</tp:docstring>
- </tp:flag>
- <tp:flag suffix="NET_PERS" value="0x10">
- <tp:docstring>Network personalization</tp:docstring>
- </tp:flag>
- <tp:flag suffix="NET_SUB_PERS" value="0x20">
- <tp:docstring>Network subset personalization</tp:docstring>
- </tp:flag>
- <tp:flag suffix="PROVIDER_PERS" value="0x40">
- <tp:docstring>Service provider personalization</tp:docstring>
- </tp:flag>
- <tp:flag suffix="CORP_PERS" value="0x80">
- <tp:docstring>Corporate personalization</tp:docstring>
- </tp:flag>
- </tp:flags>
- </interface>
-</node>
-
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Location.xml b/introspection/org.freedesktop.ModemManager.Modem.Location.xml
deleted file mode 100644
index 0abb361c..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Location.xml
+++ /dev/null
@@ -1,253 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Location">
- <tp:docstring>
- This interface allows devices to provide location information to client
- applications. Not all devices can provide this information, or even if
- they do, they may not be able to provide it while a data session is
- active.
- </tp:docstring>
-
- <property name="Capabilities" type="u" access="read" tp:type="MM_MODEM_LOCATION_CAPABILITIES">
- <tp:docstring>
- Location capabilities of the device.
- </tp:docstring>
- </property>
-
- <property name="Enabled" type="b" access="read">
- <tp:docstring>
- TRUE if location information gathering is enabled for this device, FALSE
- if it is disabled. When disabled, the device will not provide location
- information.
- </tp:docstring>
- </property>
-
- <method name="Enable">
- <tp:docstring>
- Enable or disable location information gathering. This method may
- require the client to authenticate itself. This method may also cause
- any necessary functionality of the mobile be be turned on, including
- enabling the modem device itself.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_location_enable"/>
- <arg name="enable" type="b" direction="in">
- <tp:docstring>
- TRUE to enable location information gathering, FALSE to disable.
- </tp:docstring>
- </arg>
- <arg name="signal_location" type="b" direction="in">
- <tp:docstring>
- When enabling location information gathering, this argument controls
- whether the device emits signals with new location information or not.
- When signals are emitted, any client application (including malicious
- ones!) can listen for location updates unless D-Bus permissions
- restrict these signals from certain users. If further security is
- desired, this argument can be set to FALSE to disable location
- updates via D-Bus signals and require applications to call
- authenticated APIs (like GetLocation) to get location information.
- This argument is ignored when disabling location information
- gathering.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="GetLocation">
- <tp:docstring>
- Return current location information, if any. This method may require
- the client to authenticate itself.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_location_get_location"/>
- <arg name="Location" type="a{uv}" direction="out" tp:type="Location_Information_Map">
- <tp:docstring>
- Dict of available location information when location information
- gathering is enabled. If the modem supports multiple location types
- it may return more than one here.
- </tp:docstring>
- </arg>
- </method>
-
- <property name="SignalsLocation" type="b" access="read">
- <tp:docstring>
- TRUE if location updates will be emitted via D-Bus signals, FALSE
- if location updates will not be emitted. See the Enable method for
- more information.
- </tp:docstring>
- </property>
-
- <property name="Location" type="a{uv}" access="read" tp:type="Location_Information_Map">
- <tp:docstring>
- Dict of available location information when location information
- gathering is enabled. If the modem supports multiple location types
- it may return more than one here. Note that if the device was told
- not to emit updated location information when location information
- gathering was initially enabled, this property may not return
- any location information for security reasons.
- </tp:docstring>
- </property>
-
- <tp:mapping name="Location_Information_Map">
- <tp:docstring>
- A mapping from location type to type-specific location information.
- </tp:docstring>
- <tp:member type="u" name="Type" tp:type="MM_MODEM_LOCATION_CAPABILITIES">
- <tp:docstring>
- Identifies the type and format of the associated location information.
- Contrary to the value description, this is not a bitfield but uses the
- same values as the MM_MODEM_LOCATION_CAPABILITIES bitfield.
- </tp:docstring>
- </tp:member>
- <tp:member type="v" name="Data">
- <tp:docstring>
- Contains type-specific location information. See the documentation for
- each type for a description of its data format.
- </tp:docstring>
- </tp:member>
- </tp:mapping>
-
- <tp:flags name="MM_MODEM_LOCATION_CAPABILITIES" value-prefix="MM_MODEM_LOCATION_CAPABILITY" type="u">
- <tp:flag suffix="UNKNOWN" value="0x0">
- <tp:docstring><p>Unknown or no capabilties.</p></tp:docstring>
- </tp:flag>
- <tp:flag suffix="GPS_NMEA" value="0x1">
- <tp:docstring>
- <p>For capability reporting, indicates the device is capable of
- providing GPS NMEA-format location information.</p>
-
- <p>For location reporting, devices supporting this capability return
- a string containing one or more NMEA sentences (D-Bus signature 's').
- The manager will cache the most recent NMEA sentence of each type for
- a period of time not less than 30 seconds. When reporting multiple
- NMEA sentences, sentences shall be separated by an ASCII Carriage
- Return and Line Feed (&lt;CR&gt;&lt;LF&gt;) sequence.
- </p>
- <p>
- For example, if the device sends a $GPRMC sentence immediately
- followed by a $GPGGA sentence, the reported location string would be
- (where of course the &lt;CR&gt;&lt;LF&gt; is replaced with the actual
- ASCII CR (0x0D) and LF (0x0A) control characters):
- <pre>
- $GPRMC,134523.92,V,,,,,,,030136,,,N*73&lt;CR&gt;&lt;LF&gt;$GPGGA,,,,,,0,00,0.5,,M,0.0001999,M,0.0000099,0000*45
- </pre>
- If the device sends a new $GPRMC three seconds later, the new $GPRMC
- replaces the previously received $GPRMC sentence, and the updated
- string would be:
- <pre>
- $GPRMC,134526.92,V,,,,,,,030136,,,N*76&lt;CR&gt;&lt;LF&gt;$GPGGA,,,,,,0,00,0.5,,M,0.0001999,M,0.0000099,0000*45
- </pre>
- If the device then sends a $GPGSA sentence about 5 seconds later, the
- $GPGSA sentence is added to the string (since no $GPGSA sentence was
- previously received in this session), the updated string would be:
- <pre>
- $GPRMC,134526.92,V,,,,,,,030136,,,N*76&lt;CR&gt;&lt;LF&gt;$GPGGA,,,,,,0,00,0.5,,M,0.0001999,M,0.0000099,0000*45&lt;CR&gt;&lt;LF&gt;$GPGSA,A,1,,,,,,,,,,,,,1.1,0.5,1.0*34
- </pre>
- The manager may discard any cached sentences older than 30 seconds.
- </p>
- <p>This allows clients to read the latest positioning data as soon as
- possible after they start, even if the device is not providing
- frequent location data updates.
- </p>
- </tp:docstring>
- </tp:flag>
- <tp:flag suffix="GSM_LAC_CI" value="0x2">
- <tp:docstring>
- <p>For capability reporting, indicates the device is capable of
- providing GSM Location Area Code/Cell ID location information.</p>
-
- <p>For location reporting, devices supporting this
- capability return a string in the format "MCC,MNC,LAC,CI" (without the
- quotes of course) where the following applies:</p>
- <ul>
- <li>
- MCC is the three-digit ITU E.212 Mobile Country Code of the
- network provider to which the mobile is currently registered.
- This value should be the same MCC as reported by the
- org.freedesktop.Modem.Gsm.Network.GetRegistrationInfo() method's
- returned "operator code" argument.
- e.g. "310"
- </li>
- <li>
- MNC is the two- or three-digit GSM Mobile Network Code of the
- network provider to which the mobile is currently registered.
- This value should be the same MCC as reported by the
- org.freedesktop.Modem.Gsm.Network.GetRegistrationInfo() method's
- returned "operator code" argument.
- e.g. "26" or "260"
- </li>
- <li>
- LAC is the two-byte Location Area Code of the base station with
- which the mobile is registered, in upper-case hexadecimal format
- without leading zeros, as specified in 3GPP TS 27.007 section
- 10.1.19. e.g. "84CD".
- </li>
- <li>
- CI is the two- or four-byte Cell Identifier with which the mobile
- is registered, in upper-case hexadecimal format without leading
- zeros, as specified in 3GPP TS 27.007. e.g. "2BAF" or "D30156".
- </li>
- </ul>
- <p>The entire string may only be composed of the ASCII digits [0-9],
- the alphabetical characters [A-F], and the comma (,) character. No
- other characters are allowed. For example: "310,260,8BE3,2BAF" or
- "250,40,CE00,1CEAD8F0".</p>
-
- <p>If any of these four items (MCC,MNC,LAC,CI) is unknown or the
- mobile is not registered with a network, then the GSM_LAC_CI location
- information item should not be provided as a returned value from the
- GetLocation() method or in the Location property.</p>
- </tp:docstring>
- </tp:flag>
- <tp:flag suffix="GPS_RAW" value="0x4">
- <tp:docstring>
- <p>For capability reporting, indicates the device is capable of
- providing raw GPS information using a series of defined key/value
- pairs.</p>
-
- <p>For location reporting, devices supporting this
- capability return a D-Bus dict (signature a{sv}) mapping well-known
- keys to values with defined formats. The allowed key/value pairs
- and their formats are:</p>
- <table>
- <tr><th>Key</th><th>Value Type</th><th>Value contents</th><th>Example</th></tr>
- <tr>
- <td>latitude</td>
- <td>d</td>
- <td>Latitude in Decimal Degrees (positive numbers mean N quadrasphere, negative mean S quadrasphere)</td>
- <td>38.889722 (ie, 38d 53' 22" N)</td>
- </tr>
- <tr>
- <td>longitude</td>
- <td>d</td>
- <td>Longitude in Decimal Degrees (positive numbers mean E quadrasphere, negative mean W quadrasphere)</td>
- <td>-77.008889 (ie, 77d 0' 32" W)</td>
- </tr>
- <tr>
- <td>altitude</td>
- <td>d</td>
- <td>Altitude above sea level in meters</td>
- <td>33.5</td>
- </tr>
- <tr>
- <td>horiz-velocity</td>
- <td>d</td>
- <td>Horizontal velocity in meters-per-second</td>
- <td>.5</td>
- </tr>
- <tr>
- <td>vert-velocity</td>
- <td>d</td>
- <td>Vertical velocity in meters-per-second</td>
- <td>.01</td>
- </tr>
- </table>
- <p>The 'latitude' and 'longitude' keys are required; other keys are
- optional.</p>
- </tp:docstring>
- </tp:flag>
- </tp:flags>
-
- </interface>
-</node>
-
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager.Modem.Simple.xml
deleted file mode 100644
index 6c17c0d0..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager.Modem.Simple">
-
- <method name="Connect">
- <tp:docstring>
- Do everything needed to connect the modem.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_connect"/>
- <arg name="properties" type="a{sv}" direction="in">
- <tp:docstring>
- Dictionary of properties needed to get the modem connected.
- Each implementation is free to add it's own specific key-value pairs. The predefined
- common ones are:
-
- 'pin' : string
- 'network_id' : string (GSM/HSPA only)
- 'band' : uint
- 'network_mode' : uint
- 'apn' : string (GSM/HSPA only)
- 'number' : string
- 'rm-protocol' : uint (CDMA/EVDO only) (1 - Relay, 2 - Network PPP)
- </tp:docstring>
- </arg>
- </method>
- <!--
- <method name="Disconnect">
- <tp:docstring>
- Disconnect modem.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_disconnect"/>
- </method>
- -->
- <method name="GetStatus">
- <tp:docstring>
- Get the modem status.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_get_status"/>
- <arg name="properties" type="a{sv}" direction="out">
- <tp:docstring>
- Dictionary of properties.
- Each implementation is free to add it's own specific key-value pairs. The predefined
- common ones are:
-
- 'state' : uint (always)
- 'signal_quality' : uint (state >= registered)
- 'operator_code' : string (state >= registered)
- 'operator_name' : string (state >= registered)
- 'band' : uint (state >= registered)
- 'network_mode' : uint (state >= registered)
- </tp:docstring>
- </arg>
- </method>
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml
deleted file mode 100644
index 7da014f0..00000000
--- a/introspection/org.freedesktop.ModemManager.Modem.xml
+++ /dev/null
@@ -1,319 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
-
- <interface name="org.freedesktop.ModemManager.Modem">
- <method name="Enable">
- <tp:docstring>
- Enable the device. Initializes the modem.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_enable"/>
- <arg name="enable" type="b" direction="in">
- <tp:docstring>
- True to enable the device, False to disable.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Connect">
- <tp:docstring>
- Dial in.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_connect"/>
- <arg name="number" type="s" direction="in">
- <tp:docstring>
- The number to use for dialing.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Disconnect">
- <tp:docstring>
- Disconnect modem.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_disconnect"/>
- </method>
-
- <method name="GetIP4Config">
- <tp:docstring>
- Request the IP4 configuration from the device.
- Note that it'll only be supported for IPMethod MM_MODEM_IP_METHOD_STATIC.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_ip4_config"/>
- <arg name="address" type="(uuuu)" direction="out">
- Structure containing IP4 address, DNS1, DNS2, DNS3.
- The DNS list is padded with 0's if there's less than 3 DNS servers.
- </arg>
- </method>
-
- <method name="GetInfo">
- <tp:docstring>
- Get the card information (manufacturer, modem, version).
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_info"/>
- <arg name="info" type="(sss)" direction="out">
- <tp:docstring>
- Structure containing manufacturer, model, and version (revision) of the card.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="Reset">
- <tp:docstring>
- Clear non-persistent configuration and state, and return the device to
- a newly-powered-on state. This command may power-cycle the device.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_reset"/>
- </method>
-
- <method name="FactoryReset">
- <tp:docstring>
- Clear the modem's configuration (including persistent configuration and
- state), and return the device to a factory-default state. This command
- may or may not power-cycle the device.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_factory_reset"/>
- <arg name="code" type="s" direction="in">
- Carrier-supplied code required to reset the modem. Ignored if not required.
- </arg>
- </method>
-
- <signal name="StateChanged">
- <tp:docstring>
- The modem's state (see the State property) changed.
- </tp:docstring>
- <arg name="old" type="u" tp:type="MM_MODEM_STATE">
- <tp:docstring>
- Old state.
- </tp:docstring>
- </arg>
- <arg name="new" type="u" tp:type="MM_MODEM_STATE">
- <tp:docstring>
- New state.
- </tp:docstring>
- </arg>
- <arg name="reason" type="u" tp:type="MM_MODEM_STATE_REASON">
- <tp:docstring>
- Reason for this state change.
- </tp:docstring>
- </arg>
- </signal>
-
- <property name="Device" type="s" access="read">
- <tp:docstring>
- The modem port to use for IP configuration and traffic.
- </tp:docstring>
- </property>
-
- <property name="DeviceIdentifier" type="s" access="read">
- <tp:docstring>
- A best-effort device identifier based on various device information like
- model name, firmware revision, USB/PCI/PCMCIA IDs, and other properties.
- This ID is not guaranteed to be unique and may be shared between
- identical devices with the same firmware, but is intended to be
- "unique enough" for use as a casual device identifier for various
- user experience operations. This is not the device's IMEI or ESN since
- those may not be available before unlocking the device via a PIN.
- </tp:docstring>
- </property>
-
- <property name="MasterDevice" type="s" access="read">
- <tp:docstring>
- The physical modem device reference (ie, USB, PCI, PCMCIA device), which
- may be dependent upon the operating system. In Linux for example, this
- points to a sysfs path of the usb_device object.
- </tp:docstring>
- </property>
-
- <property name="Driver" type="s" access="read">
- <tp:docstring>
- The driver handling the device.
- </tp:docstring>
- </property>
-
- <property name="Type" type="u" access="read" tp:type="MM_MODEM_TYPE">
- <tp:docstring>
- The modem type.
- </tp:docstring>
- </property>
-
- <property name="Enabled" type="b" access="read">
- <tp:docstring>
- TRUE if the modem is enabled (ie, powered and usable), FALSE if it is disabled.
- </tp:docstring>
- </property>
-
- <property name="EquipmentIdentifier" type="s" access="read">
- <tp:docstring>
- The identity of the device. This will be the IMEI number for
- GSM devices and the hex-format ESN/MEID for CDMA devices.
- </tp:docstring>
- </property>
-
- <property name="UnlockRequired" type="s" access="read">
- <tp:docstring>
- Empty if the device is usable without an unlock code or has already
- been unlocked. If the device needs to be unlocked before becoming usable this
- property contains the specific unlock code required.  Valid unlock code values
- are "" (blank), "sim-pin", "sim-puk", "ph-sim-pin", "ph-fsim-pin",
- "ph-fsim-puk", "sim-pin2", "sim-puk2", "ph-net-pin", "ph-net-puk",
- "ph-netsub-pin", "ph-netsub-puk", "ph-sp-pin", "ph-sp-puk", "ph-corp-pin", and
- "ph-corp-puk".
- </tp:docstring>
- </property>
-
- <property name="UnlockRetries" type="u" access="read">
- <tp:docstring>
- The number of unlock retries remaining for the unlock code given by the
- property UnlockRequired, or 999 if the device does not support reporting
- unlock retries. If UnlockRequired is blank, the value of this property
- is not meaningful.
- </tp:docstring>
- </property>
-
- <property name="PinRetryCounts" type="a{su}" access="read">
- <tp:docstring>
- A dictionary in which the keys are the names of the unlock codes
- specified for the UnlockRequiredProperty, and the values are integers
- giving the number of PIN tries remaining before the code becomes
- blocked (requiring a PUK) or permanently blocked. Dictionary entries
- exist only for the codes for which the modem is able to report retry
- counts.
- </tp:docstring>
- </property>
-
- <property name="IpMethod" type="u" access="read" tp:type="MM_MODEM_IP_METHOD">
- <tp:docstring>
- The IP configuration method.
- </tp:docstring>
- </property>
-
- <property name="IpTimeout" type="u" access="read">
- <tp:docstring>
- Maximum time to wait for a successful IP establishment, when PPP is used.
- </tp:docstring>
- </property>
-
- <!-- Enabled should be folded into this. -->
- <property name="State" type="u" access="read" tp:type="MM_MODEM_STATE">
- <tp:docstring>
- State of the modem.
- </tp:docstring>
- </property>
-
- <tp:enum name="MM_MODEM_TYPE" type="u">
- <tp:enumvalue suffix="UNKNOWN" value="0">
- <tp:docstring>
- Unknown device.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="GSM" value="1">
- <tp:docstring>
- A GSM device.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="CDMA" value="2">
- <tp:docstring>
- A CDMA device.
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_IP_METHOD" type="u">
- <tp:enumvalue suffix="PPP" value="0">
- <tp:docstring>
- Use PPP to get the address.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="STATIC" value="1">
- <tp:docstring>
- Static configuration, the modem will provide IP information.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="DHCP" value="2">
- <tp:docstring>
- Use DHCP
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_STATE" type="u">
- <tp:enumvalue suffix="UNKNOWN" value="0">
- <tp:docstring>
- State unknown or not reportable.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="DISABLED" value="10">
- <tp:docstring>
- Modem is disabled.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="DISABLING" value="20">
- <tp:docstring>
- Modem is being disabled.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ENABLING" value="30">
- <tp:docstring>
- Modem is being enabled.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="ENABLED" value="40">
- <tp:docstring>
- Modem is enabled.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="SEARCHING" value="50">
- <tp:docstring>
- Modem is searching networks.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="REGISTERED" value="60">
- <tp:docstring>
- Modem is registered in a network.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="DISCONNECTING" value="70">
- <tp:docstring>
- Modem is being disconnected.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="CONNECTING" value="80">
- <tp:docstring>
- Modem is being connected.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="CONNECTED" value="90">
- <tp:docstring>
- Modem is connected
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- <tp:enum name="MM_MODEM_STATE_REASON" type="u">
- <tp:enumvalue suffix="NONE" value="0">
- <tp:docstring>
- Reason unknown or not reportable.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="USER_REQUESTED" value="1">
- <tp:docstring>
- State change was requested by an interface user.
- </tp:docstring>
- </tp:enumvalue>
- <tp:enumvalue suffix="SUSPEND" value="2">
- <tp:docstring>
- State change was caused by a system suspend.
- </tp:docstring>
- </tp:enumvalue>
- </tp:enum>
-
- </interface>
-</node>
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml
deleted file mode 100644
index 347aedf4..00000000
--- a/introspection/org.freedesktop.ModemManager.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.ModemManager">
-
- <method name="EnumerateDevices">
- <tp:docstring>
- Get the list of modem devices.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_enumerate_devices"/>
- <arg name="devices" type="ao" direction="out">
- <tp:docstring>
- List of object paths of modem devices known to the system.
- </tp:docstring>
- </arg>
- </method>
-
- <method name="ScanDevices">
- <tp:docstring>
- Start a new scan for connected modem devices.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_scan_devices"/>
- </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.
- </tp:docstring>
- <arg name="device" type="o">
- <tp:docstring>
- The object path of the newly added device.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="DeviceRemoved">
- <tp:docstring>
- A device was removed from the system, and is no longer available.
- </tp:docstring>
- <arg name="device" type="o">
- <tp:docstring>
- The object path of the device that was just removed.
- </tp:docstring>
- </arg>
- </signal>
-
- </interface>
-</node>
diff --git a/new/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml
index e771a98e..e771a98e 100644
--- a/new/org.freedesktop.ModemManager1.Bearer.xml
+++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Contacts.xml b/introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml
index da681b4f..da681b4f 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Contacts.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml
index 7ab2ed9f..7ab2ed9f 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Firmware.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
index 4673a28a..4673a28a 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Location.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
index aef5063c..aef5063c 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
index c4d3658e..c4d3658e 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
index 50ab2fd5..50ab2fd5 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.ModemCdma.xml b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
index 587fd5ab..587fd5ab 100644
--- a/new/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml
index 983875de..983875de 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Simple.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml
diff --git a/new/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml
index eb9d9050..eb9d9050 100644
--- a/new/org.freedesktop.ModemManager1.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.xml
diff --git a/new/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml
index 14f90774..14f90774 100644
--- a/new/org.freedesktop.ModemManager1.Sim.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sim.xml
diff --git a/new/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml
index ec45c4fc..ec45c4fc 100644
--- a/new/org.freedesktop.ModemManager1.Sms.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sms.xml
diff --git a/new/org.freedesktop.ModemManager1.xml b/introspection/org.freedesktop.ModemManager1.xml
index b782177f..b782177f 100644
--- a/new/org.freedesktop.ModemManager1.xml
+++ b/introspection/org.freedesktop.ModemManager1.xml
diff --git a/libmm-common/Makefile.am b/libmm-common/Makefile.am
index e9a87cd7..f7ef9dee 100644
--- a/libmm-common/Makefile.am
+++ b/libmm-common/Makefile.am
@@ -68,7 +68,7 @@ mm_gdbus_manager_generated = \
mm-gdbus-manager.h \
mm-gdbus-manager.c \
mm-gdbus-doc-org.freedesktop.ModemManager1.xml
-$(mm_gdbus_manager_generated): $(top_srcdir)/new/org.freedesktop.ModemManager1.xml
+$(mm_gdbus_manager_generated): $(top_srcdir)/introspection/org.freedesktop.ModemManager1.xml
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.freedesktop.ModemManager1. \
--c-namespace=MmGdbus \
@@ -82,7 +82,7 @@ mm_gdbus_sim_generated = \
mm-gdbus-sim.h \
mm-gdbus-sim.c \
mm-gdbus-doc-org.freedesktop.ModemManager1.Sim.xml
-$(mm_gdbus_sim_generated): $(top_srcdir)/new/org.freedesktop.ModemManager1.Sim.xml
+$(mm_gdbus_sim_generated): $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Sim.xml
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.freedesktop.ModemManager1. \
--c-namespace=MmGdbus \
@@ -97,15 +97,15 @@ mm_gdbus_modem_generated = \
mm-gdbus-modem.c \
mm-gdbus-doc-org.freedesktop.ModemManager1.Modem.xml
mm_gdbus_modem_deps = \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Messaging.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Location.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Firmware.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Contacts.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.ModemCdma.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml \
- $(top_srcdir)/new/org.freedesktop.ModemManager1.Modem.Simple.xml
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Location.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Firmware.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Contacts.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml \
+ $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml
$(mm_gdbus_modem_generated): $(mm_gdbus_modem_deps)
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.freedesktop.ModemManager1. \
@@ -124,7 +124,7 @@ mm_gdbus_sms_generated = \
mm-gdbus-sms.h \
mm-gdbus-sms.c \
mm-gdbus-doc-org.freedesktop.ModemManager1.Sms.xml
-$(mm_gdbus_sms_generated): $(top_srcdir)/new/org.freedesktop.ModemManager1.Sms.xml
+$(mm_gdbus_sms_generated): $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Sms.xml
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.freedesktop.ModemManager1. \
--c-namespace=MmGdbus \
@@ -138,7 +138,7 @@ mm_gdbus_bearer_generated = \
mm-gdbus-bearer.h \
mm-gdbus-bearer.c \
mm-gdbus-doc-org.freedesktop.ModemManager1.Bearer.xml
-$(mm_gdbus_bearer_generated): $(top_srcdir)/new/org.freedesktop.ModemManager1.Bearer.xml
+$(mm_gdbus_bearer_generated): $(top_srcdir)/introspection/org.freedesktop.ModemManager1.Bearer.xml
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.freedesktop.ModemManager1. \
--c-namespace=MmGdbus \
diff --git a/new/all.xml b/new/all.xml
deleted file mode 100644
index 83a90c25..00000000
--- a/new/all.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<tp:spec
- xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
- xmlns:xi="http://www.w3.org/2001/XInclude">
-
- <xi:include href="org.freedesktop.ModemManager1.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Sim.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Bearer.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Sms.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Modem3gpp.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.ModemCdma.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Messaging.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Location.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Firmware.xml"/>
- <xi:include href="org.freedesktop.ModemManager1.Modem.Contacts.xml"/>
-
-</tp:spec>