diff options
Diffstat (limited to 'libril/ril.cpp')
-rw-r--r-- | libril/ril.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libril/ril.cpp b/libril/ril.cpp index d1d5d3b..861ab8b 100644 --- a/libril/ril.cpp +++ b/libril/ril.cpp @@ -1547,7 +1547,9 @@ static int responseDataCallList(Parcel &p, void *response, size_t responselen) int i; for (i = 0; i < num; i++) { p.writeInt32((int)p_cur[i].status); +#ifndef HCRADIO p.writeInt32(p_cur[i].suggestedRetryTime); +#endif p.writeInt32(p_cur[i].cid); p.writeInt32(p_cur[i].active); writeStringToParcel(p, p_cur[i].type); |