- 13 Apr, 2011 1 commit
-
-
Jake Hamby authored
The new RIL_UNSOL_RIL_CONNECTED call should return the version of the vendor RIL library and not the version of rild. Fixes data connectivity on Crespo. Change-Id: I7aeb89d11e6e45de6548254d29d941a537586a37
-
- 07 Apr, 2011 3 commits
-
-
Wink Saville authored
* commit '6883717c': Add RIL_UNSOL_RIL_CONNECTED.
-
Wink Saville authored
* commit '5b9df33c': Add RIL_UNSOL_RIL_CONNECTED.
-
Wink Saville authored
Change-Id: Id4cc2aff00ad0398f7a24e7f5a24626e5a63425a
-
- 21 Mar, 2011 3 commits
-
-
Wink Saville authored
am 0f0d20ba: am 714160a7: am ed1ce999: Change mock-ril and reference-ril to use include/telephony/ril.h * commit '0f0d20ba': Change mock-ril and reference-ril to use include/telephony/ril.h
-
Wink Saville authored
* commit '714160a7': Change mock-ril and reference-ril to use include/telephony/ril.h
-
Wink Saville authored
* commit 'ed1ce999': Change mock-ril and reference-ril to use include/telephony/ril.h
-
- 19 Mar, 2011 4 commits
-
-
Wink Saville authored
* commit '7da1eaec': Change mock-ril and reference-ril to use include/telephony/ril.h
-
Wink Saville authored
* commit '2c1fb3a4': Change mock-ril and reference-ril to use include/telephony/ril.h
-
Wink Saville authored
I've done this by change the copy to a symbolic link, this allows us to easily change from using the common include/telephony/ril.h to a separate instance when ril.h is evolving. Bug: 3457628 Bug: 4132203 Change-Id: Idd8029e57dd0b2afc16c2659dbbc3e587b438f0a
-
Wink Saville authored
I've done this by change the copy to a symbolic link, this allows us to easily change from using the common include/telephony/ril.h to a separate instance when ril.h is evolving. Bug: 3457628 Bug: 4132203 Change-Id: I0fca1c0409e9bf6381e491ad338d2299ab512405
-
- 14 Mar, 2011 1 commit
-
-
Iliyan Malchev authored
Change-Id: I8a42023d2c228040e2f32067f2eb71842d7d9578 Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 09 Mar, 2011 1 commit
-
-
Wink Saville authored
-
- 07 Mar, 2011 2 commits
-
-
Wink Saville authored
Previously this code was checking that the responselen was a multiple of the length of a pointer. I'd changed it to assume it was supposed to be a pointer. But actually the reference-ril sets it to the length of the object. So fixing this to assume its the length of the object. Change-Id: I90e9fdee89151359041eccab3cfd2d442c7fbcbf
-
Ying Wang authored
Change-Id: Ic771d69d2824d5ff763313f94acf6125fb9bfb4f
-
- 04 Mar, 2011 2 commits
- 23 Feb, 2011 1 commit
-
-
Wink Saville authored
Change-Id: I4b4e6ab712d2a5da6f9102bf818628e9c3d05f3b
-
- 18 Feb, 2011 1 commit
-
-
Wink Saville authored
- Changes to support LTE and EHRPD radio technology - Support IPv6 in addition to IPv4 on the modems - Detailed GPRS registration denied causes - Access to multiple apps on UICC card - Access to ISIM app on UICC - Deprecate RIL_REQUEST_LAST_DATA_CALL_FAIL_CAUSE as it can causes problems when several PDN contexts are active. Failure reason should be returned when setup_data_call returns - Added RIL_RadioTechnology - Added RIL_PreferredNetworkType - Added RIL_CdmaSubscriptionSource - Added RIL_LTE_SignalStrength - Added AID to SIM requests as an optional parameter - Add new error codes for returning disconnect reasons - RIL_Data_Call_Response_v3/v5 Added fields to support IPv6 and return status as it will now be returned as part of RIL_REQUEST_SETUP_DATA_CALL - Rename RIL_REQUEST_REGISTRATION_STATE to RIL_REQUEST_VOICE_REGISTRATION_STATE response[3] return RIL_RadioTechnology for voice calls response[13] more error codes - Rename RIL_REQUEST_GPRS_REGISTRATION_STATE to RIL_REQUEST_DATA_REGISTRATION_STATE Changed response[3] to be RIL_RadioTechnology for data calls Added response[4] error codes for registration being denied Added response[5] Max simultaneous data calls - RIL_REQUEST_SETUP_DATA_CALL Changed data[0] to be RIL_RadioTechnology Response is now a RIL_Data_Call_Response_v5 - RIL_REQUEST_DATA_CALL_LIST Response is now a RIL_Data_Call_Response_v5 - RIL_UNSOL_DATA_CALL_LIST_CHANGED Response is now a RIL_Data_Call_Response_v5 - RIL_REQUEST_SET_PREFERRED_NETWORK_TYPE Changed data[0] to be RIL_PreferredNetworkType - RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE Changed response[0] to be RIL_PreferredNetworkType - Rename RIL_REQUEST_SET_CDMA_SUBSCRIPTION to RIL_REQUEST_SET_CDMA_SUBSCRIPTION_SOURCE - Added RIL_REQUEST_GET_CDMA_SUBSCRIPTION_SOURCE - Added support for AID to RIL_UNSOL_SIM_REFRESH - Added RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED - Added RIL_UNSOL_PRL_CHANGED - Added RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE - Rename RIL_UNSOL_RESPONSE_NETWORK_CHANGED to RIL_UNSOL_RESPONSE_VOICE_NETWORK_CHANGED Have refercence-ril and mock-ril use a private copy of ril.h so the ril may evolve separately from them. Change-Id: I1b952069f5406f5dc42480d019970d10f0120358
-
- 16 Feb, 2011 2 commits
-
-
Wink Saville authored
Change-Id: I1e65936c648f6ca6a8b47851f3a0636b332d56ec
-
Wink Saville authored
This allows for greater stability while we're changing the ril interface, as defined by ril.h. An example is that the emulator will continue to run using an older ril while we upgrade to newer rils. After the new ril has stabilized and these modules updated the changes should be reverted and we should use include/telephony/ril.h Change-Id: If5011ccbe64bcb65f98b02060165f899b6d4b5f9
-
- 09 Feb, 2011 1 commit
-
-
Ying Wang authored
To fix x86 build. Change-Id: I31015c255e8bf441d83dd314003d614c2c2aaa97
-
- 04 Feb, 2011 1 commit
-
-
David 'Digit' Turner authored
This patch fixes several regressions that were introduced in a recent rewrite of the native RIL support code, and which prevent networking from working under emulation. - 'apn' and 'type' were incorrectly swapped in the AT+CGDCONT= command string, so the command was never executed properly by the emulated modem. - The PDP context type was not properly written to the parcel in responseDataCallList() in libril/ril.cpp. Due to this the Java RIL code ignored the response. - The dns list returned by requestOrSendDataCallList() was an empty string, which caused the Java RIL code to fail with a "unknown host" exception when trying to setup net.dns1 Change-Id: I7f4e6f6f45d197960ecb20e7e8592272921fe694 Note: You also need to apply this emulator patch to verify this one: http://review.source.android.com//#change,20965 The code in requestOrSendDataCallList() assumes that AT+CGACT? and AT+CGDCONT? will have answers with exactly the same number of lines (this wasn't the case before the emulator fix).
-
- 03 Feb, 2011 1 commit
-
-
Glenn Kasten authored
Change-Id: Idcdb06734231d04d159718ac98ca2b431915a13c
-
- 02 Feb, 2011 1 commit
-
-
Robert Greenwalt authored
Change-Id: Iade9b3478420456c5d8437e6455c72a72b8d24e1
-
- 01 Feb, 2011 5 commits
-
-
Lorenzo Colitti authored
* commit '7c914185': Fix the comment for RIL_Data_Call_Response as well.
-
Wink Saville authored
* commit '52279edb': Update comment for SETUP_DATA_CALL response.
-
Lorenzo Colitti authored
* commit 'ce6d7de4': Fix the comment for RIL_Data_Call_Response as well.
-
Wink Saville authored
* commit '805093a8': Update comment for SETUP_DATA_CALL response.
-
Lorenzo Colitti authored
Bug: 3409252 Change-Id: I07aabee13f7ffc3854efc32ef661a7e09027a5c7
-
- 31 Jan, 2011 1 commit
-
-
Wink Saville authored
Clarify that for version 4 rils there are two behaviors depending upon the platform. bug: 3409252 Change-Id: I69208600b63195c1d755e34ea4c8db96f7e5d9a4
-
- 21 Jan, 2011 2 commits
-
-
Wink Saville authored
am f1da3813: (-s ours) am b58c9bfe: Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE. * commit 'f1da3813': Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE.
-
Wink Saville authored
* commit 'b58c9bfe': Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE.
-
- 20 Jan, 2011 1 commit
-
-
Wink Saville authored
Add DNS and gateway as parameters to RIL_REQUEST_SETUP_DATA_CALL so that system properties aren't used for passing these to the ril. System properties that are read right after a write doesn't always see the result of the write. Another words writing system properties are not not sequentially consistent. Bug: 3364487 Change-Id: I408e56cd8cf943dfb5d71a21a274fcfd14571b7b
-
- 14 Jan, 2011 2 commits
-
-
Wink Saville authored
-
Wink Saville authored
Change-Id: I30531e103416b1b817b9370304e3301a1c641cf5
-
- 13 Jan, 2011 2 commits
-
-
Wink Saville authored
* commit '9ed40f35': Add a missing MUTEX_RELEASE() in ril_event_del
-
Jake Hamby authored
* commit 'c83d92e8': Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.
-
- 12 Jan, 2011 2 commits
-
-
Wink Saville authored
* commit 'd663d381': Add a missing MUTEX_RELEASE() in ril_event_del
-
Wink Saville authored
-