All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/14] test: fix bug in test-ss-control-cs
@ 2010-12-06 20:12 Gustavo F. Padovan
  2010-12-06 20:12 ` [PATCH 02/14] atmodem: use macros for CLIP validity Gustavo F. Padovan
  2010-12-10 18:56 ` [PATCH 01/14] test: fix bug in test-ss-control-cs Denis Kenzior
  0 siblings, 2 replies; 28+ messages in thread
From: Gustavo F. Padovan @ 2010-12-06 20:12 UTC (permalink / raw)
  To: ofono

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

---
 test/test-ss-control-cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test-ss-control-cs b/test/test-ss-control-cs
index bf59789..e04a4a0 100755
--- a/test/test-ss-control-cs
+++ b/test/test-ss-control-cs
@@ -29,7 +29,7 @@ if __name__ == "__main__":
 
         cs.connect_to_signal("PropertyChanged", property_changed)
 
-	ss = dbus.Interface(bus.get_object('org.ofono', modems[0]),
+	ss = dbus.Interface(bus.get_object('org.ofono', modems[0][0]),
 							'org.ofono.SupplementaryServices')
 
 	print_properties(cs)
-- 
1.7.3.2


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

end of thread, other threads:[~2010-12-17  0:48 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 20:12 [PATCH 01/14] test: fix bug in test-ss-control-cs Gustavo F. Padovan
2010-12-06 20:12 ` [PATCH 02/14] atmodem: use macros for CLIP validity Gustavo F. Padovan
2010-12-06 20:12   ` [PATCH 03/14] atmodem: cleanup DBG messages Gustavo F. Padovan
2010-12-06 20:12     ` [PATCH 04/14] TODO: Add onwer to CNAP task Gustavo F. Padovan
2010-12-06 20:12       ` [PATCH 05/14] include: add CNAP fields and defines Gustavo F. Padovan
2010-12-06 20:12         ` [PATCH 06/14] voicecall: add support for CNAP Gustavo F. Padovan
2010-12-06 20:12           ` [PATCH 07/14] doc: add Name property Gustavo F. Padovan
2010-12-06 20:12             ` [PATCH 08/14] atmodem: Add CNAP parsing to voicecall Gustavo F. Padovan
2010-12-06 20:12               ` [PATCH 09/14] call-settings: fix coding style Gustavo F. Padovan
2010-12-06 20:12                 ` [PATCH 10/14] include: add cnap_query callback Gustavo F. Padovan
2010-12-06 20:12                   ` [PATCH 11/14] call-settings: add CNAP support Gustavo F. Padovan
2010-12-06 20:12                     ` [PATCH 12/14] doc: add CallingNamePresentation property to CallSettings Gustavo F. Padovan
2010-12-06 20:12                       ` [PATCH 13/14] atmodem: add CNAP to call-settings Gustavo F. Padovan
2010-12-06 20:12                         ` [PATCH 14/14] test: add CNAP to test-ss-control-cs Gustavo F. Padovan
2010-12-17  0:48                           ` Denis Kenzior
2010-12-17  0:48                         ` [PATCH 13/14] atmodem: add CNAP to call-settings Denis Kenzior
2010-12-17  0:47                       ` [PATCH 12/14] doc: add CallingNamePresentation property to CallSettings Denis Kenzior
2010-12-17  0:47                     ` [PATCH 11/14] call-settings: add CNAP support Denis Kenzior
2010-12-17  0:46                   ` [PATCH 10/14] include: add cnap_query callback Denis Kenzior
2010-12-17  0:46                 ` [PATCH 09/14] call-settings: fix coding style Denis Kenzior
2010-12-17  0:45               ` [PATCH 08/14] atmodem: Add CNAP parsing to voicecall Denis Kenzior
2010-12-17  0:45             ` [PATCH 07/14] doc: add Name property Denis Kenzior
2010-12-17  0:44           ` [PATCH 06/14] voicecall: add support for CNAP Denis Kenzior
2010-12-17  0:42         ` [PATCH 05/14] include: add CNAP fields and defines Denis Kenzior
2010-12-10 19:01       ` [PATCH 04/14] TODO: Add onwer to CNAP task Denis Kenzior
2010-12-10 18:58     ` [PATCH 03/14] atmodem: cleanup DBG messages Denis Kenzior
2010-12-10 18:59   ` [PATCH 02/14] atmodem: use macros for CLIP validity Denis Kenzior
2010-12-10 18:56 ` [PATCH 01/14] test: fix bug in test-ss-control-cs 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.