Hi,

gsm/parser.py includes a small test program. However it tries to print
a function instead of printing the list of responses. Here's a patch
to fix this:

diff --git a/framework/subsystems/ogsmd/gsm/parser.py 
b/framework/subsystems/ogsmd/gsm/parser.py
index 9528657..d50ecbc 100644
--- a/framework/subsystems/ogsmd/gsm/parser.py
+++ b/framework/subsystems/ogsmd/gsm/parser.py
@@ -326,5 +326,5 @@ if __name__ == "__main__":

     print repr(p.lines)
     print repr(responses)
-    print repr(unsolicited)
+    print repr(unsoliciteds)




best regards,
Timo Lindfors

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to