Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-18 | test: remove testers of the old interface | Aleksander Morgado | |
Old python tests using the old ModemManager interface are removed, as mmcli provides already a much nicer way to test the DBus interface. Also, mm-test.py and the PPPD plugin get removed, which were also using the old interface, and which were not very useful for testing newer non-PPP based modems. https://bugzilla.gnome.org/show_bug.cgi?id=702061 | |||
2011-08-09 | test: allow modem numbers in addition to object paths | Dan Williams | |
If the command-line arg doesn't look like an object path, treat it as the modem # and make the object path. | |||
2011-07-21 | test: improve ussd.py help message | Guido Günther | |
2011-01-14 | test: handle cancel and distinguish between initiate and respond (bgo #638038) | Guido Günther | |
2010-11-05 | gsm: add preliminary USSD support (bgo #590798) | Guido Günther | |
We currently convert to and from the modem's set charset and always pass '15' as the data coding scheme. Passing the correct data coding scheme as third argument to CUSD only upsets the network. This contradicts 3GPP TS 23.038. Other tools like gsm-ussd handle it the same way. Network responses that require further actions are not yet implemented. (some fixes and cleanups by Dan Williams) |