diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-04 12:16:01 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-04 12:27:00 +0200 |
commit | 107678025aeaf96c606ed2c7ee8976d7b2f542a6 (patch) | |
tree | e1dd57d87a266b6a1c16a77a47e8dff696abab4e /include | |
parent | 011af2e7496a330549a41a6b38ce63e14ef34ab1 (diff) |
shinano: fix data
Diffstat (limited to 'include')
-rw-r--r-- | include/telephony/ril.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |