- 23 Jun, 2011 1 commit
-
-
Wink Saville authored
* commit '250eb3c8': Initialize new field RIL_Data_Call_Response_v6.suggestedRetryTime.
-
- 22 Jun, 2011 2 commits
-
-
Wink Saville authored
Change-Id: Idd3c9665785322a2a3fe013db459d9c8302a48d6
-
Kazuhiro Ondo authored
* commit 'beb25b58': Added a special retry back-off timer value for call retry
-
- 21 Jun, 2011 1 commit
-
-
Kazuhiro Ondo authored
Added suggestedRetryTime value in v6 Data_Call_Response structure so RIL can override retry back-off time for some special cases. Bug: 4723641 Change-Id: If5a683be6bcc1f530f0a5512ce3012a6102393d2
-
- 13 Jun, 2011 2 commits
-
-
Wink Saville authored
* commit '473adc9b': Update RIL_LTE_SignalStrength comments.
-
Wink Saville authored
Add INT_MAX to denote invalid values and doc references. Created bug 4575689 to get Xoom LTE ril fixed and the FW updated. Change-Id: Ib1f7055b469ac8756bb5c0911d180ad7ba849227
-
- 03 May, 2011 2 commits
-
-
Lorenzo Colitti authored
* commit '8dbc643b':
-
Lorenzo Colitti authored
* commit '60d10ec9': Port RIL v4 to gingerbread from master.
-
- 02 May, 2011 2 commits
-
-
Lorenzo Colitti authored
* commit '60d10ec9': Port RIL v4 to gingerbread from master.
-
Lorenzo Colitti authored
Change-Id: I3529a5f85d93e66aa5fca62ac44c242c4f7e163d
-
- 16 Apr, 2011 2 commits
-
-
Wink Saville authored
* commit 'ee274582': Fix debug output.
-
Wink Saville authored
Previously I'd fixed the constant RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED now I'm fixing the debug output. Change-Id: I5115ce21141175140645a63d3937c7da21705f11
-
- 15 Apr, 2011 2 commits
-
-
Wink Saville authored
* commit '29487ef2': Added additional comments to some commands for clarification.
-
Wink Saville authored
Change RIL_UNSOL_CDMA_SUBSCRIPTION_CHANGED to RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED. Change-Id: Id946447c6ee9777696c3d7fa1a664ee7dc7deeba
-
- 13 Apr, 2011 2 commits
-
-
Jake Hamby authored
* commit 'a9c18d17': Fix RIL_UNSOL_RIL_CONNECTED to return the vendor RIL version. DO NOT MERGE.
-
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: Ib644216677e79b135214a546400372dd61c8d96d
-
- 07 Apr, 2011 2 commits
-
-
Wink Saville authored
* commit '5b9df33c': Add RIL_UNSOL_RIL_CONNECTED.
-
Wink Saville authored
Change-Id: Id4cc2aff00ad0398f7a24e7f5a24626e5a63425a
-
- 21 Mar, 2011 2 commits
-
-
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 3 commits
-
-
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
-
- 07 Mar, 2011 1 commit
-
-
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 6 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
Version 4 is backwards compatible with versions 2 and 3, so this will not affect passion. Bug: 3333633 Change-Id: If2e48e9dd37e17e9955563d2cd2cb94ccb2a8efe
-
Lorenzo Colitti authored
Bug: 3409252 Change-Id: I07aabee13f7ffc3854efc32ef661a7e09027a5c7
-