diff options
| author | Altaf-Mahdi <altaf.mahdi@gmail.com> | 2017-01-01 01:32:21 +0000 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-02-24 23:07:30 -0500 |
| commit | f976e3a293473d2d4c292250349897770a9e59c7 (patch) | |
| tree | 6ff555519b5d1e9630c73284d2482dd68053dce1 | |
| parent | 546f61d3cddfa6f184383db7bd7c9c1ade73b428 (diff) | |
msm8996: ril: add required change to get ril loaded
Change-Id: Ibe77b458994349f76f1ba6fa0f32841ebdfacbf8
| -rw-r--r-- | include/telephony/ril.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h index e2844c9..8114e7d 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -604,6 +604,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. @@ -618,6 +619,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. |
