aboutsummaryrefslogtreecommitdiff
path: root/test/mm-test.py
AgeCommit message (Collapse)Author
2010-01-19cdma: increase data call initiation timeoutDan 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-05test: handle various missing operator strings if the modem doesn't report themDan Williams
2009-12-21test: add support for static IP configured devices (ie, 'hso')Dan Williams
2009-12-20test: add ability to drive ppp for connection testsDan Williams
2009-12-11test: argument parsing and connect improvementsDan Williams
2009-12-02test: give some time before disconnectingDan Williams
2009-11-29test: actually send username and password when connectingDan Williams
2009-11-29test: give connect a bit more timeDan Williams
Registration can be part of the connect process, which can take quite a while.
2009-11-29test: handle scan errors more gracefullyDan Williams
2009-11-24test: handle signal quality exceptionsDan Williams
2009-10-12test: add connect abilityDan Williams
2009-10-12cdma: split 1x and EVDO registration statesDan 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-11mm-test: fix cdma registration state parsingDan Williams
2009-10-09cdma: implement generic registration state handlingDan Williams
2009-10-06gsm: add cell access technology reporting to Scan()Dan Williams
2009-09-08test: allow up to 60 seconds for Scan to completeDan Williams
2009-08-31test: don't bail out on errors parsing CDMA serving system resultsDan Williams
2009-08-31test: make mm-test executable againDan Williams
2009-08-17test: obscure IMSI/IMEI/ESN by defaultDan Williams
Pass --private to see these values if required.
2009-08-06license: add license header to all files and set copyright based on git logAlexander Sack
2009-06-19cdma: implement GetServingSystemDan Williams
2009-06-19cdma: implement GetEsn()Dan Williams
2009-06-19modem: move GetInfo from GsmCard -> Modem interfaceDan Williams
It's generic, everything implements some variant of +GMM, +GMR, and +GMI.
2009-06-19test: refactorDan Williams
2009-06-18test: allow IMEI request to failDan Williams
2009-06-18test: fix up test program for current APIDan Williams
2008-10-20Fix mm-test.py.Tambet Ingo
2008-09-16Add marshallers so that RegistrationInfo signal can be enabled.Tambet Ingo
2008-07-31Enable the device before trying to operate on it.Tambet Ingo
2008-07-31Add an example testing program.Tambet Ingo