summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
Commit message (Expand)AuthorAgeFilesLines
* Make libsamsung-ril print at startupDenis 'GNUtoo' Carikli2021-02-281-0/+2
* RIL_Init: Make sure there are prints for each error pathsDenis 'GNUtoo' Carikli2021-02-281-5/+25
* samsung-ril.c: break lines over 80 charactersDenis 'GNUtoo' Carikli2021-02-281-36/+75
* Convert to use separate SIM statusreplicant-6.0-0004-rc4Denis 'GNUtoo' Carikli2021-01-011-6/+41
* rename ril_has_reached_state to ril_radio_has_reached_stateDenis 'GNUtoo' Carikli2020-10-151-2/+2
* Wrap RIL_*_v6 to reduce ifdefsDenis 'GNUtoo' Carikli2020-08-271-25/+11
* ril_has_reached_state: use more meaningful variable namesDenis 'GNUtoo' Carikli2020-08-271-11/+16
* ril_radio_state_check: rename it to ril_has_reached_state to improve clarityDenis 'GNUtoo' Carikli2020-08-271-2/+6
* Adjust to libsamsung-ipc IPC_SEC_LOCK_INFOMATION typo fixDenis 'GNUtoo' Carikli2020-07-061-1/+1
* Silence warnings about unused parametersDenis 'GNUtoo' Carikli2019-07-241-3/+4
* Remove unused variablesDenis 'GNUtoo' Carikli2019-07-241-4/+0
* Remove unused labelsDenis 'GNUtoo' Carikli2019-06-181-4/+0
* Add support for USSD messagesWolfgang Wiedmeyer2019-06-181-0/+14
* samsung-ril-socket: mic mute implementationWolfgang Wiedmeyer2019-06-181-0/+4
* RIL client open retry at RIL initPaul Kocialkowski2014-10-041-1/+11
* samsung-ril-socket: SRS test messages implementationPaul Kocialkowski2014-10-041-0/+4
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-558/+1254
* RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2013-12-201-17/+17
* Check modem state before RIL requests and properly report it on crashPaul Kocialkowski2013-09-281-7/+48
* sms: Write/delete SMS on SIM supportPaul Kocialkowski2013-09-011-0/+12
* svc: Implement Samsung Service Mode OEM HookPaul Kocialkowski2013-08-251-0/+8
* Remove TODO listPaul Kocialkowski2013-03-311-8/+0
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-4/+4
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-1/+1
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-12/+12
* pwr: Handle phone reset messagePaul Kocialkowski2013-03-071-0/+3
* pwr: Wait for IPC_PWR_PHONE_PWR_UP to complete startupPaul Kocialkowski2013-03-061-0/+4
* sec: Handle various SIM I/O message formats based on SIM ICC typePaul Kocialkowski2013-02-091-0/+9
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-35/+35
* compat: Removed separate header: apply per-version changes in the codePaul Kocialkowski2013-02-091-1/+10
* SAT: Rename STK functions, disable STK by defaultPaul Kocialkowski2012-12-151-4/+11
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* TODO: Removed implemented GPRS functionsPaul Kocialkowski2012-11-121-7/+0
* SRS: Rework to handle multiple clients in a better wayPaul Kocialkowski2012-11-051-2/+2
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
* SMS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-041-5/+0
* SMS: Use lists stored in ril_data instead of global tpid tablePaul Kocialkowski2012-11-011-1/+0
* GPRS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-011-2/+1
* GEN: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-011-1/+0
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-166/+268
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-061-2/+2
* Rework SRS to support multiple clientsAlexander Tarasikov2012-08-271-2/+2
* Synchronize ril and ipc notificationsAlexander Tarasikov2012-08-261-2/+24
* Merge remote-tracking branch 'ksys/master' into replicant-mergeAlexander Tarasikov2012-08-241-1/+1
|\
| * Add the compat.h header to multiple Android treesAlexander Tarasikov2012-08-231-1/+1
| * Hack RIL_VERSION to make voice calls work on jellybeanAlexander Tarasikov2012-07-251-1/+1
* | GPRS: Improved stability with status, fail cause and per-cid handlingPaul Kocialkowski2012-07-081-3/+16
* | Call: Added last call fail cause supportPaul Kocialkowski2012-07-061-0/+3
|/
* Updated ToDo listPaulK2012-04-031-3/+1