summaryrefslogtreecommitdiffstats
path: root/sim.c
Commit message (Collapse)AuthorAgeFilesLines
* sim: ril_request_get_sim_status: remove unused variableHEADreplicant-9Denis 'GNUtoo' Carikli2019-06-211-2/+0
| | | | | | | The card_status is not declared globally, so there is no point in re-requesting the data and doing nothing with it. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* ril_radio_state_check: rename it to increase clarity.Denis 'GNUtoo' Carikli2019-06-211-13/+13
| | | | | | | The former name of the function doesn't convey what it's supposed to do. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Wrap RIL_*_v6 to reduce ifdefsDenis 'GNUtoo' Carikli2019-06-201-58/+14
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Silence warnings about unused parametersDenis 'GNUtoo' Carikli2019-06-201-1/+3
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Remove unused variablesDenis 'GNUtoo' Carikli2019-06-201-1/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* ipc_sec_pin_status: don't return too early if lockedWolfgang Wiedmeyer2019-06-181-1/+0
| | | | | | | | This fixes the issue when the PIN can't be entered successfully after it was entered incorrectly once. As a side-effect, the SIM lock screen shows much earlier. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* allow SIM_IO request also if the SIM is locked or absentWolfgang Wiedmeyer2019-06-181-2/+7
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-0/+1303
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Massive rework of SIM handling, with new features SIM PIN-related.PaulK2012-02-241-446/+0
|
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-1/+4
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-104/+76
|
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-5/+15
| | | | | | | | | | | | | | | Currently, the following is working: * (automatic) network registration (clean and stable) * SMS (no clean queue engine and no support for multiple message SMS) * SIM I/O * Other minor stuff And the following is left to do: * DATA (3G) * airplane to normal power mode * calls (including audio routing) * RFS messages handling (mostly to be done at IPC level) * Other minor stuff
* Temporary initial commitJoerie de Gram2011-10-291-0/+461