Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sec: Handle various SIM I/O message formats based on SIM ICC type | Paul Kocialkowski | 2013-02-09 | 4 | -44/+296 | |
| | | | | | | Also make request id registration override older requests. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: Do not consider absent SIM state as unknown | Paul Kocialkowski | 2013-02-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: Assume SIM is ready when phonebook init is complete | Paul Kocialkowski | 2013-02-09 | 1 | -3/+1 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: Send SIM I/O requests one after another | Paul Kocialkowski | 2013-02-09 | 2 | -21/+205 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Change coding style: add a space after if, for and while | Paul Kocialkowski | 2013-02-09 | 17 | -469/+469 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | compat: Removed separate header: apply per-version changes in the code | Paul Kocialkowski | 2013-02-09 | 5 | -61/+61 | |
| | | | | | | | | This is especially relevant when the elements of the structures changed or need a different handling in the code: that way, we don't confuse which structure is declared. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: Rewrite SIM I/O functions | Paul Kocialkowski | 2013-02-09 | 2 | -34/+55 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | MISC: Timezone can be negative: handle that case as well | Paul Kocialkowski | 2013-02-08 | 1 | -2/+3 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | PWR: Report power states and return to RILJ properly | Paul Kocialkowski | 2012-12-16 | 2 | -24/+20 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | RFS: Export ipc_rfs_send function prototype | Paul Kocialkowski | 2012-12-15 | 2 | -2/+3 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SAT: Rename STK functions, disable STK by default | Paul Kocialkowski | 2012-12-15 | 4 | -18/+37 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 24 | -24/+24 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Disp: Report RSSI properly with newer version | Paul Kocialkowski | 2012-11-18 | 2 | -11/+20 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | TODO: Removed implemented GPRS functions | Paul Kocialkowski | 2012-11-12 | 1 | -7/+0 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SRS: Set non-blocking flag without override | Paul Kocialkowski | 2012-11-12 | 1 | -1/+4 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: Pass CID to activate/deactivate IPC functions | Paul Kocialkowski | 2012-11-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SRS: Rework to handle multiple clients in a better way | Paul Kocialkowski | 2012-11-05 | 4 | -123/+436 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Updated copyright information | Paul Kocialkowski | 2012-11-04 | 22 | -20/+22 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SMS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-04 | 4 | -316/+302 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SMS: Process next incoming message after failure | Paul Kocialkowski | 2012-11-04 | 2 | -10/+17 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SMS: Use lists stored in ril_data instead of global tpid table | Paul Kocialkowski | 2012-11-01 | 3 | -99/+142 | |
| | | | | | | Some strutures were also renamed to Stick to libsamsung-ipc changes Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GEN: Change function name to match naming style | Paul Kocialkowski | 2012-11-01 | 1 | -2/+2 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 3 | -91/+135 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GEN: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 3 | -79/+104 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | PWR: Fix typo error | Paul Kocialkowski | 2012-11-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 21 | -694/+858 | |
| | | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Call: return NULL and 0 len when no calls are to be listed | Paul Kocialkowski | 2012-09-19 | 1 | -0/+7 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SEC: Avoid garbage when sending SIM IO | Paul Kocialkowski | 2012-09-14 | 1 | -17/+15 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-09 | 2 | -5/+5 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALL | Paul Kocialkowski | 2012-09-07 | 5 | -35/+101 | |
| | | | | | | SEC/SMS: Fixed compat Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-06 | 4 | -81/+83 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Cosmetics: removed lines with tabs or spaces | Paul Kocialkowski | 2012-08-28 | 10 | -18/+18 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SRS: Use different socket type based on RIL version | Paul Kocialkowski | 2012-08-28 | 1 | -1/+4 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Rework SRS to support multiple clients | Alexander Tarasikov | 2012-08-27 | 4 | -133/+113 | |
| | | | | | | This fixes deadlocks on Galaxy Nexus (Tuna) when GPS/NFC libraries open the socket thus preventing in-call audio from functioning | |||||
* | Synchronize ril and ipc notifications | Alexander Tarasikov | 2012-08-26 | 1 | -2/+24 | |
| | | | | | This fixes RSSI status and probably some other concurrency issues | |||||
* | Only fake ril version on jellybean | Alexander Tarasikov | 2012-08-25 | 1 | -1/+5 | |
| | ||||||
* | Fix compiling gprs on Gingerbread | Alexander Tarasikov | 2012-08-25 | 1 | -3/+11 | |
| | ||||||
* | Fix GPRS on ICS/JB | Alexander Tarasikov | 2012-08-25 | 2 | -70/+158 | |
| | ||||||
* | compat: fix data fail cause | Alexander Tarasikov | 2012-08-24 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'ksys/master' into replicant-merge | Alexander Tarasikov | 2012-08-24 | 13 | -52/+249 | |
|\ | | | | | | | | | | | Conflicts: gprs.c net.c | |||||
| * | Use RADIO_STATE_ON on ICS/JB only | Alexander Tarasikov | 2012-08-24 | 3 | -3/+5 | |
| | | ||||||
| * | Add a pointer check to ipc_net_plmn_sel | Alexander Tarasikov | 2012-08-23 | 1 | -3/+12 | |
| | | ||||||
| * | Add the compat.h header to multiple Android trees | Alexander Tarasikov | 2012-08-23 | 4 | -27/+56 | |
| | | ||||||
| * | Use RADIO_STATE_ON | Alexander Tarasikov | 2012-08-20 | 2 | -3/+5 | |
| | | ||||||
| * | Switch to v6 structures (mostly a cosmetic change) | Alexander Tarasikov | 2012-08-20 | 1 | -6/+6 | |
| | | ||||||
| * | Hack RIL_VERSION to make voice calls work on jellybean | Alexander Tarasikov | 2012-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some compilation warnings | Alexander Tarasikov | 2012-07-25 | 9 | -36/+52 | |
| | | ||||||
| * | Fix compilation on jellybean | Alexander Tarasikov | 2012-07-23 | 3 | -2/+18 | |
| | | ||||||
| * | Fix ussd message corruption | Alexander Tarasikov | 2012-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Move SmsCodingScheme to utils.c for future reuse | Alexander Tarasikov | 2012-07-13 | 3 | -38/+42 | |
| | |