summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add UCS2 USSD decodingAlexander Tarasikov2012-07-131-2/+18
| |
| * Add the utf8_write function to decode ucs2 dataAlexander Tarasikov2012-07-132-0/+38
| | | | | | | | | | This function is copied from the XDANDROID ril. It writes the USC2-BE data to the char buffer.
| * srs: use SOCKET_ABSTRACT to fix ICS permissionsAlexander Tarasikov2012-07-081-1/+1
| |
| * Hack ussd for latin ascii to make it work at leastAlexander Tarasikov2012-07-061-0/+7
| |
| * Add maguro makefilesAlexander Tarasikov2012-07-061-0/+11
| |
| * GPRS: Changes for ICSPaul Kocialkowski2012-07-061-16/+16
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * ICS MODIFYPaul Kocialkowski2012-07-061-0/+11
| |
* | Try to fix ipc_net_plmn_sel segmentation fault.Paul Kocialkowski2012-08-241-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Without that fix we have: I/DEBUG ( 2256): #00 pc 0000ed68 /system/lib/libsamsung-ril.so (ipc_net_plmn_sel) I/DEBUG ( 2256): #01 pc 0000bdfa /system/lib/libsamsung-ril.so (ipc_fmt_dispatch) I/DEBUG ( 2256): #02 pc 0000c6f6 /system/lib/libsamsung-ril.so (ipc_fmt_read_loop) I/DEBUG ( 2256): #03 pc 0000bff4 /system/lib/libsamsung-ril.so (ril_client_thread) I/DEBUG ( 2256): #04 pc 00012e2c /system/lib/libc.so (__thread_entry) I/DEBUG ( 2256): #05 pc 0001295c /system/lib/libc.so (pthread_create) Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* | GPRS: free a bunch of strings after being usedPaul Kocialkowski2012-07-081-0/+5
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: Get and store interface given the cid, cleanup and other fixesPaul Kocialkowski2012-07-082-37/+39
| | | | | | | | | | | | | | | | | | * Interface is asked given the CID * Interface string is stored in the per-cid connection structure * Activate GPRS handler before getting the iface string * Cleaned TODO list and some misused LOG levels Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: Improved stability with status, fail cause and per-cid handlingPaul Kocialkowski2012-07-083-129/+651
| | | | | | | | | | | | | | | | | | | | * GPRS call status handling (state and fail cause) * Last call fail cause reporting * Data call list reporting * Take GPRS call status in account before reporting connection change * Per-cid GPRS connection handling Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Call: Added last call fail cause supportPaul Kocialkowski2012-07-063-1/+44
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Increased the max number of attempts when creating a client to 10Paul Kocialkowski2012-07-051-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: Use GPRS capabilities to decide whether to send port listPaul Kocialkowski2012-07-041-1/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Only print the first 0x100 bytesPaul Kocialkowski2012-07-041-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: improved error-handling while setting up data call and pdp contextPaul Kocialkowski2012-07-021-7/+27
| | | | | | | * Missing return after reporting failure to RILJ on setup_data_call * Dedicated function to handle pdp_context gen_phone_res and return to RILJ Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: port list and iface activation/deactivation supportPaulK2012-06-072-16/+114
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Updated ToDo listPaulK2012-04-032-3/+4
|
* Removed unused code realted to SIM and typo on SMSPaulK2012-03-293-11/+4
|
* Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITINGPaulK2012-03-293-82/+75
|
* Re-enabled RFS, which was disabled for testsPaulK2012-02-251-2/+2
|
* Added DTMF global sort of lock and set the functions to use gen_phone_resPaulK2012-02-252-7/+34
|
* Followed libsamsung-ipc changes on ipc_sec_phone_lockPaulK2012-02-241-8/+8
|
* Fixed some unusual return values on errorPaulK2012-02-241-4/+6
|
* Fixed IMEI/Baseband infos once and for all!PaulK2012-02-241-4/+8
|
* Fixed disp icon info once and for all!PaulK2012-02-241-3/+6
|
* Massive rework of SIM handling, with new features SIM PIN-related.PaulK2012-02-244-196/+397
|
* Typo ril_tokens_net_state_dumpPaulK2012-02-221-1/+4
|
* Fixed IMEI/IMEISV (one request depends on the other one)PaulK2012-02-222-19/+70
|
* Fixed RSSI interpretation from icon_info messagesPaulK2012-02-223-39/+49
|
* Updated ToDo listPaulK2012-02-221-4/+0
|
* Cleaned code for network type selection and added stable PLMN selectionPaulK2012-02-223-39/+149
|
* Fixed IPC_NET_MODE_SEL related functionsPaulK2012-02-213-23/+28
|
* Using the global Operators list on QUERY_AVAILABLE_NETWORKS and added the ↵PaulK2012-02-212-19/+87
| | | | table gen script
* Added USSD supportPaulK2012-02-215-0/+232
|
* Fixed code according to libsamsung-ipc changesPaulK2012-02-172-5/+5
|
* Added GSM7 <-> ASCII codePaulK2012-02-011-0/+79
|
* Don't return failure if net requests are overlapingPaulK2012-02-011-6/+33
|
* Modified gprs.c to match libsamsung-ipc changesPaulK2012-02-011-4/+1
|
* Using rc instead of calling the function in the if statementPaulK2012-02-011-2/+6
|
* Changed Android.mk to match libsamsung-ipc changesPaulK2012-02-011-1/+13
|
* Added very unclean data dactivation functionPaulK2012-01-143-0/+17
|
* Fixed DNS configurationPaulK2012-01-141-0/+11
|
* GPRS: fix the routeDenis 'GNUtoo' Carikli2012-01-141-7/+4
| | | | | | | | | | | Note that this fix is not perfect(a better fix would be to retrive the correct route from the ipc(the one retrived before was not the correct route, that's why this fix was done)). Also note that the DNS should be setup in setprop/getprop in order to have data activation fully working. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Changed IPC Client to deal with new handlers common dataPaulK2012-01-142-9/+18
|
* Updated TODO listPaulK2012-01-071-4/+1
|
* Added support for SMS Multipart messagesPaulK2012-01-073-34/+100
|
* Added full PLMN list (from Wikipedia)PaulK2012-01-073-23/+2238
|
* Added Burst DTMF suppportPaulK2012-01-073-2/+65
|
* Added SND functions (volume works as well as mic mute), updated TODO listPaulK2012-01-033-5/+90
|