aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-21 10:44:50 +0100
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-22 19:28:56 +0100
commit8dd386021b3182933fac8ec141492b31af873ec5 (patch)
tree6d00e5832a3dc666de54636a69f262212327329f /include
parentf9641a628bc3ff433602dd536e3bd563e97ea52c (diff)
shinano: update ril header
* fix data and signal strength Change-Id: I2f2300ed82f7f1f91b7bf33883e0374e8c0b69e0
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 6f3338b..387cb9b 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -367,6 +367,7 @@ typedef struct {
} RIL_Dial;
typedef struct {
+ int cla;
int command; /* one of the commands listed for TS 27.007 +CRSM*/
int fileid; /* EF id */
char *path; /* "pathid" from TS 27.007 +CRSM command.
@@ -381,6 +382,7 @@ typedef struct {
} RIL_SIM_IO_v5;
typedef struct {
+ int cla;
int command; /* one of the commands listed for TS 27.007 +CRSM*/
int fileid; /* EF id */
char *path; /* "pathid" from TS 27.007 +CRSM command.
@@ -753,6 +755,7 @@ typedef enum {
typedef struct {
int signalStrength; /* Valid values are (0-31, 99) as defined in TS 27.007 8.5 */
int bitErrorRate; /* bit error rate (0-7, 99) as defined in TS 27.007 8.5 */
+ int WhatIsThatSony; /* What is that Sony ? */
} RIL_GW_SignalStrength;
typedef struct {