Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-14 | test: new tester for the messaging capabilities of a modem, using `mmcli' | Aleksander Morgado | |
Usage: mmcli-test-sms [MODEM INDEX] [all|ucs2|gsm7|data] [NUMBER]" If [NUMBER] is not given, a dummy number will be used and NO SMS will be sent. If you give a proper [NUMBER], we will try to send the SMS. | |||
2012-08-31 | test: add utility to force a modem disconnect | Dan Williams | |
2012-05-30 | test: ignore ESN errors in info.py | Dan Williams | |
2012-03-16 | build: require gudev >= 147 | Aleksander Morgado | |
Since udev 147 the gudev API is no longer marked as experimental, and therefore `G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed. | |||
2012-02-02 | test: (sms-get.py) don't fail if we don't get an SMSC | Dan Williams | |
2012-02-01 | test: pretty-print SMS messages in sms-get.py | Dan Williams | |
2012-01-26 | test: add SMS get example/test | Dan Williams | |
2012-01-26 | test: add missing examples to Makefile.am | Dan Williams | |
2012-01-26 | test: rename SMS send example | Dan Williams | |
2012-01-18 | test: print sent SMS message index on success | Dan Williams | |
2012-01-18 | gsm: change SMS send validity from 5-minute units to minutes | Dan Williams | |
Might as well keep it simple. | |||
2012-01-18 | test: enhance SMS send util to accept validity and SMSC address | Dan Williams | |
2012-01-18 | test: print out error if sending SMS fails | Dan Williams | |
2012-01-18 | tests: better handling of encodings in SMS test tool | Dan Williams | |
Python usually uses Unicode, but often the shell encoding will be in UTF-8, so Python needs some help converting the message to Unicode. Use LANG to do that if we can. | |||
2011-09-30 | examples: add example of auto-enabling modems | Dan Williams | |
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-24 | tests: fix access tech reporting in scan.py | Dan Williams | |
2011-07-21 | test: improve ussd.py help message | Guido Günther | |
2011-03-26 | test: add test program to send SIM PIN | Dan Williams | |
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) | |||
2010-10-25 | gsm: add SimIdentifier property | Dan Williams | |
An obfuscated SimIdentifier that may be available before the PIN has been entered, for use in auto-unlocking a device. If this value is present, it should be used in preference to DeviceIdentifier as it is SIM-specific like the PIN code. | |||
2010-10-21 | core: add DeviceIdentifier property | Dan Williams | |
This is computed before any PIN is entered, and thus before we can usually get IMEI or MEID/ESN out of the device in many cases. It's therefore not the same as EquipmentIdentifier. This is intended to be used by UI programs for matching devices with PIN numbers for automatic unlocking. While the PIN number is actually *SIM* specific, no modems allow access to the IMSI before the PIN is entered, and thus we cannot actually match the PIN with the SIM. The device ID is the next best thing we can use and should allow auto unlocking in most cases. | |||
2010-08-30 | test: add scan helper/tester | Dan Williams | |
2010-07-09 | test: add modem info helper | Dan Williams | |
2010-06-29 | gsm: implement location API | Dan Williams | |
Depends on dbus-glib 0.86 + this patch: https://bugs.freedesktop.org/show_bug.cgi?id=28835 Still have to do the bits that allow plugins to add other location capabilities, but that can come later. | |||
2010-06-29 | test: add some simple testing utilities | Dan Williams | |
2010-04-09 | test: fix lsudev crash | Dan Williams | |
2010-01-19 | cdma: increase data call initiation timeout | Dan Williams | |
Some cards (Novatel S720 for example) can take a long time to start a data call if the device isn't activated on the network or the signal strength is low. | |||
2010-01-05 | test: handle various missing operator strings if the modem doesn't report them | Dan Williams | |
2009-12-21 | build: don't require pppd headers to build | Dan Williams | |
If they're not there, just ignore them and don't build the PPP-enabled bits of the test tool. | |||
2009-12-21 | test: add support for static IP configured devices (ie, 'hso') | Dan Williams | |
2009-12-20 | test: add ability to drive ppp for connection tests | Dan Williams | |
2009-12-20 | test: fix build warning | Dan Williams | |
2009-12-11 | test: argument parsing and connect improvements | Dan Williams | |
2009-12-02 | test: give some time before disconnecting | Dan Williams | |
2009-11-29 | test: actually send username and password when connecting | Dan Williams | |
2009-11-29 | test: give connect a bit more time | Dan Williams | |
Registration can be part of the connect process, which can take quite a while. | |||
2009-11-29 | test: handle scan errors more gracefully | Dan Williams | |
2009-11-24 | test: handle signal quality exceptions | Dan Williams | |
2009-11-17 | test: add lsudev.c since I don't know where else to put it | Dan Williams | |
A helpful little tool to debug udev device relationships. | |||
2009-10-12 | test: add connect ability | Dan Williams | |
2009-10-12 | cdma: split 1x and EVDO registration states | Dan Williams | |
Like UMTS vs. GSM, EVDO and 1x are separate networks and technologies and have separate registration state. You can even be roaming on EVDO while in your home 1x network. Handle that. | |||
2009-10-11 | mm-test: fix cdma registration state parsing | Dan Williams | |
2009-10-09 | cdma: implement generic registration state handling | Dan Williams | |
2009-10-06 | gsm: add cell access technology reporting to Scan() | Dan Williams | |
2009-09-08 | test: allow up to 60 seconds for Scan to complete | Dan Williams | |
2009-08-31 | test: don't bail out on errors parsing CDMA serving system results | Dan Williams | |
2009-08-31 | test: make mm-test executable again | Dan Williams | |
2009-08-17 | test: obscure IMSI/IMEI/ESN by default | Dan Williams | |
Pass --private to see these values if required. |