aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2008-09-16 13:03:38 +0300
committerTambet Ingo <tambet@gmail.com>2008-09-16 13:10:44 +0300
commitda3bbdc893b43c52dec20216945a572632c56806 (patch)
tree757e97e6930725231239a130876d18076b63c858 /test
parente0c720e19c02c43c56f09be9de09cc90d46543a3 (diff)
Add marshallers so that RegistrationInfo signal can be enabled.
Diffstat (limited to 'test')
-rwxr-xr-xtest/mm-test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mm-test.py b/test/mm-test.py
index f6b24d27..e27b3e23 100755
--- a/test/mm-test.py
+++ b/test/mm-test.py
@@ -8,6 +8,8 @@ MM_DBUS_SERVICE='org.freedesktop.ModemManager'
MM_DBUS_PATH='/org/freedesktop/ModemManager'
MM_DBUS_INTERFACE='org.freedesktop.ModemManager'
MM_DBUS_INTERFACE_MODEM='org.freedesktop.ModemManager.Modem'
+MM_DBUS_INTERFACE_MODEM_GSM_CARD='org.freedesktop.ModemManager.Modem.Gsm.Card'
+MM_DBUS_INTERFACE_MODEM_GSM_NETWORK='org.freedesktop.ModemManager.Modem.Gsm.Network'
bus = dbus.SystemBus()
manager_proxy = bus.get_object(MM_DBUS_SERVICE, MM_DBUS_PATH)