All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] test: Tweak monitor-ofono to display CSSI/CSSU notifications
@ 2012-08-07 14:02 Guillaume Zajac
  2012-08-07  6:33 ` Denis Kenzior
  2012-08-07 14:02 ` [PATCH 2/2] test: tweak monitor-ofono to display special characters Guillaume Zajac
  0 siblings, 2 replies; 4+ messages in thread
From: Guillaume Zajac @ 2012-08-07 14:02 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

---
 test/monitor-ofono |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/test/monitor-ofono b/test/monitor-ofono
index dcc5ff5..1f3fc56 100755
--- a/test/monitor-ofono
+++ b/test/monitor-ofono
@@ -161,6 +161,20 @@ if __name__ == '__main__':
 						path_keyword="path",
 						interface_keyword="interface")
 
+	bus.add_signal_receiver(value,
+				bus_name="org.ofono",
+					signal_name = "Forwarded",
+						member_keyword="member",
+						path_keyword="path",
+						interface_keyword="interface")
+
+	bus.add_signal_receiver(value,
+				bus_name="org.ofono",
+					signal_name = "BarringActive",
+						member_keyword="member",
+						path_keyword="path",
+						interface_keyword="interface")
+
 	for member in ["IncomingBroadcast", "EmergencyBroadcast",
 			"IncomingMessage", "ImmediateMessage"]:
 		bus.add_signal_receiver(message,
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-07 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 14:02 [PATCH 1/2] test: Tweak monitor-ofono to display CSSI/CSSU notifications Guillaume Zajac
2012-08-07  6:33 ` Denis Kenzior
2012-08-07 14:02 ` [PATCH 2/2] test: tweak monitor-ofono to display special characters Guillaume Zajac
2012-08-07  6:19   ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.