summaryrefslogtreecommitdiff
path: root/test/monitor-ofono
Commit message (Collapse)AuthorAgeFilesLines
* test: Convert to Python 3Martin Pitt2014-03-111-2/+2
| | | | | Change raw_input() to input() and unicode to str. This is *not* compatible with Python 2. Update the hashbangs to run with Python 3.
* test: Move from static gobject bindings to GIMartin Pitt2014-03-111-2/+2
| | | | | Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3.
* test: Make print calls compatible with Python 3Martin Pitt2014-03-111-8/+8
| | | | | | Turn print calls into print() function calls and avoid using comma-separated arguments, so that they work and look the same with both Python 2 and 3.
* test: Fix ascii conversion exceptionDenis Kenzior2012-11-221-0/+3
|
* test: Add support for CSSI/CSSU notificationsDenis Kenzior2012-08-071-6/+7
|
* test: Fix weird formatting mis-matchesDenis Kenzior2012-08-071-23/+23
|
* test: Remove redundant code from monitor-ofonoDenis Kenzior2012-08-071-44/+12
|
* monitor-ofono: Fix to print non-English charactersPhilippe Nunes2012-07-271-2/+2
| | | | | | | | The default encoding for a Python bytestring is ASCII. But the SMS/USSD text is encoded in UTF-8. This is why trying to convert non-English characters (Unicode characters beyond 128) produces the error "UnicodeEncodeError: 'ascii' codec can't encode character".
* monitor-ofono: monitor DisconnectReasonPekka Pessi2010-11-111-0/+11
|
* test: update monitor-ofono with new SMS apiDenis Kenzior2010-09-211-0/+13
|
* test: Update monitor-ofono with USSD supportDenis Kenzior2010-09-151-0/+12
|
* test: Update to the new Manager apiDenis Kenzior2010-09-091-0/+14
|
* test: Fix mixing tabs and spacesDenis Kenzior2010-09-091-3/+3
|
* test-monitor: monitor irregular signalsPekka Pessi2010-08-251-0/+63
|
* monitor-ofono: deep pretty-printPekka Pessi2010-08-251-14/+46
|
* test: Update to the new netreg APIDenis Kenzior2010-08-181-1/+0
|
* Add support for Features property on modem interfaceMarcel Holtmann2010-06-091-1/+1
|
* Add array decoding for emergency numbersMarcel Holtmann2010-05-281-0/+1
|
* Rename AvailableOperators to OperatorsDenis Kenzior2010-03-251-1/+1
|
* Add some extra pretty decoding to monitor scriptMarcel Holtmann2009-11-181-1/+9
|
* Mark some properties as integer so they get printed properlyMarcel Holtmann2009-09-081-1/+2
|
* Add test script to monitor all PropertyChanged signalsMarcel Holtmann2009-09-021-0/+28