OSDN Git Service

android-x86/hardware-ril.git
14 years agoMinor tweak to RIL_REQUEST_CDMA_SUBSCRIPTION
jsh [Wed, 15 Jul 2009 03:18:59 +0000 (20:18 -0700)]
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.

14 years ago(Hopefully) final updates to ril.h for donut.
jsh [Fri, 10 Jul 2009 22:44:37 +0000 (15:44 -0700)]
(Hopefully) final updates to ril.h for donut.

Some new error values; additional parameters for BURST_DTMF.

14 years agoFix bug 1687659 - cell id in reference ril.
John Wang [Tue, 30 Jun 2009 20:12:53 +0000 (13:12 -0700)]
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

14 years agoUpdate comments for PIN/PUK commands.
jsh [Wed, 24 Jun 2009 23:13:44 +0000 (16:13 -0700)]
Update comments for PIN/PUK commands.

These now have a response value.

14 years agoAdd remaining retry count to response for PIN/PUK commands.
jsh [Wed, 10 Jun 2009 18:56:38 +0000 (11:56 -0700)]
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.

14 years agoAdd PDP failure cause.
Jaikumar Ganesh [Mon, 4 May 2009 18:09:46 +0000 (11:09 -0700)]
Add PDP failure cause.

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

14 years agoAdd authType to SETUP_DATA_CALL, errorCode to RIL_SMS_Response.
Jaikumar Ganesh [Thu, 4 Jun 2009 17:53:15 +0000 (10:53 -0700)]
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

14 years agoCleanup whitespace.
Wink Saville [Tue, 9 Jun 2009 17:23:37 +0000 (10:23 -0700)]
Cleanup whitespace.

14 years agoAdd RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING.
Wink Saville [Tue, 9 Jun 2009 00:40:42 +0000 (17:40 -0700)]
Add RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING.

Also add RIL_REQUEST_REPORT_SMS_MEMORY_STATUS which was missing from ril_commands.h.

14 years agoAdd a fifth response string to RIL_REQUEST_CDMA_SUBSCRIPTION which has the PRL version.
Wink Saville [Fri, 5 Jun 2009 22:11:30 +0000 (15:11 -0700)]
Add a fifth response string to RIL_REQUEST_CDMA_SUBSCRIPTION which has the PRL version.

14 years agoAllow response payload on RIL_REQUEST error
johnwang [Tue, 2 Jun 2009 21:55:45 +0000 (14:55 -0700)]
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

14 years agoSupport for SMS error reporting to the network.
jsh [Fri, 29 May 2009 18:09:17 +0000 (11:09 -0700)]
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.

14 years agoCleanup and changes of responseCdmaInformationReocrds, Broadcast SMS
Wink Saville [Fri, 22 May 2009 20:26:36 +0000 (13:26 -0700)]
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.

14 years agoEnable new libhtc_ril which supporting new CDMA ril interface.
johnwang [Fri, 22 May 2009 22:50:34 +0000 (15:50 -0700)]
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".

14 years agoTeleca 2b changes.
Wink Saville [Tue, 19 May 2009 01:00:44 +0000 (18:00 -0700)]
Teleca 2b changes.

15 years agoUpdate comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate...
johnwang [Fri, 15 May 2009 02:19:47 +0000 (19:19 -0700)]
Update comments in ril.h to clarify the format in RIL_SMS_WriteArgs and deprecate RIL_REQUEST_RESET_RADIO. Fix couple typo.

15 years agoAdd get/set SMSC address to ril.h.
jsh [Mon, 11 May 2009 21:52:35 +0000 (14:52 -0700)]
Add get/set SMSC address to ril.h.

15 years agoMerge change 744 into donut
Android (Google) Code Review [Fri, 1 May 2009 01:59:48 +0000 (18:59 -0700)]
Merge change 744 into donut

* changes:
  Add RIL_UNSOL_OEM_HOOK_RAW

15 years agoHandle RIL_REQUEST_GET_SIM_STATUS as per the new ril.h specification.
Wink Saville [Thu, 30 Apr 2009 21:20:52 +0000 (14:20 -0700)]
Handle RIL_REQUEST_GET_SIM_STATUS as per the new ril.h specification.

15 years agoAdd RIL_UNSOL_OEM_HOOK_RAW
Jaikumar Ganesh [Wed, 29 Apr 2009 20:27:51 +0000 (13:27 -0700)]
Add RIL_UNSOL_OEM_HOOK_RAW

Add RIL_UNSOL_OEM_HOOK_RAW to send unsolicited OEM
commands from the baseband.

Tested using radiooptions tool.

15 years agoPartially fix 1820187 by using RIL_CallOld since we're not
Wink Saville [Wed, 29 Apr 2009 22:53:39 +0000 (15:53 -0700)]
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.

15 years agoTeleca 090414 & 090423 patches for CDMA to complete phase1 work.
Wink Saville [Fri, 24 Apr 2009 18:54:14 +0000 (11:54 -0700)]
Teleca 090414 & 090423 patches for CDMA to complete phase1 work.

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoNew ril.h & changes to ril.cpp to support it.
Wink Saville [Wed, 22 Apr 2009 21:50:00 +0000 (14:50 -0700)]
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.

15 years agoAI 144570: Fix some non-sequential RIL commands.
Wink Saville [Sat, 4 Apr 2009 01:02:34 +0000 (18:02 -0700)]
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

15 years agoAI 144185: Integrate cdma into the main code base.
Wink Saville [Thu, 2 Apr 2009 08:37:03 +0000 (01:37 -0700)]
AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185

15 years agoAI 143198: am: CL 142968 Remove showlease, wpa_cli and radiooptions tools from user...
Mike Lockwood [Sat, 28 Mar 2009 00:32:57 +0000 (17:32 -0700)]
AI 143198: am: CL 142968 Remove showlease, wpa_cli and radiooptions tools from user builds.
  Should save us 52K in /system
  BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...

Automated import of CL 143198

15 years agoAutomated import from //branches/cupcake/...@142968,142968
Mike Lockwood [Thu, 26 Mar 2009 19:50:55 +0000 (12:50 -0700)]
Automated import from //branches/cupcake/...@142968,142968

15 years agoAutomated import from //branches/donutburger/...@140572,140572
John Wang [Wed, 25 Mar 2009 00:56:29 +0000 (17:56 -0700)]
Automated import from //branches/donutburger/...@140572,140572

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:56 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:47 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:37 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:15 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:48 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:32 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:04 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:12 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:05:51 +0000 (18:05 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution