From 107678025aeaf96c606ed2c7ee8976d7b2f542a6 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Sun, 4 May 2014 12:16:01 +0200 Subject: shinano: fix data --- include/telephony/ril.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/telephony/ril.h b/include/telephony/ril.h index cc64584..ba34362 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -272,6 +272,11 @@ typedef struct { e.g., "192.0.1.3" or "192.0.1.11 2001:db8::1". May be empty in which case the addresses represent point to point connections. */ + + /* Sony overloaded setupdatacall "invalid response length 44 expected multiple of 36" + add two char to match the new Sony struct length */ + char * ignore1; + char * ignore2; } RIL_Data_Call_Response_v6; typedef enum { -- cgit v1.2.3