summaryrefslogtreecommitdiffstats
path: root/test/monitor-ofono
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-06-09 20:46:10 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-06-09 20:46:10 -0700
commit236f3acc0fe992909962254ac572fc8f8f9c9c61 (patch)
tree6dc9278cc66047b570cc7bd2830ec3cbbe45d271 /test/monitor-ofono
parent9a72d2566d1c8741ef6ba4c2d9d8ede7085d6c02 (diff)
downloadofono-236f3acc0fe992909962254ac572fc8f8f9c9c61.tar.bz2
Add support for Features property on modem interface
Diffstat (limited to 'test/monitor-ofono')
-rwxr-xr-xtest/monitor-ofono2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-ofono b/test/monitor-ofono
index 0335fcd4..3b1e1623 100755
--- a/test/monitor-ofono
+++ b/test/monitor-ofono
@@ -7,7 +7,7 @@ import dbus.mainloop.glib
def property_changed(name, value, path, interface):
iface = interface[interface.rfind(".") + 1:]
- if name in ["Modems", "Interfaces",
+ if name in ["Modems", "Interfaces", "Features",
"Technologies",
"SubscriberNumbers",
"Operators",