From 8dd386021b3182933fac8ec141492b31af873ec5 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Fri, 21 Nov 2014 10:44:50 +0100 Subject: shinano: update ril header * fix data and signal strength Change-Id: I2f2300ed82f7f1f91b7bf33883e0374e8c0b69e0 --- include/telephony/ril.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 { -- cgit v1.2.3