summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-10/+10
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-10/+8
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-3/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-14/+14
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-148/+167
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-26/+26
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-50/+50
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* compat: Removed separate header: apply per-version changes in the codePaul Kocialkowski2013-02-091-0/+20
| | | | | | | | 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>
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-100/+100
| | | | | | | | | | | * 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>
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-061-18/+18
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add a pointer check to ipc_net_plmn_selAlexander Tarasikov2012-08-231-3/+12
|
* Fix some compilation warningsAlexander Tarasikov2012-07-251-7/+7
|
* Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITINGPaulK2012-03-291-24/+22
|
* Fixed some unusual return values on errorPaulK2012-02-241-4/+6
|
* Typo ril_tokens_net_state_dumpPaulK2012-02-221-1/+4
|
* Cleaned code for network type selection and added stable PLMN selectionPaulK2012-02-221-34/+130
|
* Fixed IPC_NET_MODE_SEL related functionsPaulK2012-02-211-21/+26
|
* Using the global Operators list on QUERY_AVAILABLE_NETWORKS and added the ↵PaulK2012-02-211-19/+6
| | | | table gen script
* Fixed code according to libsamsung-ipc changesPaulK2012-02-171-2/+2
|
* Don't return failure if net requests are overlapingPaulK2012-02-011-6/+33
|
* Added full PLMN list (from Wikipedia)PaulK2012-01-071-22/+39
|
* Send back network type anywayPaulK2011-12-291-4/+1
|
* Added preliminary data supportPaulK2011-12-291-1/+3
|
* Added preliminary RFS support, code cleanup, completed TODO listPaulK2011-12-291-37/+44
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-112/+134
|
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-30/+628
| | | | | | | | | | | | | | | 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/+84