summaryrefslogtreecommitdiffstats
path: root/samsung-ril.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-07-08 17:27:52 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-07-08 17:27:52 +0200
commit50e5e9a5a1d379a628e79186ad04d720a8664180 (patch)
tree22eef9974ca8d44f126df5a9478ae97c78f93309 /samsung-ril.h
parent7fc060a1d6ba6e3fddcca3ffeccaf25c94de55f7 (diff)
downloadhardware_ril_samsung-ril-50e5e9a5a1d379a628e79186ad04d720a8664180.zip
hardware_ril_samsung-ril-50e5e9a5a1d379a628e79186ad04d720a8664180.tar.gz
hardware_ril_samsung-ril-50e5e9a5a1d379a628e79186ad04d720a8664180.tar.bz2
GPRS: Get and store interface given the cid, cleanup and other fixes
* 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>
Diffstat (limited to 'samsung-ril.h')
-rw-r--r--samsung-ril.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ril.h b/samsung-ril.h
index 5811b29..2b40c05 100644
--- a/samsung-ril.h
+++ b/samsung-ril.h
@@ -351,6 +351,7 @@ struct ril_gprs_connection {
int cid;
int enabled;
RIL_LastDataCallActivateFailCause fail_cause;
+ char *interface;
RIL_Token token;
struct ipc_gprs_pdp_context_set context;