summaryrefslogtreecommitdiffstats
path: root/test/monitor-ofono
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-ofono')
-rwxr-xr-xtest/monitor-ofono14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/monitor-ofono b/test/monitor-ofono
index 6e63bc21..e4375b89 100755
--- a/test/monitor-ofono
+++ b/test/monitor-ofono
@@ -94,6 +94,20 @@ if __name__ == '__main__':
bus.add_signal_receiver(added,
bus_name="org.ofono",
+ signal_name = "ModemAdded",
+ member_keyword="member",
+ path_keyword="path",
+ interface_keyword="interface")
+
+ bus.add_signal_receiver(removed,
+ bus_name="org.ofono",
+ signal_name = "ModemRemoved",
+ member_keyword="member",
+ path_keyword="path",
+ interface_keyword="interface")
+
+ bus.add_signal_receiver(added,
+ bus_name="org.ofono",
signal_name = "ContextAdded",
member_keyword="member",
path_keyword="path",