summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-04-20Remove declaration of unused dump_msg()Aki Niemi1-2/+0
2010-04-15Fix: Don't crash by calling sim watch too earlyDenis Kenzior1-1/+0
The modem sim watch is only watching for removed and ready conditions, so no need to call it prematurely
2010-04-15Fix: Make distcheck happyDenis Kenzior1-1/+0
2010-04-15Rename ofono_atmodem_poll_enableDenis Kenzior4-4/+4
This is not official oFono API
2010-04-15Implement STATUS polling in atmodem driver.Andrzej Zaborowski5-5/+351
2010-04-15Fix: should be unsigned char not guint8Denis Kenzior1-1/+1
2010-04-15Style: Proper indentationDenis Kenzior1-6/+6
2010-04-15Add AT driver for STK atom.Andrzej Zaborowski6-0/+269
2010-04-15Style: Proper indentationDenis Kenzior1-6/+7
2010-04-15Refactor: Keep separate lists for pre/post atomsDenis Kenzior1-53/+33
2010-04-15Refactor: use a switch/case to make more readableDenis Kenzior1-14/+11
2010-04-15Remove post-sim atoms after SIM is extracted.Andrzej Zaborowski1-0/+40
2010-04-15Refactor: Store the sim object inside voicecallsDenis Kenzior1-35/+26
Makes the logic a bit easier to follow. Also use a switch/case inside the sim state watcher.
2010-04-15Style: Proper indentationDenis Kenzior1-1/+2
2010-04-15Fix: The null check should be done elsewhereDenis Kenzior1-3/+0
2010-04-15Fix: Make the name a bit clearerDenis Kenzior1-2/+2
2010-04-15Fix: No glib types in oFono public APIDenis Kenzior2-2/+2
2010-04-15Handle EFen list when SIM inserted / removedAndrzej Zaborowski1-7/+58
2010-04-15Fix: Style issues in stk driver APIDenis Kenzior1-9/+10
2010-04-15Fix: Look for the STK atom, not SIM atomDenis Kenzior1-1/+1
2010-04-15Fix: Process CBS sim downloads if STK atom existsDenis Kenzior1-1/+2
2010-04-15Add Sim Toolkit atomAndrzej Zaborowski9-121/+287
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver