Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge remote-tracking branch 'ksys/master' into replicant-merge | Alexander Tarasikov | 2012-08-24 | 13 | -52/+249 | |
|\ | | | | | | | | | | | Conflicts: gprs.c net.c | |||||
| * | Use RADIO_STATE_ON on ICS/JB only | Alexander Tarasikov | 2012-08-24 | 3 | -3/+5 | |
| | | ||||||
| * | Add a pointer check to ipc_net_plmn_sel | Alexander Tarasikov | 2012-08-23 | 1 | -3/+12 | |
| | | ||||||
| * | Add the compat.h header to multiple Android trees | Alexander Tarasikov | 2012-08-23 | 4 | -27/+56 | |
| | | ||||||
| * | Use RADIO_STATE_ON | Alexander Tarasikov | 2012-08-20 | 2 | -3/+5 | |
| | | ||||||
| * | Switch to v6 structures (mostly a cosmetic change) | Alexander Tarasikov | 2012-08-20 | 1 | -6/+6 | |
| | | ||||||
| * | Hack RIL_VERSION to make voice calls work on jellybean | Alexander Tarasikov | 2012-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some compilation warnings | Alexander Tarasikov | 2012-07-25 | 9 | -36/+52 | |
| | | ||||||
| * | Fix compilation on jellybean | Alexander Tarasikov | 2012-07-23 | 3 | -2/+18 | |
| | | ||||||
| * | Fix ussd message corruption | Alexander Tarasikov | 2012-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Move SmsCodingScheme to utils.c for future reuse | Alexander Tarasikov | 2012-07-13 | 3 | -38/+42 | |
| | | ||||||
| * | Fix USSD encoding for all GSM7/UCS2/ASCII cases | Alexander Tarasikov | 2012-07-13 | 1 | -5/+45 | |
| | | | | | | | | | | | | | | This is a port of the DCS decoding function from the XDANDROID RIL. Now latin and unicode USSD notifications are correctly received. Verified by receiving cyrillic messages | |||||
| * | Add UCS2 USSD decoding | Alexander Tarasikov | 2012-07-13 | 1 | -2/+18 | |
| | | ||||||
| * | Add the utf8_write function to decode ucs2 data | Alexander Tarasikov | 2012-07-13 | 2 | -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 permissions | Alexander Tarasikov | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Hack ussd for latin ascii to make it work at least | Alexander Tarasikov | 2012-07-06 | 1 | -0/+7 | |
| | | ||||||
| * | Add maguro makefiles | Alexander Tarasikov | 2012-07-06 | 1 | -0/+11 | |
| | | ||||||
| * | GPRS: Changes for ICS | Paul Kocialkowski | 2012-07-06 | 1 | -16/+16 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
| * | ICS MODIFY | Paul Kocialkowski | 2012-07-06 | 1 | -0/+11 | |
| | | ||||||
* | | Try to fix ipc_net_plmn_sel segmentation fault. | Paul Kocialkowski | 2012-08-24 | 1 | -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 used | Paul Kocialkowski | 2012-07-08 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | | GPRS: Get and store interface given the cid, cleanup and other fixes | Paul Kocialkowski | 2012-07-08 | 2 | -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 handling | Paul Kocialkowski | 2012-07-08 | 3 | -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 support | Paul Kocialkowski | 2012-07-06 | 3 | -1/+44 | |
|/ | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Increased the max number of attempts when creating a client to 10 | Paul Kocialkowski | 2012-07-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: Use GPRS capabilities to decide whether to send port list | Paul Kocialkowski | 2012-07-04 | 1 | -1/+4 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | RFS: Only print the first 0x100 bytes | Paul Kocialkowski | 2012-07-04 | 1 | -2/+2 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: improved error-handling while setting up data call and pdp context | Paul Kocialkowski | 2012-07-02 | 1 | -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 support | PaulK | 2012-06-07 | 2 | -16/+114 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Updated ToDo list | PaulK | 2012-04-03 | 2 | -3/+4 | |
| | ||||||
* | Removed unused code realted to SIM and typo on SMS | PaulK | 2012-03-29 | 3 | -11/+4 | |
| | ||||||
* | Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITING | PaulK | 2012-03-29 | 3 | -82/+75 | |
| | ||||||
* | Re-enabled RFS, which was disabled for tests | PaulK | 2012-02-25 | 1 | -2/+2 | |
| | ||||||
* | Added DTMF global sort of lock and set the functions to use gen_phone_res | PaulK | 2012-02-25 | 2 | -7/+34 | |
| | ||||||
* | Followed libsamsung-ipc changes on ipc_sec_phone_lock | PaulK | 2012-02-24 | 1 | -8/+8 | |
| | ||||||
* | Fixed some unusual return values on error | PaulK | 2012-02-24 | 1 | -4/+6 | |
| | ||||||
* | Fixed IMEI/Baseband infos once and for all! | PaulK | 2012-02-24 | 1 | -4/+8 | |
| | ||||||
* | Fixed disp icon info once and for all! | PaulK | 2012-02-24 | 1 | -3/+6 | |
| | ||||||
* | Massive rework of SIM handling, with new features SIM PIN-related. | PaulK | 2012-02-24 | 4 | -196/+397 | |
| | ||||||
* | Typo ril_tokens_net_state_dump | PaulK | 2012-02-22 | 1 | -1/+4 | |
| | ||||||
* | Fixed IMEI/IMEISV (one request depends on the other one) | PaulK | 2012-02-22 | 2 | -19/+70 | |
| | ||||||
* | Fixed RSSI interpretation from icon_info messages | PaulK | 2012-02-22 | 3 | -39/+49 | |
| | ||||||
* | Updated ToDo list | PaulK | 2012-02-22 | 1 | -4/+0 | |
| | ||||||
* | Cleaned code for network type selection and added stable PLMN selection | PaulK | 2012-02-22 | 3 | -39/+149 | |
| | ||||||
* | Fixed IPC_NET_MODE_SEL related functions | PaulK | 2012-02-21 | 3 | -23/+28 | |
| | ||||||
* | Using the global Operators list on QUERY_AVAILABLE_NETWORKS and added the ↵ | PaulK | 2012-02-21 | 2 | -19/+87 | |
| | | | | table gen script | |||||
* | Added USSD support | PaulK | 2012-02-21 | 5 | -0/+232 | |
| | ||||||
* | Fixed code according to libsamsung-ipc changes | PaulK | 2012-02-17 | 2 | -5/+5 | |
| | ||||||
* | Added GSM7 <-> ASCII code | PaulK | 2012-02-01 | 1 | -0/+79 | |
| | ||||||
* | Don't return failure if net requests are overlaping | PaulK | 2012-02-01 | 1 | -6/+33 | |
| |