summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix USSD encoding for all GSM7/UCS2/ASCII casesAlexander Tarasikov2012-07-131-5/+45
| * Add UCS2 USSD decodingAlexander Tarasikov2012-07-131-2/+18
| * Add the utf8_write function to decode ucs2 dataAlexander Tarasikov2012-07-132-0/+38
| * 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
| * ICS MODIFYPaul Kocialkowski2012-07-061-0/+11
* | Try to fix ipc_net_plmn_sel segmentation fault.Paul Kocialkowski2012-08-241-3/+7
* | 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-082-37/+39
* | GPRS: Improved stability with status, fail cause and per-cid handlingPaul Kocialkowski2012-07-083-129/+651
* | Call: Added last call fail cause supportPaul Kocialkowski2012-07-063-1/+44
|/
* Increased the max number of attempts when creating a client to 10Paul Kocialkowski2012-07-051-2/+2
* GPRS: Use GPRS capabilities to decide whether to send port listPaul Kocialkowski2012-07-041-1/+4
* RFS: Only print the first 0x100 bytesPaul Kocialkowski2012-07-041-2/+2
* 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-072-16/+114
* 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 tab...PaulK2012-02-212-19/+87
* 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
* 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