All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test/list-modems : print Strength as an integer
@ 2010-12-15 15:07 =?unknown-8bit?q?Beno=C3=AEt?= Monin
  2010-12-17  0:56 ` Denis Kenzior
  0 siblings, 1 reply; 5+ messages in thread
From: =?unknown-8bit?q?Beno=C3=AEt?= Monin @ 2010-12-15 15:07 UTC (permalink / raw)
  To: ofono

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

org.ofono.NetworkRegistration property Strength is an integer,
so print it as such.
---
 test/list-modems     3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/list-modems b/test/list-modems
index 557efd5..8c075ac 100755
--- a/test/list-modems
+++ b/test/list-modems
@@ -51,7 +51,8 @@ for path, properties in modems:
 elif key in ["MobileNetworkCodeLength",
 "VoicemailMessageCount",
 "MicrophoneVolume",
- "SpeakerVolume"]:
+ "SpeakerVolume",
+ "Strength"]:
 val = int(properties[key])
 elif key in ["MainMenu"]:
 val = ", ".join([ text + " (" + str(int(icon)) +
-- 
1.7.0.3


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 15:07 [PATCH] test/list-modems : print Strength as an integer =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-12-17  0:56 ` Denis Kenzior
2010-12-17 20:32   ` =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-12-17 20:33   ` [PATCH resend] " =?unknown-8bit?q?Beno=C3=AEt?= Monin
2010-12-17 23:12     ` 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.