Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-20 | Add configure switch to disable PhoNet/ISI support | Aki Niemi | 3 | -3/+14 | |
2009-08-20 | gisi: PEP: use more portable non-blocking and close-on-exec | Rémi Denis-Courmont | 1 | -1/+4 | |
2009-08-19 | Fix make distcheck - gisi/modem.h | Denis Kenzior | 1 | -1/+1 | |
gisi/modem.h was not included in Makefile.am | |||||
2009-08-19 | Fix make distcheck | Denis Kenzior | 1 | -1/+1 | |
isicommon.h is no longer in the repository | |||||
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 11 | -45/+42 | |
2009-08-19 | Fix release specific not reporting proper reason | Denis Kenzior | 1 | -1/+1 | |
The proper disconnect reason was not being reported in the at modem voicecall plugin | |||||
2009-08-19 | Emit the DisconnectReason signal | Denis Kenzior | 1 | -1/+28 | |
2009-08-19 | Make sure call history handles waiting calls | Denis Kenzior | 1 | -1/+2 | |
Missed waiting calls were not being handled properly | |||||
2009-08-19 | Remove poll_clcc variable | Denis Kenzior | 1 | -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-19 | Update the AT modem voicecall driver for new API | Denis Kenzior | 3 | -223/+247 | |
2009-08-19 | Evolve the voicecall driver | Denis Kenzior | 6 | -519/+584 | |
2009-08-19 | Remove dead code in voicecall at driver | Denis Kenzior | 1 | -31/+0 | |
2009-08-19 | Update netreg AT modem driver to the new API | Denis Kenzior | 3 | -96/+109 | |
2009-08-19 | Evolve the netreg driver | Denis Kenzior | 5 | -342/+434 | |
2009-08-19 | Move mcc & mnc defines to types.h | Denis Kenzior | 2 | -4/+4 | |
2009-08-19 | Refine errors returned by message-waiting | Denis Kenzior | 1 | -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-19 | Port AT modem driver to the new MWI api | Denis Kenzior | 1 | -0/+15 | |
2009-08-19 | Evolve message waiting low level API | Denis Kenzior | 5 | -185/+249 | |
2009-08-19 | Add a new SIM not ready error | Denis Kenzior | 2 | -0/+7 | |
2009-08-19 | Update voicecalls to the new SIM API | Denis Kenzior | 1 | -12/+29 | |
2009-08-19 | Update network registration to the new SIM API | Denis Kenzior | 1 | -14/+61 | |
2009-08-19 | Update message waiting to the new SIM API | Denis Kenzior | 1 | -17/+64 | |
2009-08-19 | Remove traces of sim_manager from modem.c | Denis Kenzior | 1 | -5/+0 | |
2009-08-19 | Remove unneeded function call | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Update SIM AT driver to the new API | Denis Kenzior | 3 | -43/+69 | |
2009-08-19 | Evolve SIM driver | Denis Kenzior | 7 | -327/+454 | |
2009-08-19 | Move ofono_destroy_fun to types.h | Denis Kenzior | 2 | -2/+2 | |
2009-08-19 | Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Fix cut and paste error | Denis Kenzior | 1 | -1/+1 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 6 | -11/+10 | |
2009-08-19 | Refactor ECC: Free the new_en_list | Denis Kenzior | 1 | -0/+6 | |
Avoid a potential memory leak in case the interface is removed during the SIM read operation. | |||||
2009-08-19 | Port SMS AT modem driver to the new API | Denis Kenzior | 3 | -179/+178 | |
2009-08-19 | Evolve SMS driver API | Denis Kenzior | 5 | -172/+263 | |
2009-08-19 | Remove unused member | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | gisi: fix pipe create request endianess problems | Rémi Denis-Courmont | 1 | -8/+11 | |
2009-08-19 | gisi: bind pipe end point *before* getting its handle | Rémi Denis-Courmont | 1 | -1/+1 | |
2009-08-19 | Phonet: GPRS pipe end point low-level support | Rémi Denis-Courmont | 3 | -0/+149 | |
2009-08-19 | Phonet: missing SOL_PNPIPE definition | Rémi Denis-Courmont | 1 | -0/+2 | |
2009-08-19 | Phonet: add error handling for pipes | Rémi Denis-Courmont | 2 | -4/+54 | |
2009-08-19 | Phonet: add modem parameter to ISI pipe API | Rémi Denis-Courmont | 2 | -3/+5 | |
2009-08-19 | Phonet: add modem parameter to ISI client API | Rémi Denis-Courmont | 5 | -6/+8 | |
2009-08-19 | gisi: provide modem identifier through Netlink API | Rémi Denis-Courmont | 3 | -4/+11 | |
2009-08-19 | gisi: warn if GIsiModem is missing rather than fail | Rémi Denis-Courmont | 1 | -0/+3 | |
2009-08-19 | gisi: low-level modem scoping for sockets | Rémi Denis-Courmont | 5 | -10/+49 | |
2009-08-17 | Remove the use of driver.h | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Remove unused header | Denis Kenzior | 3 | -3/+0 | |
2009-08-17 | Make distcheck happy | Denis Kenzior | 1 | -1/+1 | |
2009-08-17 | Refactor ECC Support: Update when EFecc is read | Denis Kenzior | 1 | -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-17 | Refactor ECC Support: Don't bother with g_source | Denis Kenzior | 1 | -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-17 | Refactor ECC Support: Free in right spot | Denis Kenzior | 1 | -7/+6 | |
The freeing of the emergency list should be in voicecalls_destroy function, where the rest of the datastructure is being freed |