History log of /hardware/ril/include/telephony/ril.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
865ce3b4a2ba0b3a31421ca671f4d6c5595f8690 09-Nov-2013 Wink Saville <wink@google.com> Fix documenation IMS registration state.

Bug: 11599127
Change-Id: Id0016bca45ea84983c9280f55b0b1ccdcececc03
/hardware/ril/include/telephony/ril.h
a18b9d1e1a014290691d63a7f335085dadc83e46 10-Sep-2013 Sukanya Rajkhowa <srajkh@codeaurora.org> RIL: Support SMS over IMS

RIL_REQUEST_IMS_REGISTRATION_STATE is used to aquire IMS registration state.
RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED is called when IMS registration
state has changed.
RIL_REQUEST_IMS_SEND_SMS is used to send MO SMS over IMS. However, if retry
field is set in case of failure, RIL_REQUEST_IMS_SEND_SMS sets messageRef from
RIL_SMS_RESPONSE of corresponding failed MO SMS, and sets retry field to
non-zero. If voice is available, sends RIL_REQUEST_IMS_SEND_SMS retries with
data encoded based on voice tech available.

Bug: 9626411

Change-Id: If0ecc9fa47661f6560171e472f3c464713e97968
/hardware/ril/include/telephony/ril.h
3492c6e5917828645feb3dba4618629929a43ab1 03-Oct-2013 Wink Saville <wink@google.com> Change PDP_FAIL_SIGNAL_LOST to be retryable.

We've changed this in the framework:

https://googleplex-android-review.git.corp.google.com/#/c/366996/

So this updates ril.h to match.

Bug: 10954174, 10804691
Change-Id: I820d44e74251fd4fc375551474341572e9020aee
/hardware/ril/include/telephony/ril.h
b318ddd2ca6ece875dd028d5dac3a1a82bec1751 09-Aug-2013 Wink Saville <wink@google.com> am 7ee253c8: am 3d14a71d: Restart, cleanup or retry inactve connections.

* commit '7ee253c8baf442693ff6ed4603ca217fe9b9afdf':
Restart, cleanup or retry inactve connections.
7ee253c8baf442693ff6ed4603ca217fe9b9afdf 09-Aug-2013 Wink Saville <wink@google.com> am 3d14a71d: Restart, cleanup or retry inactve connections.

* commit '3d14a71de78f2b0d02c7943e554c8726b1703935':
Restart, cleanup or retry inactve connections.
3d14a71de78f2b0d02c7943e554c8726b1703935 05-Aug-2013 Wink Saville <wink@google.com> Restart, cleanup or retry inactve connections.

Instead of retrying all inactive connections, restart radio on very bad
errors, clean up those that are permanent failures and retry
the others.

Bug: 10131736
Change-Id: I2527b18d6cda52c55fb94be58fbb1a7a86818ef9
Signed-off-by: Wink Saville <wink@google.com>
/hardware/ril/include/telephony/ril.h
2258400415e59b905796280cbc0ee82c70880f47 01-Jul-2013 Wink Saville <wink@google.com> am 83b1d8d9: am 8374641d: Merge "Support for LTE/WCDMA mode"

* commit '83b1d8d9af8f7f7bf424af6faf229cfc04e0c896':
Support for LTE/WCDMA mode
83b1d8d9af8f7f7bf424af6faf229cfc04e0c896 01-Jul-2013 Wink Saville <wink@google.com> am 8374641d: Merge "Support for LTE/WCDMA mode"

* commit '8374641d142f0cdc05019d52587e492bad83bc72':
Support for LTE/WCDMA mode
0e09487471b09e45b5fc1b1588a600f35157079a 28-Sep-2011 Uma Maheswari Ramalingam <umam@codeaurora.org> Support for LTE/WCDMA mode

Add network mode LTE/WCDMA to preferred network type
Operator mandated requirement

Change-Id: I26454b69ce670a5fa2129c4cd75b68af80d210e1
/hardware/ril/include/telephony/ril.h
75697538e485ea2981960dcd4878bfdd032731ac 27-Apr-2013 Sungmin Choi <sungmin.choi@lge.com> Set initial attach apn for LTE network

When mobile register LTE network, APN provided by operators is needed.
If mobile does not have apn information, it could not register LTE network.
To deliver APN information which is used during LTE attach to modem chipset,
setLteAttachProfile() and RIL_REQUEST_SET_LTE_ATTACH_PROFILE command is added.

When Telephony DB is loaded or Telephony DB is changed, follow steps.
1. If preferred default ApnContext exists, this is delivered to modem chipset.
2. If preferred default ApnContext is null, find other ApnContext which can
handle default type.
3. If other ApnContext which can handle default type does not exist, any other
ApnContext delivered to modem chipset.

Then modem register LTE network with APN information delivered from AP.

Bug: 8733613

Change-Id: If84c62cddccf96a531dae0527ed1a6592ae76201
Signed-off-by: Seonju Oh <seonju.oh@lge.com>
Signed-off-by: Hyejin Kim <hyejin.kim@lge.com>
Signed-off-by: Sungmin Choi <sungmin.choi@lge.com>
/hardware/ril/include/telephony/ril.h
c57b3eb525db241bd3e6092453f48388bc880447 17-Apr-2013 Wink Saville <wink@google.com> Add CellInfoWcdma.

Update CellIdentityXxx docs to define unknown values as INT_MAX.

Bug: 8622081
Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
/hardware/ril/include/telephony/ril.h
8a9e02161271505de274db0c3a88087056dd5dfc 09-Apr-2013 Wink Saville <wink@google.com> Add support for CellInfo RIL commands.

These commands allow for more precise location determination.

To support CellInfo I created librilutils which adds ril_nano_time
over time librilutils will be expanded to have other common methods
that would be used by ril implementations.

Bug: 8235566
Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
/hardware/ril/include/telephony/ril.h
ae67953e93218859806918f20175693015fd8ecc 03-Dec-2012 Wink Saville <wink@google.com> Update documenation for DATA_REGISTRATION_STATE

Be specific on the formats supported for the LTE information.

Bug: 7651566
Change-Id: I553b3e3ea8005ede2da121950626c9584f74f234
/hardware/ril/include/telephony/ril.h
ea51a9d8cbd0a5eaea9d7d6088fd64317a547f68 15-Sep-2012 Wink Saville <wink@google.com> Add LTE location information to DATA_REGISTRATION_STATE

Bug: 5534290
Change-Id: I4a72cf68cfd79311fa694b4816e963bdf4a7b3c7
/hardware/ril/include/telephony/ril.h
45e740ef3c422bf75aadca21f98614fc120f49fb 31-Jan-2012 Alex Yakavenka <ayakaven@quicinc.com> Implement sim_refresh as per ril v6

Change-Id: Icc620fd191f8542f61bd38e365813753bfedefdf
/hardware/ril/include/telephony/ril.h
2bc78d614e349574426d198c37e51ccb7455b5bb 08-Dec-2011 Naveen Kalla <nkalla@quicinc.com> Separate SIM states from Radio States

A UICC can have multiple applications (USIM, CSIM). Both USIM and CSIM may be Ready.
So indicating modem state as SIM_READY/RUIM_READY will be incorrect. RADIO_ON is a more
appropriate Radio State. SIM status can be obtained from the RIL_REQUEST_GET_SIM_STATUS
and RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED messages.

The change does the following

- Remove SIM states from RIL_RadioState
- Add messages to indicate voice radio technology

Change-Id: Ic7b540eefb741169ec22499d0e00961feb22a456
/hardware/ril/include/telephony/ril.h
300105d1487f5238940c18792b879793826b61f4 26-Sep-2011 Jake Hamby <jhamby@google.com> Add new RIL requests to support SIM data download via SMS over IMS.

On an LTE device where incoming SMS messages over IMS are sent to
the framework via RIL_UNSOL_RESPONSE_NEW_SMS responses sent to
the RIL, it may be necessary to process USIM data download SM's
(message class 2). This requires the RIL to implement two new requests.

1) RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS:
send an ENVELOPE command to the UICC, receiving the SW1 and SW2
status bytes in addition to the command response.

2) RIL_REQUEST_SMS_ACKNOWLEDGE_WITH_PDU:
send an RP-ACK or RP-ERROR acknowledgement to the incoming SM,
including an acknowledgement PDU containing the envelope response.

Change-Id: Id134dd90611b147fdc8aebc8ccdf0e989a6542a9
/hardware/ril/include/telephony/ril.h
fa8d584ca7984bf7d73ff37c7c2bc1e0dfa5fb71 20-Aug-2011 Jake Hamby <jhamby@google.com> Changes to RIL to support IMS features for LTE.

- There is a new RIL request, RIL_REQUEST_ISIM_AUTHENTICATION, which is
used to perform IMS AKA authentication using the algorithm on the ISIM
application of the UICC. The challenge nonce and response are both encoded
as Base64 strings.

Change-Id: I072b43d2b66b2013f8e58d3bd8251d75a453f167
/hardware/ril/include/telephony/ril.h
16157587c02b83a93f4e02f83a934442aa0e3e6a 24-Jul-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Allow suggestedRetryTime to indicate no retry is needed.

If suggestedRetryTime is 0x7fffffff then no retry is needed
and the framework should not initiate a retry.

Bug: 4949208
Change-Id: I6db070c33e3716bc98bb4f9411354b9949fe5f52
/hardware/ril/include/telephony/ril.h
beb25b58dcb48a2cfa2cfe10f5fb15908ff465f8 17-Jun-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Added a special retry back-off timer value for call retry

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
/hardware/ril/include/telephony/ril.h
473adc9b38240d180fc1935812ac80473f571f56 13-Jun-2011 Wink Saville <wink@google.com> Update RIL_LTE_SignalStrength comments.

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
/hardware/ril/include/telephony/ril.h
29487ef2685e5ee38f0348ab031cb96a608296ba 15-Apr-2011 Wink Saville <wink@google.com> Added additional comments to some commands for clarification.

Change RIL_UNSOL_CDMA_SUBSCRIPTION_CHANGED to
RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED.

Change-Id: Id946447c6ee9777696c3d7fa1a664ee7dc7deeba
/hardware/ril/include/telephony/ril.h
5b9df33c53682addaebc0b6073901a8b441d82f9 07-Apr-2011 Wink Saville <wink@google.com> Add RIL_UNSOL_RIL_CONNECTED.

Change-Id: Id4cc2aff00ad0398f7a24e7f5a24626e5a63425a
/hardware/ril/include/telephony/ril.h
fd7293711394c422711ff07d15a357955ff2194f 23-Feb-2011 Wink Saville <wink@google.com> Fix bugs in responseSimStatus and update comments.

Change-Id: I4b4e6ab712d2a5da6f9102bf818628e9c3d05f3b
/hardware/ril/include/telephony/ril.h
c0114b325877907fcdf7a5baa24e54a752e7e58b 18-Feb-2011 Wink Saville <wink@google.com> Changes for ril.h version 6.

- 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
/hardware/ril/include/telephony/ril.h
c941961f4b2660f10352c0f715947a4d086f171d 03-Feb-2011 Glenn Kasten <gkasten@google.com> Fix build break in RIL

Change-Id: Idcdb06734231d04d159718ac98ca2b431915a13c
/hardware/ril/include/telephony/ril.h
4b7a00c215327b70e76d54f573c96b5e935e350e 02-Feb-2011 Robert Greenwalt <rgreenwalt@google.com> Add HSPA+ net type to the ril.

Change-Id: Iade9b3478420456c5d8437e6455c72a72b8d24e1
/hardware/ril/include/telephony/ril.h
4380897c6cdc99486a061b819943e3b290ebcf09 14-Jan-2011 Wink Saville <wink@google.com> RIL v5 RIL_REQUEST_SETUP_DATA_CALL.

Change-Id: I30531e103416b1b817b9370304e3301a1c641cf5
/hardware/ril/include/telephony/ril.h
d1a63444472c6b8d3112647976890ce1309a2cde 13-Jan-2011 Jake Hamby <jhamby@google.com> am c83d92e8: am 29d9e18b: Merge "Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS."

* commit 'c83d92e834422b8f5f1b309b5cba189647ebbe0f':
Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.
c83d92e834422b8f5f1b309b5cba189647ebbe0f 11-Jan-2011 Jake Hamby <jhamby@google.com> am 29d9e18b: Merge "Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS."

* commit '29d9e18b4323f6a3b097bf5a1800492ed1aff244':
Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.
0eba2026fd78f61e77a6adfece793cfaca92047c 25-Nov-2010 Henrik Hall <henrik.hall@sonyericsson.com> Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.

Allowing for both GSM and UMTS format CBS message pdus.

Change-Id: I0f920d2c1affe930a0da4c0ba5fce6d03f488146
/hardware/ril/include/telephony/ril.h
d86799a04478e46b49cdf1f82f98b2279be1645c 02-Dec-2010 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Added reason field in RIL_REQUEST_DEACTIVATE_DATA_CALL request.

Change-Id: I24bcefe444d7799c283059e0f8816e9570a7314c
/hardware/ril/include/telephony/ril.h
a0ac3fa72b1e2c1dda1bce8eb14ccb04722f8983 02-Dec-2010 John Wang <johnwang@google.com> am 8973c8bd: am 06bae4bc: Add comments for HANGUP request.

* commit '8973c8bd091b4689f3e9967addb11c886556aba8':
Add comments for HANGUP request.
06bae4bcdc941fb1165fbf79cf6f2cb34e57e51d 19-Nov-2010 John Wang <johnwang@google.com> Add comments for HANGUP request.

For bug #3136179

Clarify RIL should NOT report active connection for GET_CURRENT_CALLS

after HANGUP request returns.

Change-Id: Icf9cc14b7d9cbfee6552cf51a648432caac28ab1
/hardware/ril/include/telephony/ril.h
2932f31296822b86ed945e09cadaabf2a453843c 08-Oct-2010 Wink Saville <wink@google.com> Revert "Add timer delete support to rild" DO NOT MERGE

This reverts commit 7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56.
We need to revert here as this change is not in Gingerbread
or later branches.

Change-Id: I1b0d68655e3a91647f455cbc43f421db39f9aa55
/hardware/ril/include/telephony/ril.h
4f81dcf2a9bc84cbfbb6d3d658c452c22e9b6e83 02-Sep-2010 Lorenzo Colitti <lorenzo@google.com> RIL changes for IPv6 / IPv4v6 data calls.

- Add a PDP type parameter to REQUEST_SETUP_DATA_CALL.
Make this backwards compatible: if we're called with a PDP type parameter and
the RIL doesn't support it, remove the parameter from the request so the RIL
never sees it.
- Change the description of the address field in the RIL_Data_Call_Response
structure and in the response to RIL_REQUEST_SETUP_DATA_CALL from an address
to a space-separated list of addresses. This preserves both source and binary
compatibility but allows new RILs to return both an IPv4 and an IPv6 address
for dual-stack data calls.

Change-Id: I0a77fc57c042bedfd18068c7faf7637a46f476d5
/hardware/ril/include/telephony/ril.h
128ef9cba5b604d9cbc7b77a0588e7c6d73cb22d 04-Aug-2010 jsh <jsh@google.com> am f44700c4: Support for fetching PSC of serving cell.

Merge commit 'f44700c40c612f73b7ef3264828efb8923906f8a' into gingerbread-plus-aosp

* commit 'f44700c40c612f73b7ef3264828efb8923906f8a':
Support for fetching PSC of serving cell.
f44700c40c612f73b7ef3264828efb8923906f8a 24-Jun-2010 jsh <jsh@google.com> Support for fetching PSC of serving cell.

Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE.

Bug: 2465036
Change-Id: I8f42bb8da65ec7d2f7627b14d7506c38b71ad83d
/hardware/ril/include/telephony/ril.h
0d9f0c0ea45a0239653e04f2c63ccecb1bc62c6b 26-Jun-2010 Dianne Hackborn <hackbod@google.com> Revert "am 9a2f5113: merge from open-source master"

This reverts commit bb1375f6bdc6cf7d8c3642367cf35565ddb094a8, reversing
changes made to ca5e347ce4b2b51385c4b7395d51c30498c41a6b.
/hardware/ril/include/telephony/ril.h
bb1375f6bdc6cf7d8c3642367cf35565ddb094a8 25-Jun-2010 The Android Open Source Project <initial-contribution@android.com> am 9a2f5113: merge from open-source master

Merge commit '9a2f5113fd1db1e1605daad47b16b6f960045582'

* commit '9a2f5113fd1db1e1605daad47b16b6f960045582':
Add timer delete support to rild
ca5e347ce4b2b51385c4b7395d51c30498c41a6b 24-Jun-2010 jsh <jsh@google.com> Support for fetching PSC of serving cell.

Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE.

Bug: 2465036
Change-Id: I36c3a7b730cace66621fc513773ec97c453ea619
/hardware/ril/include/telephony/ril.h
563fd7207da27322bf3f3587ef6000a944a617b7 09-Jun-2010 jsh <jsh@google.com> New RIL command to fetch PSC of current serving cell.

Bug: 2465036
Change-Id: Iccd177747bb78e2cd5ec6d9d22e47aa0e7bfd64b
/hardware/ril/include/telephony/ril.h
9a2f5113fd1db1e1605daad47b16b6f960045582 22-Jun-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I0628d21b4bf629896dad7b9b5b6a9357021e1278
7edd07c9184a3abfaa3f4a161b74b3da9d7bbd56 22-Jun-2010 Naveen Kalla <nkalla@codeaurora.org> Add timer delete support to rild

Change-Id: Ia862f4cac116bf1ee98788c004860cdb2c70f356
/hardware/ril/include/telephony/ril.h
ed9d64aa98ec5c8654abf0e3decfc1706539170c 12-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I7ce5870268166dffb6fabffb45b325b57dbe6ef0
bdbc6b00454c6d634746578bd851cc33cdfe5318 21-Apr-2010 Naveen Kalla <nkalla@codeaurora.org> Add support for EVDO rev B

Change-Id: Id81d062e1108c00121cb06d70eef1af9c57a25b7
/hardware/ril/include/telephony/ril.h
1b3a6fe083ff049db50c3e6612ba6ccd9062326a 22-Apr-2010 Naveen Kalla <nkalla@codeaurora.org> Notify user regarding invalid number during MO call.

When user dials an invalid number, network returns a failure
as "unobtainable number" (See the Table 10.5.123/3GPP TS 24.008 for
the possible failure causes). Changes done to display message to
indicate user that an invalid number has been dialed.

Change-Id: Ibe191991ee6f24dd683dca47f6af54e400ef17df
/hardware/ril/include/telephony/ril.h
7553447d44bb3f494b00d573215d81398f61cfcd 21-Apr-2010 John Wang <johnwang@google.com> Add RIL_E_ILLEGAL_SIM_OR_ME error code.

It is for bug 2571583 to provide better failure information of network operator selection.

Basically, network selection should return RIL_E_ILLEGAL_SIM_OR_ME when the failure is
permanent and don't need retry, such as illegal SIM, ME, HRL config, etc.

Change-Id: Idd5337423a3772febfcfe68b4a87eb3cf5a4696e
/hardware/ril/include/telephony/ril.h
3475b8a74bf3d1e94688604326d5dd0f6d441852 30-Jan-2010 John Wang <johnwang@google.com> am 2a7411dc: am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE.

Merge commit '2a7411dc92f15111e36f72214216f96aab2c51f9'

* commit '2a7411dc92f15111e36f72214216f96aab2c51f9':
Add RIL_UNSOL_RESEND_INCALL_MUTE.
5909cf831f0d687e93164daaecc43a2ff792cc3a 29-Jan-2010 John Wang <johnwang@google.com> Add RIL_UNSOL_RESEND_INCALL_MUTE.

For bug 2400052.

Notification requires user resend mute/unmute to get uplink audio in a call.
/hardware/ril/include/telephony/ril.h
b8ee55034abce259759c62c8c3c826cac392474b 28-Jan-2010 John Wang <johnwang@google.com> am 81898138: am 7f8ded1d: Comments on the extension of registration status.

Merge commit '818981384d43f849264d92b23534a989924604f1'

* commit '818981384d43f849264d92b23534a989924604f1':
Comments on the extension of registration status.
7f8ded1d8a337b6860dd7329b8a1be0ade4ea290 22-Jan-2010 John Wang <johnwang@google.com> Comments on the extension of registration status.

Add status 10, 12, 13 and 14 to distinguish emergency calls only status from status 0, 2, 3 and 4.

This feature will only be enabled in case setting "ro.ril.emc.mode"=2 in system property.
/hardware/ril/include/telephony/ril.h
74fa38884320698c1623764850e3131b9769dff0 23-Dec-2009 Wink Saville <wink@google.com> ril interface: Add support for User-User Signaling Information during call setup

Define the UUS data structures and add a pointer to it in RIL_Call for
MT Calls and RIL_Dial for MO calls. UUS information can be used to pass
the skypeId on some networks. Make the corresponding changes to
serialize and deserialize the data at the RIL interface.

Change-Id: Ibbd471cd062910fd4c365f76e809cfb224bd34a2
/hardware/ril/include/telephony/ril.h
36b721c2fcbc98885a4ccd04ddf50dd690142d5e 14-Oct-2009 Naveen Kalla <nkalla@quicinc.com> ril.h: Change latitude-longitude fields to be compliant with 3GPP2 spec.

Base Station Latitude and Longitude values in the response to the
RIL_REQUEST_REGISTRATION_STATE message need to be changed from
hexadecimal values to decimal values compliant with the 3GPP2 C.S0005-A
specification.

Bug: 2201613
Change-Id: I2591f43bf78b861cf5cadd1eb66866bcf6605a29
/hardware/ril/include/telephony/ril.h
432656105ccc2f4f891fbe8fb5b636f2428f1f4e 30-Sep-2009 jsh <jsh@google.com> Update description for RIL_REQUEST_SET_LOCATION_UPDATES to include CDMA.
/hardware/ril/include/telephony/ril.h
03c1edf23e76a83b95ac6847e333cb1329bbfa1d 23-Sep-2009 Naveen Kalla <nkalla@quicinc.com> ril.h: Add a failure cause for CDMA call failures, rename
RIL_REQUEST_CDMA_VALIDATE_AKEY and minor clarifications
in the interface definitions.

Add failure cause for CDMA call failures due to access blocked by the
network. Specify the fields in RIL_REQUEST_REGISTRATION_STATE response
that are applicable to EVDO. Rename RIL_REQUEST_CDMA_VALIDATE_AKEY to
RIL_REQUEST_VALIDATE_AND_WRITE_AKEY. Elaborate the meaning of Akey in the
RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY message.
/hardware/ril/include/telephony/ril.h
5d621da539abea83309d77317ede40126f47d5f0 19-Sep-2009 John Wang <johnwang@google.com> Add UNSOL_CALL_RINGBACK_TONE to ril.

Some networks may not play ring back tone, RIL will send UNSOL ringback notification.

It indicates to play tone to user for receiving ALERTING message.
/hardware/ril/include/telephony/ril.h
e0ba6a98408e1efd3d1d1043d75f0ab53daddaaa 12-Sep-2009 johnwang <johnwang@google.com> Update comment of Neighboring Cell.
/hardware/ril/include/telephony/ril.h
bfb151ba844bb97d8b21e827c0cb1556082151fa 12-Sep-2009 johnwang <johnwang@google.com> Update comment for CDMA_SEND_SMS in ril.h

Update the comment of error class in CDMA_SEND_SMS to better document possible errors.
/hardware/ril/include/telephony/ril.h
8e3a2cad4ed875394c833124df98255b1fd18a77 11-Sep-2009 Tammo Spalink <tammo@google.com> Document CDMA messageRef value.

Change-Id: Iad417c2449a8b3d5b8bce7f42ff698ab62988e47
/hardware/ril/include/telephony/ril.h
6453306c90eee1356a14a9e6679d1171ec126173 28-Aug-2009 Wink Saville <wink@google.com> Add comment to RIL_UNSOL_CALL_RING.

Document the expected behavior and the new system properties
ro.telephony.call_ring.multiple and ro.telephony.call_ring.delay.

Change-Id: I600358ea29a31cafba99c58492003b7c2c6f77ed
/hardware/ril/include/telephony/ril.h
3a63fbc342d031dac10933f7f657902b0ff0fea3 04-Aug-2009 Li Zhe <zhe.li@motorola.com> HSDPA/HSUPA/HSPA support in ril.

HSDPA: High-Speed Downlink Packet Access
HSUPA: High-Speend Uplink Packet Access
HSPA: High-Speed Packet Access

Changes include:
1) add HSDPA/HSUPA/HSPA in response of RIL_REQUEST_REGISTRATION_STATE
2) rdd HSDPA/HSUPA/HSPA in response of RIL_REQUEST_GPRS_REGISTRATION_STATE
/hardware/ril/include/telephony/ril.h
309ac294bd529ff5a71f1c1e62cd493df1010271 30-Jul-2009 John Wang <johnwang@google.com> Clean RIL_SIM_* in ril.h

GET_SIM_STATUS returns structure RIL_CardStatus instead of an integer of RIL_SIM_*. Update reference-ril for RIL_CardStatus and cleanup RIL_SIM_*.

modified: include/telephony/ril.h
modified: reference-ril/reference-ril.c
/hardware/ril/include/telephony/ril.h
29be25c17885e6c7c32b6aea293d689d5b9fb463 15-Jul-2009 jsh <jsh@google.com> Minor tweak to RIL_REQUEST_CDMA_SUBSCRIPTION

H_SID and H_NID now returned as comma separated lists instead of single
value, since the home network may be comprised of more than one SID/NID.

Also update description of registration denied cause and manual network
selection.
/hardware/ril/include/telephony/ril.h
602f80f98a06a8ed009a6c9b9aa3e0bcfc4afb23 11-Jul-2009 jsh <jsh@google.com> (Hopefully) final updates to ril.h for donut.

Some new error values; additional parameters for BURST_DTMF.
/hardware/ril/include/telephony/ril.h
593c910c9a98973ff1be5afe39987bafaa546170 25-Jun-2009 jsh <jsh@google.com> Update comments for PIN/PUK commands.

These now have a response value.
/hardware/ril/include/telephony/ril.h
d6aa2e32a44f883b008b9bb12b322f5b7e8dced4 04-May-2009 Jaikumar Ganesh <jaikumar@google.com> Add PDP failure cause.

The RIL API LAST_PDP_FAIL_CAUSE, gives us the error
codes for PDP falure. Add these to ril.h.
/hardware/ril/include/telephony/ril.h
920c78f166e787dc799bf5df7d6be30034ac0e77 04-Jun-2009 Jaikumar Ganesh <jaikumar@google.com> Add authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response.

1.Add an additional parameter to specify the
authType (PAP / CHAP) to SETUP_DATA_CALL.
2.Add errorCode to RIL_SMS_Response
/hardware/ril/include/telephony/ril.h
7f8568086f2ea14885b0091c793e14c2656f0da2 09-Jun-2009 Wink Saville <wink@google.com> Cleanup whitespace.
/hardware/ril/include/telephony/ril.h
2641d5b8426beb86870611e5bc7c4eb0a877025b 09-Jun-2009 Wink Saville <wink@google.com> Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING.

Also add RIL_REQUEST_REPORT_SMS_MEMORY_STATUS which was missing from ril_commands.h.
/hardware/ril/include/telephony/ril.h
d4ee7dc0e98de1aa990e6c8a63f639779f9a86e9 06-Jun-2009 Wink Saville <wink@google.com> Add a fifth response string to RIL_REQUEST_CDMA_SUBSCRIPTION which has the PRL version.
/hardware/ril/include/telephony/ril.h
b60444ef2fe63b372e13f3d38ebf8448d6c127f5 29-May-2009 jsh <jsh@google.com> Support for SMS error reporting to the network.

- Update RIL_REQUEST_SMS_ACKNOWLDGE to report fail cause.
- Update comments for RIL_CMDA_SMS_Ack.
- Add RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.
/hardware/ril/include/telephony/ril.h
a592eebc476a3d234f47f93e58252f8c822fc772 22-May-2009 Wink Saville <wink@google.com> Cleanup and changes of responseCdmaInformationReocrds, Broadcast SMS
configuration and reponseRilSignalStrength.

From Motorola, change reponseCdmaInformationRecords to use string for
marshalling and simplify by removing duplicate code.

Change Broadcast SMS configuration adding some some new fields
for Gsm Broadcast configuration and some name changes to be
more coherent.

Cleanup responseRilSignalStrength, includes some code refactoring
and removing the sending of the number of intergers. Now it is assumed
that a RIL_SignalStrength structure being sent so it is not necessary to
send the length. There is a corresponding change in
frameworks/base/telephony/java/com/android/internal/telephony/RIL.java.
/hardware/ril/include/telephony/ril.h
fdf825f9d0dc639787b8523638bb61874ed0b540 23-May-2009 johnwang <johnwang@google.com> Enable new libhtc_ril which supporting new CDMA ril interface.

1) Enable new libhtc_ril and support new RIL_Call structure 2) Remove "#define NEWRIL".
/hardware/ril/include/telephony/ril.h
3d54e74bc450bb40977e3ae6fab6185fe687bdae 19-May-2009 Wink Saville <wink@google.com> Teleca 2b changes.
/hardware/ril/include/telephony/ril.h
f8bc167551e4a5af4c22dab4855468a166b9ed30 15-May-2009 johnwang <johnwang@dhcp-172-19-12-233.mtv.corp.google.com> Update comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate RIL_REQUEST_RESET_RADIO. Fix couple typo.
/hardware/ril/include/telephony/ril.h
000a9fe96fdf9111387d2bc389d2f6bb3e627d0f 11-May-2009 jsh <jsh@google.com> Add get/set SMSC address to ril.h.
/hardware/ril/include/telephony/ril.h
af6ecbf0fa03379818038459ee1b61ea393ffd4f 29-Apr-2009 Jaikumar Ganesh <jaikumar@google.com> Add RIL_UNSOL_OEM_HOOK_RAW

Add RIL_UNSOL_OEM_HOOK_RAW to send unsolicited OEM
commands from the baseband.

Tested using radiooptions tool.
/hardware/ril/include/telephony/ril.h
1b5fd23e2bc82e5bed48125317cf2f9837cf6ae8 22-Apr-2009 Wink Saville <wink@google.com> New ril.h & changes to ril.cpp to support it.

There are NEWRIL:TODO's in the code to identify
additional changes needed when a new vendor ril
is delivered.

Also changes to some appendPrintBuf's, apparently
it's been a while since debug has been turn on
as there were quite a few compile time errors.
/hardware/ril/include/telephony/ril.h
eafe79ddae0509f3173274c338e69241f5055111 04-Apr-2009 Wink Saville <> AI 144570: Fix some non-sequential RIL commands.
RIL_REQUEST_CDMA_SUBSCRITION ... RIL_REQUEST_DEVICE_IDENTLY changed
from 99 .. 102 to 95 to 98 so they directly follow
RIL_REQUEST_CDMA_BROADCAST_ACTIVATION which is 94. These values are
used as indexes into s_commands an array of CommandInfo which
is a non-sparse arrary so there should be no gap.
BUG=1765265

Automated import of CL 144570
/hardware/ril/include/telephony/ril.h
f4c4d36c410a3501d282dd7de1c7c3350734f27e 02-Apr-2009 Wink Saville <> AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185
/hardware/ril/include/telephony/ril.h
ff36874070b246c40f2ecfcbd584a2d663fa493d 25-Mar-2009 John Wang <> Automated import from //branches/donutburger/...@140572,140572
/hardware/ril/include/telephony/ril.h
34a5108969fbfc6cf8140513b7246da805902b7a 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/hardware/ril/include/telephony/ril.h
00f06fc3fdb05d4276e76091cacb42b6f6862222 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/hardware/ril/include/telephony/ril.h
c2efc51d848d68147320a5983954f9c76428885c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/hardware/ril/include/telephony/ril.h
80bb41e3445d96fb8508609e5bfcae6ea477da18 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/hardware/ril/include/telephony/ril.h
a8657f8726ba81b72eb532c884545b4ad52ff471 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/hardware/ril/include/telephony/ril.h
dbbb392e15b5ace6f19e76c49c80ea14292e8a4d 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/hardware/ril/include/telephony/ril.h