summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-20Add configure switch to disable PhoNet/ISI supportAki Niemi3-3/+14
2009-08-20gisi: PEP: use more portable non-blocking and close-on-execRémi Denis-Courmont1-1/+4
2009-08-19Fix make distcheck - gisi/modem.hDenis Kenzior1-1/+1
gisi/modem.h was not included in Makefile.am
2009-08-19Fix make distcheckDenis Kenzior1-1/+1
isicommon.h is no longer in the repository
2009-08-19Remove modem member from cb_dataDenis Kenzior11-45/+42
2009-08-19Fix release specific not reporting proper reasonDenis Kenzior1-1/+1
The proper disconnect reason was not being reported in the at modem voicecall plugin
2009-08-19Emit the DisconnectReason signalDenis Kenzior1-1/+28
2009-08-19Make sure call history handles waiting callsDenis Kenzior1-1/+2
Missed waiting calls were not being handled properly
2009-08-19Remove poll_clcc variableDenis Kenzior1-26/+17
The reference implementation will always poll. If a modem vendor has extensions for call status reporting, then those should be used in a separate driver
2009-08-19Update the AT modem voicecall driver for new APIDenis Kenzior3-223/+247
2009-08-19Evolve the voicecall driverDenis Kenzior6-519/+584
2009-08-19Remove dead code in voicecall at driverDenis Kenzior1-31/+0
2009-08-19Update netreg AT modem driver to the new APIDenis Kenzior3-96/+109
2009-08-19Evolve the netreg driverDenis Kenzior5-342/+434
2009-08-19Move mcc & mnc defines to types.hDenis Kenzior2-4/+4
2009-08-19Refine errors returned by message-waitingDenis Kenzior1-4/+10
If we have not initialized fully yet, return sim_not_ready error. If we couldn't read EFmbi or not able to stat EFmbdn size properly, then set mbdn_not_present to TRUE and always return not_supported error
2009-08-19Port AT modem driver to the new MWI apiDenis Kenzior1-0/+15
2009-08-19Evolve message waiting low level APIDenis Kenzior5-185/+249
2009-08-19Add a new SIM not ready errorDenis Kenzior2-0/+7
2009-08-19Update voicecalls to the new SIM APIDenis Kenzior1-12/+29
2009-08-19Update network registration to the new SIM APIDenis Kenzior1-14/+61
2009-08-19Update message waiting to the new SIM APIDenis Kenzior1-17/+64
2009-08-19Remove traces of sim_manager from modem.cDenis Kenzior1-5/+0
2009-08-19Remove unneeded function callDenis Kenzior1-1/+0
2009-08-19Update SIM AT driver to the new APIDenis Kenzior3-43/+69
2009-08-19Evolve SIM driverDenis Kenzior7-327/+454
2009-08-19Move ofono_destroy_fun to types.hDenis Kenzior2-2/+2
2009-08-19Remove unneeded variableDenis Kenzior1-1/+0
2009-08-19Fix cut and paste errorDenis Kenzior1-1/+1
2009-08-19Fix whitespace and style issuesDenis Kenzior6-11/+10
2009-08-19Refactor ECC: Free the new_en_listDenis Kenzior1-0/+6
Avoid a potential memory leak in case the interface is removed during the SIM read operation.
2009-08-19Port SMS AT modem driver to the new APIDenis Kenzior3-179/+178
2009-08-19Evolve SMS driver APIDenis Kenzior5-172/+263
2009-08-19Remove unused memberDenis Kenzior1-1/+0
2009-08-19gisi: fix pipe create request endianess problemsRémi Denis-Courmont1-8/+11
2009-08-19gisi: bind pipe end point *before* getting its handleRémi Denis-Courmont1-1/+1
2009-08-19Phonet: GPRS pipe end point low-level supportRémi Denis-Courmont3-0/+149
2009-08-19Phonet: missing SOL_PNPIPE definitionRémi Denis-Courmont1-0/+2
2009-08-19Phonet: add error handling for pipesRémi Denis-Courmont2-4/+54
2009-08-19Phonet: add modem parameter to ISI pipe APIRémi Denis-Courmont2-3/+5
2009-08-19Phonet: add modem parameter to ISI client APIRémi Denis-Courmont5-6/+8
2009-08-19gisi: provide modem identifier through Netlink APIRémi Denis-Courmont3-4/+11
2009-08-19gisi: warn if GIsiModem is missing rather than failRémi Denis-Courmont1-0/+3
2009-08-19gisi: low-level modem scoping for socketsRémi Denis-Courmont5-10/+49
2009-08-17Remove the use of driver.hDenis Kenzior3-3/+0
2009-08-17Remove unused headerDenis Kenzior3-3/+0
2009-08-17Make distcheck happyDenis Kenzior1-1/+1
2009-08-17Refactor ECC Support: Update when EFecc is readDenis Kenzior1-23/+61
We should start with a default set of ECC numbers which are always available according to 22.101, even if no SIM present. Then when EFecc is read, we update the EmergencyNumbers property. According to 22.101 the 112 and 911 numbers must always be available. Since these numbers can also be stored on the SIM itself, we must avoid duplication.
2009-08-17Refactor ECC Support: Don't bother with g_sourceDenis Kenzior1-24/+1
Don't bother playing the g_source tricks for EmergencyNumbers property changed signal emission. The list is not bound to change more than once.
2009-08-17Refactor ECC Support: Free in right spotDenis Kenzior1-7/+6
The freeing of the emergency list should be in voicecalls_destroy function, where the rest of the datastructure is being freed