summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-11-12 12:28:15 +0100
committerPaul Kocialkowski <contact@paulk.fr>2012-11-12 12:28:15 +0100
commit7525de225943f65ba2ebb10143c769a52d0d8df6 (patch)
tree2f4ef3692549b2965b6c1203eff43cb6dcfcc926 /samsung-ril.c
parentcc986f7d3b616994125e6424661000116c032d2d (diff)
downloadhardware_replicant_libsamsung-ril-7525de225943f65ba2ebb10143c769a52d0d8df6.tar.gz
hardware_replicant_libsamsung-ril-7525de225943f65ba2ebb10143c769a52d0d8df6.tar.bz2
hardware_replicant_libsamsung-ril-7525de225943f65ba2ebb10143c769a52d0d8df6.zip
TODO: Removed implemented GPRS functions
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index 36cdbb5..3e7f4c3 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -29,13 +29,6 @@
* General:
* - SIM SMS I/O
* - Review code with requests that produce GEN_PHONE_RES messages to use the GEN_PHONE_RES engine
- *
- * Data-related:
- * - find a reliable way to configure data iface
- * - GPRS: IPC_GPRS_CALL_STATUS, LAST_DATA_CALL_FAIL_CAUSE
- * - check data with orange non-free ril: no gprs_ip_config
- * - data: use IPC_GPRS_CALL_STATUS with global token for possible fail or return anyway and store ip config global?
- * - update global fail cause in global after gprs_call_status, generic error on stored token
*/
/**