summaryrefslogtreecommitdiffstats
path: root/gprs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-2/+2
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-9/+6
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-5/+5
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-8/+8
* gprs: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-20/+117
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-5/+5
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-79/+79
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* GPRS: Pass CID to activate/deactivate IPC functionsPaul Kocialkowski2012-11-111-2/+2
* GPRS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-011-85/+126
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-46/+53
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-091-4/+4
* GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALLPaul Kocialkowski2012-09-071-28/+87
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-2/+2
* Fix compiling gprs on GingerbreadAlexander Tarasikov2012-08-251-3/+11
* Fix GPRS on ICS/JBAlexander Tarasikov2012-08-251-70/+157
* GPRS: free a bunch of strings after being usedPaul Kocialkowski2012-07-081-0/+5
* GPRS: Get and store interface given the cid, cleanup and other fixesPaul Kocialkowski2012-07-081-37/+38
* GPRS: Improved stability with status, fail cause and per-cid handlingPaul Kocialkowski2012-07-081-123/+614
* GPRS: Use GPRS capabilities to decide whether to send port listPaul Kocialkowski2012-07-041-1/+4
* GPRS: improved error-handling while setting up data call and pdp contextPaul Kocialkowski2012-07-021-7/+27
* GPRS: port list and iface activation/deactivation supportPaulK2012-06-071-16/+111
* Fixed code according to libsamsung-ipc changesPaulK2012-02-171-3/+3
* Modified gprs.c to match libsamsung-ipc changesPaulK2012-02-011-4/+1
* Added very unclean data dactivation functionPaulK2012-01-141-0/+13
* Fixed DNS configurationPaulK2012-01-141-0/+11
* GPRS: fix the routeDenis 'GNUtoo' Carikli2012-01-141-7/+4
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-11/+29
* Added preliminary data supportPaulK2011-12-291-0/+145