summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21Add parser for network search mode objectsYang Gu1-0/+10
2010-04-21Add parser for imeisv objectsYang Gu1-0/+45
2010-04-21Add parser for item text attribute list objectsYang Gu2-0/+32
2010-04-21Add parser for cdma sms tpdu objectsYang Gu1-0/+10
2010-04-21stkutil: Refactor network access nameDenis Kenzior1-1/+1
Don't allow 0 byte objects
2010-04-21Add parser for network access name objectsYang Gu2-0/+29
2010-04-21stkutil: Trivial indentation fixDenis Kenzior1-2/+2
2010-04-21Add parser for esn objectsYang Gu1-0/+21
2010-04-21stkutil: Refactor remote entity addressDenis Kenzior1-2/+2
Don't assign to the return structure until we know we can successfully parse.
2010-04-21Add parser for remote entity address objectsYang Gu2-0/+43
2010-04-21Add parser for service availability objectsYang Gu1-0/+10
2010-04-21stkutil: Refactor attribute informationDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for attribute information objectsYang Gu2-0/+36
2010-04-21stkutil: Refactor service searchDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for service search objectsYang Gu2-0/+36
2010-04-21stkutil: refactor device filterDenis Kenzior1-4/+7
Only Bluetooth & IRDA are really defined by the specification
2010-04-21Add parser for device filter objectsYang Gu2-0/+36
2010-04-21Add parser for service record objectsYang Gu2-0/+44
2010-04-21Add parser for display parameters objectsYang Gu2-0/+27
2010-04-21Add parser for access technology objectsYang Gu1-0/+14
2010-04-21gisi: move g_isi_modem_by_name to separate fileAki Niemi4-32/+68
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h.
2010-04-20Add parser for aid objectsYang Gu2-0/+43
2010-04-20Add parser for UICC/TE transport interface levelYang Gu2-0/+26
2010-04-20build: Upate test script list and sortDenis Kenzior1-12/+30
2010-04-20Mention Daniel's contributionsDenis Kenzior1-0/+1
2010-04-20Add script for entering pinDaniel Wagner1-0/+26
2010-04-20Mention Matthias' contributionsDenis Kenzior1-0/+1
2010-04-20wavecom: Trivial comment updateDenis Kenzior1-2/+4
2010-04-20wavecom: Braces are not necessaryDenis Kenzior1-2/+1
2010-04-20Added Wavecom modem plugin.Matthias Günther3-0/+190
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to be the final response. This requires some quirking in the sim driver. Refer to commit 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61 for details.
2010-04-20Fix build warning on 64bit systemAki Niemi1-1/+1
2010-04-20Add user authentication to gprs context driverAki Niemi1-17/+69
2010-04-20Refactor isimodem and gisi/netlinkPekka Pessi9-222/+485
Now usbpnmodem plugin is used to register ISI modems.
2010-04-20Parse Interface key for isimodem and n900modemPekka Pessi2-0/+27
2010-04-20Add infoserver to isimodemPekka Pessi5-0/+171
The info server provides information from the mobile station to the ISI modem. Currently it returns the Software Version Number (SVN) that is used in mobile identification.
2010-04-20gisi: add gisi server APIPekka Pessi4-0/+424
2010-04-20gisi: fix cast-align warningsPekka Pessi1-5/+4
2010-04-20gisi: check for NULL client and remove warningsPekka Pessi1-12/+28
2010-04-20gisi: move GIsiDebugFunc into modem.hPekka Pessi2-3/+3
2010-04-20Add SIM server state detectionPekka Pessi3-13/+141
Register isimodem SIM driver only when SIM server is ready. The best way to find out that the server is truly ready is to read some data.
2010-04-20Fix: s/bootsrap/bootstrap/Pekka Pessi6-6/+6
2010-04-20phonesim: Disable polling in phonesim for nowDenis Kenzior1-3/+1
Seems that polling support in phonesim is less than working
2010-04-20Trivial: Remove extra ':' from history outputDenis Kenzior1-1/+1
2010-04-20Improve GPRS test scriptsAki Niemi4-3/+43
Catch some errors and add a script for removing contexts.
2010-04-20Add isimodem gprs context driverAki Niemi4-1/+661
2010-04-20Add isimodem gprs driverAki Niemi4-0/+323
2010-04-20Add PN_GPDS code points and debuggingAki Niemi4-3/+439
2010-04-20Add SIM inserted notificationAki Niemi1-0/+2
TODO: This is a temporary solution. Trigger the inserted notification on actual SIM state changes instead.
2010-04-20gisi: fix pointer checkingAki Niemi1-2/+2
2010-04-20gisi/pep: check for NULL callbackAki Niemi1-1/+4