diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/telephony/ril.h | 3 |
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 { |