Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: List of commits

hardware/ril


RSS
修訂. 時間 作者
b499fab donut-x86 2010-03-04 19:00:32 Luke Yang

modify reference-ril to support 3G modem card on x86

67121e0 2009-08-13 01:45:53 Kenny

fix return value check issue in sendResponseRaw function

bcf8ffa 2009-08-03 23:45:46 Jean-Baptiste Queru

merge from donut

309ac29 2009-07-31 06:53:23 John Wang

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

fa6c179 2009-07-30 06:57:05 Jean-Baptiste Queru

merge from donut

72f27df 2009-07-26 09:48:03 Jean-Baptiste Queru

Merge korg/donut into korg/master

29be25c 2009-07-16 08:38:33 jsh

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.

602f80f 2009-07-11 07:49:07 jsh

(Hopefully) final updates to ril.h for donut.

Some new error values; additional parameters for BURST_DTMF.

6f189a6 2009-07-01 05:12:53 John Wang

Fix bug 1687659 - cell id in reference ril.

The LAC and CID of RIL_REQUEST_REGISTRATION_STATE should be in the hex format. The valid LAC are from 0x0000 to 0xffff and Valid CID are from 0x00000000 to 0xffffffff. reference-ril should return hex value instead of decimal one.

modified: reference-ril/reference-ril.c

593c910 2009-06-25 08:13:44 jsh

Update comments for PIN/PUK commands.

These now have a response value.

09a68ba 2009-06-20 09:34:46 jsh

Add remaining retry count to response for PIN/PUK commands.

RIL_REQUEST_ENTER_SIM_PIN
RIL_REQUEST_ENTER_SIM_PUK
RIL_REQUEST_ENTER_SIM_PIN2
RIL_REQUEST_ENTER_SIM_PUK2
RIL_REQUEST_CHANGE_SIM_PIN
RIL_REQUEST_CHANGE_SIM_PIN2
RIL_REQUEST_SET_FACILITY_LOCK
RIL_ENTER_NETWORK_DEPERSONALIZATION

Also add requestToString entry for REPORT_SMS_MEMORY_STATUS.

d6aa2e3 2009-06-16 13:05:45 Jaikumar Ganesh

Add PDP failure cause.

The RIL API LAST_PDP_FAIL_CAUSE, gives us the error
codes for PDP falure. Add these to ril.h.

920c78f 2009-06-11 03:03:06 Jaikumar Ganesh

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

7f85680 2009-06-10 02:23:37 Wink Saville

Cleanup whitespace.

2641d5b 2009-06-09 09:40:42 Wink Saville

Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING.

Also add RIL_REQUEST_REPORT_SMS_MEMORY_STATUS which was missing from ril_commands.h.

d4ee7dc 2009-06-06 07:11:30 Wink Saville

Add a fifth response string to RIL_REQUEST_CDMA_SUBSCRIPTION which has the PRL version.

b2a6184 2009-06-03 07:58:01 johnwang

Allow response payload on RIL_REQUEST error

Enable response payload while RIL_REQUEST returns error. RIL must explicitly pass NULL
for the response parameter if there is no response payload.

modified: ril.cpp

b60444e 2009-05-30 05:06:57 jsh

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.

a592eeb 2009-05-28 05:34:43 Wink Saville

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.

fdf825f 2009-05-27 06:18:57 johnwang

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".

3d54e74 2009-05-19 10:00:44 Wink Saville

Teleca 2b changes.

f8bc167 2009-05-16 08:34:05 johnwang

Update comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate RIL_REQUEST_RESET_RADIO. Fix couple typo.

000a9fe 2009-05-12 08:55:46 jsh

Add get/set SMSC address to ril.h.

6b65348 2009-05-01 10:59:48 Android (Google) Code Review

Merge change 744 into donut

* changes:
Add RIL_UNSOL_OEM_HOOK_RAW

f6aa7c1 2009-05-01 06:20:52 Wink Saville

Handle RIL_REQUEST_GET_SIM_STATUS as per the new ril.h specification.

af6ecbf 2009-04-30 08:51:47 Jaikumar Ganesh

Add RIL_UNSOL_OEM_HOOK_RAW

Add RIL_UNSOL_OEM_HOOK_RAW to send unsolicited OEM
commands from the baseband.

Tested using radiooptions tool.

4a24d11 2009-04-30 07:53:39 Wink Saville

Partially fix 1820187 by using RIL_CallOld since we're not
yet fully switched to the new ril.h.

This is only partially fixed because there is an opposite
problem with getSIMStatus in reference-ril.c. Here we should
be returning the new RIL_CardStatus but we're returning the
just the integer. This will be fixed in a subsequent Change.

f5903df 2009-04-25 03:54:14 Wink Saville

Teleca 090414 & 090423 patches for CDMA to complete phase1 work.

44904f7 2009-04-23 09:56:59 Jean-Baptiste Queru

merge cupcake into donut

1b5fd23 2009-04-23 06:50:00 Wink Saville

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.

Show on old repository browser