summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-03-26test: add test program to send SIM PINDan Williams2-1/+67
2011-01-14test: handle cancel and distinguish between initiate and respond (bgo #638038)Guido Günther1-2/+19
2010-11-05gsm: add preliminary USSD support (bgo #590798)Guido Günther1-0/+27
2010-10-25gsm: add SimIdentifier propertyDan Williams1-4/+11
2010-10-21core: add DeviceIdentifier propertyDan Williams1-0/+1
2010-08-30test: add scan helper/testerDan Williams1-0/+101
2010-07-09test: add modem info helperDan Williams2-1/+255
2010-06-29gsm: implement location APIDan Williams1-0/+57
2010-06-29test: add some simple testing utilitiesDan Williams3-0/+108
2010-04-09test: fix lsudev crashDan Williams1-8/+9
2010-01-19cdma: increase data call initiation timeoutDan Williams1-1/+1
2010-01-05test: handle various missing operator strings if the modem doesn't report themDan Williams1-2/+4
2009-12-21build: don't require pppd headers to buildDan Williams1-0/+4
2009-12-21test: add support for static IP configured devices (ie, 'hso')Dan Williams1-28/+98
2009-12-20test: add ability to drive ppp for connection testsDan Williams3-9/+425
2009-12-20test: fix build warningDan Williams1-1/+1
2009-12-11test: argument parsing and connect improvementsDan Williams1-2/+4
2009-12-02test: give some time before disconnectingDan Williams1-0/+3
2009-11-29test: actually send username and password when connectingDan Williams1-1/+6
2009-11-29test: give connect a bit more timeDan Williams1-1/+1
2009-11-29test: handle scan errors more gracefullyDan Williams1-1/+6
2009-11-24test: handle signal quality exceptionsDan Williams1-1/+11
2009-11-17test: add lsudev.c since I don't know where else to put itDan Williams1-0/+180
2009-10-12test: add connect abilityDan Williams1-6/+47
2009-10-12cdma: split 1x and EVDO registration statesDan Williams1-2/+3
2009-10-11mm-test: fix cdma registration state parsingDan Williams1-1/+1
2009-10-09cdma: implement generic registration state handlingDan Williams1-1/+17
2009-10-06gsm: add cell access technology reporting to Scan()Dan Williams1-3/+23
2009-09-08test: allow up to 60 seconds for Scan to completeDan Williams1-1/+1
2009-08-31test: don't bail out on errors parsing CDMA serving system resultsDan Williams1-4/+9
2009-08-31test: make mm-test executable againDan Williams1-0/+0
2009-08-17test: obscure IMSI/IMEI/ESN by defaultDan Williams1-31/+69
2009-08-06license: add license header to all files and set copyright based on git logAlexander Sack2-0/+27
2009-06-19cdma: implement GetServingSystemDan Williams1-1/+13
2009-06-19cdma: implement GetEsn()Dan Williams1-0/+6
2009-06-19modem: move GetInfo from GsmCard -> Modem interfaceDan Williams1-3/+5
2009-06-19test: refactorDan Williams1-38/+46
2009-06-18test: allow IMEI request to failDan Williams1-1/+4
2009-06-18test: fix up test program for current APIDan Williams1-2/+5
2009-05-25Fix a typo.Tambet Ingo1-1/+1
2009-03-23Implement sending SMS messages.Tambet Ingo1-0/+39
2008-10-20Fix mm-test.py.Tambet Ingo1-86/+61
2008-09-16Add marshallers so that RegistrationInfo signal can be enabled.Tambet Ingo1-0/+2
2008-07-31Enable the device before trying to operate on it.Tambet Ingo1-19/+26
2008-07-31Add an example testing program.Tambet Ingo2-0/+144