OSDN Git Service

android-x86/hardware-ril.git
7 years agoMerge tag 'android-6.0.1_r74' into marshmallow-x86 marshmallow-x86 android-x86-6.0-r2 android-x86-6.0-r3
Chih-Wei Huang [Tue, 10 Jan 2017 14:13:01 +0000 (22:13 +0800)]
Merge tag 'android-6.0.1_r74' into marshmallow-x86

Android 6.0.1 release 74

7 years agoReplace variable-length arrays on stack with malloc.
Amit Mahajan [Mon, 15 Aug 2016 16:06:34 +0000 (09:06 -0700)]
Replace variable-length arrays on stack with malloc.

Bug: 30202619
Change-Id: Ib95e08a1c009d88a4b4fd8d8fdba0641c6129008
(cherry picked from commit 943905bb9f99e3caa856b42c531e2be752da8834)

7 years agofix 3G support for android-x86 android-x86-6.0-r1
Chih-Wei Huang [Sun, 29 Apr 2012 13:52:26 +0000 (21:52 +0800)]
fix 3G support for android-x86

Start pppd directly to setup data connection.

7 years agodisable emulator code and fix a typo
Chih-Wei Huang [Wed, 7 Mar 2012 16:39:38 +0000 (00:39 +0800)]
disable emulator code and fix a typo

8 years agoFix memory leaks and use of uninitialized pointers.
Pavel Zhamaitsiak [Tue, 18 Aug 2015 18:40:01 +0000 (11:40 -0700)]
Fix memory leaks and use of uninitialized pointers.

Bug: 23187886
Change-Id: Ic15a02a902b591362b5c52c20afabe511fb0bbb7

8 years agoModify RIL Unsol Message Wakelock to 200ms
Nathan Harold [Tue, 28 Jul 2015 21:54:58 +0000 (14:54 -0700)]
Modify RIL Unsol Message Wakelock to 200ms

bug: 22456054

Change-Id: Id41e001f98b455bec5f004438f5d8498b17aaf2d

8 years agoAdded support for acquiring CAP_BLOCK_SUSPEND capability
Sukanya Rajkhowa [Thu, 15 Jan 2015 01:56:25 +0000 (17:56 -0800)]
Added support for acquiring CAP_BLOCK_SUSPEND capability

- Linux kernel 3.10 onward power service mandates the user
  space processes that use wake_lock service to have
  CAP_BLOCK_SUSPEND capability. Made changes in rild
  process to acquire the same

- Rild: Use division while defining MAX_CAP_NUM

Bug: 21063398

Change-Id: Idf38d9bde398e748139a6e5d7e7d9a1ac106ec8d

8 years agoSupport backward compatibility of new LAST_CALL_FAIL_CAUSE
Sungmin Choi [Wed, 1 Jul 2015 07:22:46 +0000 (16:22 +0900)]
Support backward compatibility of new LAST_CALL_FAIL_CAUSE

Previous fail cause returns integer array. New fail cuase returns integer and
string. RIL framework uses just integer as causeCode.
To support backward compatibility, returns integer instead of integer array
as causeCode.

Bug: 22204818
Change-Id: I77ca55d99a44d129cf401743c34c03754f38dde2

8 years agoAdd an optional vendor_cause string to
Chao Liu [Thu, 14 May 2015 23:13:46 +0000 (16:13 -0700)]
Add an optional vendor_cause string to
RIL_REQUEST_LAST_CALL_FAIL_CAUSE's response.
This vendor cause string will be passed to Telecom's DisconnectCause,
which could help us figure out why we are seeing so many ERROR_UNSPECIFIED.
bug:17701976

Original partner change:
https://partner-android-review.googlesource.com/#/c/215710/

Change-Id: I0c54733a03b2fe2bd48b3d3b21efc5e3ebd9ef66

8 years agoModem activity info
Prerepa Viswanadham [Thu, 28 May 2015 07:37:32 +0000 (00:37 -0700)]
Modem activity info

Change-Id: Iab8fbdeae0867c6e9cb9027b08317b1b5a2c9dfc

8 years agoRIL: Interface to retrieve power stats info
Sooraj Sasindran [Thu, 9 Apr 2015 00:23:07 +0000 (17:23 -0700)]
RIL: Interface to retrieve power stats info

Introduce interface to retrieve modem power stats info

Change-Id: I7ed89e754f733a93e430d64dfe28d7fbed1d4d75

8 years agoLCE RIL comment nit
fenglu [Sat, 2 May 2015 00:05:15 +0000 (17:05 -0700)]
LCE RIL comment nit

cherrypick from mwd to mnc-dev

Bug: 21307103
Change-Id: I0d9dd7bafee24a4853984ebcb665c022a0cbdc6a

8 years agoAdd missing extern "C" declaration.
Chih-Hung Hsieh [Wed, 6 May 2015 22:12:30 +0000 (15:12 -0700)]
Add missing extern "C" declaration.

BUG: 20891299
Change-Id: Iedfd2e8e5bd32014f011352898763bcc0887b6b9

8 years agoRemove verbose logs
Robert Greenwalt [Wed, 29 Apr 2015 23:57:39 +0000 (16:57 -0700)]
Remove verbose logs

Several things are redundent except for the fact
messages are reaching rilc.  Left in in case we need to debug
the layer, but blocked out with #if VDBG

Reduces startup logging to radio buffer by 20%

Change-Id: I95099457ea365ee108e7da8e1f81434531b6b9f0

8 years agoMerge commit '9a4b19c' into merge2
Etan Cohen [Fri, 24 Apr 2015 21:33:31 +0000 (14:33 -0700)]
Merge commit '9a4b19c' into merge2

8 years agoCorrect GET_RADIO_CAP documentation
Abhishek Adappa [Mon, 9 Feb 2015 19:11:12 +0000 (11:11 -0800)]
Correct GET_RADIO_CAP documentation

Change-Id: If9c07105771769b52070a85f93bf6d9a11fa6b80

9 years agoLink Capacity Estimation - RIL support
fenglu [Tue, 14 Apr 2015 21:53:55 +0000 (14:53 -0700)]
Link Capacity Estimation - RIL support

Change-Id: I9c4d4901d823d719be2b8bdec64f08eda342de53

9 years agoLink Capacity Estimation - RIL support
fenglu [Tue, 14 Apr 2015 21:53:55 +0000 (14:53 -0700)]
Link Capacity Estimation - RIL support

Change-Id: I9c4d4901d823d719be2b8bdec64f08eda342de53

9 years agoFix build issues after the merge
Vinit Deshpande [Wed, 15 Apr 2015 20:31:05 +0000 (13:31 -0700)]
Fix build issues after the merge

Change-Id: Ia856311187a0b2168cb859bd8b2300ff59df6569

9 years agoam 27976c4..27976c4 from mirror-m-wireless-internal-release
Vinit Deshpande [Tue, 14 Apr 2015 23:27:44 +0000 (16:27 -0700)]
am 27976c4..27976c4 from mirror-m-wireless-internal-release

27976c4 Introduction of the new SAP-UIM socket

Change-Id: I9ab9d65f230edd83037e2d1779b3bdd3b32a0aa7

9 years agoam 26a79e4e: Merge "libril: tag RILC messages to radio log"
Mark Salyzyn [Thu, 9 Apr 2015 16:45:24 +0000 (16:45 +0000)]
am 26a79e4e: Merge "libril: tag RILC messages to radio log"

* commit '26a79e4eba9a677d446dc767cf1df29f5ca1adb4':
  libril: tag RILC messages to radio log

9 years agoMerge "libril: tag RILC messages to radio log"
Mark Salyzyn [Thu, 9 Apr 2015 16:11:04 +0000 (16:11 +0000)]
Merge "libril: tag RILC messages to radio log"

9 years agolibril: tag RILC messages to radio log
Mark Salyzyn [Thu, 9 Apr 2015 14:18:35 +0000 (07:18 -0700)]
libril: tag RILC messages to radio log

Change-Id: Ia3234aa933249eb9f383c7e45c3f67b3c0c50634

9 years agoIntroduction of the new SAP-UIM socket
Dheeraj Shetty [Wed, 2 Jul 2014 19:27:57 +0000 (21:27 +0200)]
Introduction of the new SAP-UIM socket

Added new socket connection for communication between the SAP module
in Telephony and User Identity Module with DSDA support.

New classes added are:

RilSocket
---------
Base class(virtual) for any type of socket. Has listen
and commands callbacks similar to that of the existing
telephony->rild socket.

RilSapSocket
------------
Derived class for socket for communication between BT SAP
and the sim module in the modem. It initialises
socket, calls Sap_Uim_Init to get the handles and
starts the socket thread.

rilSocketQueue
--------------
Queue for managing socket requests.

Change-Id: I8828173941d6ae76f1f9cc0d567efaf41a77d175

9 years agoresolved conflicts for merge of 66650640 to master
Andreas Gampe [Mon, 6 Apr 2015 23:22:37 +0000 (16:22 -0700)]
resolved conflicts for merge of 66650640 to master

Change-Id: I2ece30436199e695c0f2cd5963586a2279578b9b

9 years agorild: missing include for sys/stat.h
Mark Salyzyn [Mon, 6 Apr 2015 20:51:43 +0000 (13:51 -0700)]
rild: missing include for sys/stat.h

rild.c gets sys/stat.h inherited from
private/android_filesystem_config.h it should
not rely on this in the future. The intent is
to move fs_config function into libcutils and
thus deprecate any need for sys/stat.h in this
include file.

Bug: 19908228
Change-Id: I5b10e9347aa9df8f0523a0ff00287655ca426d18

9 years agoMerge "Ril: Fix missing includes"
Andreas Gampe [Mon, 6 Apr 2015 19:47:54 +0000 (19:47 +0000)]
Merge "Ril: Fix missing includes"

9 years agoRil: Fix missing includes
Andreas Gampe [Mon, 6 Apr 2015 19:20:24 +0000 (12:20 -0700)]
Ril: Fix missing includes

umask requires sys/stat.h and sys/types.h.

Change-Id: Idc44976675c0f178bc860773e0bc1b65b392adcc

9 years agoMerge "Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'"
Vinit Deshpande [Mon, 16 Mar 2015 08:01:38 +0000 (08:01 +0000)]
Merge "Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'"

9 years agoMerge remote-tracking branch 'goog/mirror-m-wireless-internal-release'
Vinit Deshpande [Mon, 16 Mar 2015 08:01:02 +0000 (01:01 -0700)]
Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'

9 years agoAdd sap-api.proto.
Wink Saville [Wed, 21 May 2014 03:26:23 +0000 (20:26 -0700)]
Add sap-api.proto.

Change-Id: Ia526b1c872e5a3b298613387f58ee2aec6d7983c

9 years agoTelephony: Implementation of IWLAN.
Yashdev Singh [Mon, 23 Feb 2015 21:04:28 +0000 (13:04 -0800)]
Telephony: Implementation of IWLAN.

- Introduce IWLAN RAT in ril.h

Change-Id: Iaea12214b8333c6b6a56879c4d3b9417e3c24082

9 years agoAdd sap-api.proto.
Wink Saville [Wed, 21 May 2014 03:26:23 +0000 (20:26 -0700)]
Add sap-api.proto.

Change-Id: Ia526b1c872e5a3b298613387f58ee2aec6d7983c

9 years agoTelephony: Implementation of IWLAN.
Yashdev Singh [Mon, 23 Feb 2015 21:04:28 +0000 (13:04 -0800)]
Telephony: Implementation of IWLAN.

- Introduce IWLAN RAT in ril.h

Change-Id: Iaea12214b8333c6b6a56879c4d3b9417e3c24082

9 years agoam 4f481a54: Merge "Fix missing extern."
Elliott Hughes [Fri, 20 Feb 2015 19:04:57 +0000 (19:04 +0000)]
am 4f481a54: Merge "Fix missing extern."

* commit '4f481a5442c8269440dfbe99459b554e64071259':
  Fix missing extern.

9 years agoMerge "Fix missing extern."
Elliott Hughes [Fri, 20 Feb 2015 19:00:58 +0000 (19:00 +0000)]
Merge "Fix missing extern."

9 years agoFix missing extern.
Elliott Hughes [Fri, 20 Feb 2015 18:52:14 +0000 (10:52 -0800)]
Fix missing extern.

Change-Id: Iaf7c85b49350e0716d40edb36129714ca47fdb11

9 years agoam cb6cd1fb: Merge "ril.cpp: fix misuse of strncat"
Nick Kralevich [Tue, 10 Feb 2015 16:54:01 +0000 (16:54 +0000)]
am cb6cd1fb: Merge "ril.cpp: fix misuse of strncat"

* commit 'cb6cd1fba71fc8f12907b3c66cc7f5fa4de99589':
  ril.cpp: fix misuse of strncat

9 years agoMerge "ril.cpp: fix misuse of strncat"
Nick Kralevich [Tue, 10 Feb 2015 02:39:34 +0000 (02:39 +0000)]
Merge "ril.cpp: fix misuse of strncat"

9 years agoril.cpp: fix misuse of strncat
Nick Kralevich [Sun, 8 Feb 2015 15:54:16 +0000 (07:54 -0800)]
ril.cpp: fix misuse of strncat

strncat(dest,src,size) appends size+1 bytes to the end of
dest, so sizeof(dest) must be greater than
strlen(dest) + size + 1. Passing the buffer size to strncat
instead of sizeof(dest) - strlen(dest) - 1 is a common
strncat bug. Use strlcat instead, as it has more intuitive
behavior and ensures the buffer is properly null terminated.

Addresses the following compiler warning:

  In file included from system/core/include/cutils/sockets.h:22:0,
                   from hardware/ril/libril/ril.cpp:24:
  In function 'char* strncat(char*, const char*, size_t)',
      inlined from 'void android::RIL_register(const RIL_RadioFunctions*)' at hardware/ril/libril/ril.cpp:4258:62:
  bionic/libc/include/string.h:199:61: warning: call to char* __builtin___strncat_chk(char*, const char*, unsigned int, unsigned int) might overflow destination buffer
       return __builtin___strncat_chk(dest, src, n, __bos(dest));
                                                             ^

(line numbers are from internal master and do not match AOSP)

Even with this change, this code feels weird.
MAX_DEBUG_SOCKET_NAME_LENGTH is 12, and rildebug is initialized to be
SOCKET_NAME_RIL_DEBUG ("rild-debug"), which is 11 bytes including null
terminator. The strlcat call here can append a maximum of 1 byte before
the buffer is full. I don't know if this is intended or not.

Change-Id: I49801ad1ea3aa6173bbc9fd7cf00f3d308693253

9 years agoam d8dcd06e: Merge "Removal of dead code and adding log messages to make it easier...
Nick Kralevich [Sun, 8 Feb 2015 15:45:25 +0000 (15:45 +0000)]
am d8dcd06e: Merge "Removal of dead code and adding log messages to make it easier for debugging"

* commit 'd8dcd06e4703dae1927020cbcbafd85226492946':
  Removal of dead code and adding log messages to make it easier for debugging

9 years agoMerge "Removal of dead code and adding log messages to make it easier for debugging"
Nick Kralevich [Sun, 8 Feb 2015 15:32:53 +0000 (15:32 +0000)]
Merge "Removal of dead code and adding log messages to make it easier for debugging"

9 years agoRemoval of dead code and adding log messages to make it easier
Nanik Tolaram [Tue, 3 Feb 2015 01:50:04 +0000 (12:50 +1100)]
Removal of dead code and adding log messages to make it easier
for debugging

- Add more logging using ALOGD(..) for function dispatchSmsWrite,
dispatchDial, dispatchSIM_IO, dispatchSIM_APDU, dispatchCallForward,
dispatchRaw and dispatchCdmaSmsAck. To make it easier for debugging.

- Remove commented log message inside wakeTimeoutCallback () function
and remove the else clause as it's dead not used for anything.

- Modify log message inside removeFromList and removeWatch using +
and - to make it consistent with the other log message.

Change-Id: Ife0212e6a4724d8b06a1dd767484bfdf98b8e1a6
Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
9 years agoam 7c306fd5: Merge "rild: enable tombstone on RIL crash"
Nick Kralevich [Fri, 23 Jan 2015 22:18:11 +0000 (22:18 +0000)]
am 7c306fd5: Merge "rild: enable tombstone on RIL crash"

* commit '7c306fd58062476e53d3f424b4b7a5797069c235':
  rild: enable tombstone on RIL crash

9 years agoMerge "rild: enable tombstone on RIL crash"
Nick Kralevich [Fri, 23 Jan 2015 21:45:46 +0000 (21:45 +0000)]
Merge "rild: enable tombstone on RIL crash"

9 years agorild: enable tombstone on RIL crash
Julien Vuillaumier [Thu, 22 Jan 2015 13:42:58 +0000 (13:42 +0000)]
rild: enable tombstone on RIL crash

Since Android L, process dumpable flag is verified in case of
crash before requesting tombstone capture by debuggerd.
As setuid operation clears dumpable flag for a process, reenable
flag in rild after its switch to UID radio (debuggable build only)

Change-Id: Id86b697e2a1e11744ccc50a3c9ef04faf079ed94

9 years agoam 97f1dafc: Merge "Remove makefile cruft."
Elliott Hughes [Fri, 9 Jan 2015 23:52:04 +0000 (23:52 +0000)]
am 97f1dafc: Merge "Remove makefile cruft."

* commit '97f1dafc0cd3de51127477b8a0650883c0e657e8':
  Remove makefile cruft.

9 years agoam bdfdd776: Merge "We have POSIX clocks."
Elliott Hughes [Fri, 9 Jan 2015 23:46:05 +0000 (23:46 +0000)]
am bdfdd776: Merge "We have POSIX clocks."

* commit 'bdfdd7761d9f79c9e55a40f818781a69b01848ad':
  We have POSIX clocks.

9 years agoMerge "Remove makefile cruft."
Elliott Hughes [Fri, 9 Jan 2015 23:42:52 +0000 (23:42 +0000)]
Merge "Remove makefile cruft."

9 years agoMerge "We have POSIX clocks."
Elliott Hughes [Fri, 9 Jan 2015 23:39:28 +0000 (23:39 +0000)]
Merge "We have POSIX clocks."

9 years agoRemove makefile cruft.
Elliott Hughes [Fri, 9 Jan 2015 23:29:59 +0000 (15:29 -0800)]
Remove makefile cruft.

Change-Id: Iec07669cc80de041379716c8daa33acc58f7283e

9 years agoWe have POSIX clocks.
Elliott Hughes [Fri, 9 Jan 2015 23:27:28 +0000 (15:27 -0800)]
We have POSIX clocks.

We're probably not running the RIL on a Mac.

Change-Id: Ib6be56cd26d67e2b72b559cb364b1e34ab613016

9 years agoam 257ba4e3: Merge "Modify RIL_Data_Call_Response to include MTU" into lmp-mr1-dev
Robert Greenwalt [Tue, 9 Dec 2014 00:18:09 +0000 (00:18 +0000)]
am 257ba4e3: Merge "Modify RIL_Data_Call_Response to include MTU" into lmp-mr1-dev

* commit '257ba4e389b21e0b56510017d60e90753cb074c1':
  Modify RIL_Data_Call_Response to include MTU

9 years agoMerge "Modify RIL_Data_Call_Response to include MTU" into lmp-mr1-dev
Robert Greenwalt [Mon, 8 Dec 2014 23:33:48 +0000 (23:33 +0000)]
Merge "Modify RIL_Data_Call_Response to include MTU" into lmp-mr1-dev

9 years agoModify RIL_Data_Call_Response to include MTU
Sukanya Rajkhowa [Mon, 2 Jun 2014 21:03:44 +0000 (14:03 -0700)]
Modify RIL_Data_Call_Response to include MTU

Include MTU as part of RIL Data Call Response so that the
framework uses the dynamic MTU value provided by network
and updates LinkProperties accordingly.

Upping RIL version to 11.

bug:18391670
Change-Id: I8a85d7f58c99d73278646cdcb2aa466b85ae9a81

9 years agoam 496a71cf: Merge "Revert "Revert "STK Call Control feature implementation.""" into...
Amit Mahajan [Mon, 24 Nov 2014 18:06:20 +0000 (18:06 +0000)]
am 496a71cf: Merge "Revert "Revert "STK Call Control feature implementation.""" into lmp-mr1-dev

* commit '496a71cfd58fb10b621a6e1b3205929908bcd86d':
  Revert "Revert "STK Call Control feature implementation.""

9 years agoMerge "Revert "Revert "STK Call Control feature implementation.""" into lmp-mr1-dev
Amit Mahajan [Sun, 23 Nov 2014 23:17:11 +0000 (23:17 +0000)]
Merge "Revert "Revert "STK Call Control feature implementation.""" into lmp-mr1-dev

9 years agoam 5526d659: Merge "Turn off RILC REQUEST logging" into lmp-mr1-dev
xinhe [Sat, 22 Nov 2014 02:33:36 +0000 (02:33 +0000)]
am 5526d659: Merge "Turn off RILC REQUEST logging" into lmp-mr1-dev

* commit '5526d659ed3fe69d57317044d04438b28286e3b2':
  Turn off RILC REQUEST logging

9 years agoRevert "Revert "STK Call Control feature implementation.""
Amit Mahajan [Sat, 22 Nov 2014 00:54:49 +0000 (00:54 +0000)]
Revert "Revert "STK Call Control feature implementation.""

This reverts commit 6bfaf64c427b4d48a4fb1931eb8b5c0f79ce20f1.

Change-Id: Ib408f7ef0db0e0fd6a6d501d565726733440b156

9 years agoMerge "Turn off RILC REQUEST logging" into lmp-mr1-dev
xinhe [Fri, 21 Nov 2014 23:38:08 +0000 (23:38 +0000)]
Merge "Turn off RILC REQUEST logging" into lmp-mr1-dev

9 years agoTurn off RILC REQUEST logging
xinhe [Fri, 21 Nov 2014 19:16:40 +0000 (11:16 -0800)]
Turn off RILC REQUEST logging

remove the log

Bug:18481571
Change-Id: I8cc27ab3528904113fc4678f2f6c96f702c55ce2

9 years agoam 6bfaf64c: Revert "STK Call Control feature implementation."
Amit Mahajan [Wed, 19 Nov 2014 02:26:56 +0000 (02:26 +0000)]
am 6bfaf64c: Revert "STK Call Control feature implementation."

* commit '6bfaf64c427b4d48a4fb1931eb8b5c0f79ce20f1':
  Revert "STK Call Control feature implementation."

9 years agoRevert "STK Call Control feature implementation."
Amit Mahajan [Wed, 19 Nov 2014 00:06:53 +0000 (00:06 +0000)]
Revert "STK Call Control feature implementation."

This reverts commit 61bedcf4f339fb2eecb2e50bbd5637d0b70a9004.

Change-Id: I257968ecc3c5e18f3b9cd6371e76846676c82447

9 years agoam 61bedcf4: STK Call Control feature implementation.
Preeti Ahuja [Tue, 18 Nov 2014 21:56:16 +0000 (21:56 +0000)]
am 61bedcf4: STK Call Control feature implementation.

* commit '61bedcf4f339fb2eecb2e50bbd5637d0b70a9004':
  STK Call Control feature implementation.

9 years agoam f34ed01f: Merge "Make the implementations of RIL_onUnsolicitedResponse match the...
Chih-hung Hsieh [Tue, 18 Nov 2014 00:41:06 +0000 (00:41 +0000)]
am f34ed01f: Merge "Make the implementations of RIL_onUnsolicitedResponse match the prototypes"

* commit 'f34ed01f1e1935c67e153916ea27dddae4d067dc':
  Make the implementations of RIL_onUnsolicitedResponse match the prototypes

9 years agoMerge "Make the implementations of RIL_onUnsolicitedResponse match the prototypes"
Chih-hung Hsieh [Tue, 18 Nov 2014 00:30:41 +0000 (00:30 +0000)]
Merge "Make the implementations of RIL_onUnsolicitedResponse match the prototypes"

9 years agoMake the implementations of RIL_onUnsolicitedResponse match the prototypes
Bernhard Rosenkränzer [Mon, 17 Nov 2014 19:52:09 +0000 (20:52 +0100)]
Make the implementations of RIL_onUnsolicitedResponse match the prototypes

Prototypes expect the data as a const void*, whereas the implementation
takes a void*.

This causes the build to break with clang and may also have other
unexpected side effects. (I'd expect to see unresolvable references in
some gcc builds.)

Change-Id: Ic34787da20abd2821730a18e49c0a435a82c2613
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
9 years agoSTK Call Control feature implementation.
Preeti Ahuja [Tue, 15 Nov 2011 20:52:06 +0000 (12:52 -0800)]
STK Call Control feature implementation.

Add support for unsols for Stk Call Control
feature.

Bug: 17646476
Change-Id: I65e8e65e514f00e171086496d86b0c825d3d3d3e

9 years agoam 8caf06fd: [DS] Radio Capability Support. New design of capability switch for L.
Legler Wu [Fri, 31 Oct 2014 00:16:40 +0000 (00:16 +0000)]
am 8caf06fd: [DS] Radio Capability Support. New design of capability switch for L.

* commit '8caf06fd90e877e6c0a4cc1e63bb5b5222704abe':
  [DS] Radio Capability Support. New design of capability switch for L.

9 years ago[DS] Radio Capability Support. New design of capability switch for L.
Legler Wu [Wed, 29 Oct 2014 06:02:14 +0000 (14:02 +0800)]
[DS] Radio Capability Support. New design of capability switch for L.

Modify for changing ModemID from int to string.

Change-Id: Ic5ac096c6335658c5557dd94d659f910f42c8ffb

9 years agoam 60dbcee8: am 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.
Shishir Agrawal [Mon, 27 Oct 2014 04:21:14 +0000 (04:21 +0000)]
am 60dbcee8: am 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

* commit '60dbcee88f599e4ca48d7a4ef4d3ce940f0826cd':

9 years agoam 0efd5b9c: am 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE
Chaitanya Saggurthi [Mon, 27 Oct 2014 04:21:13 +0000 (04:21 +0000)]
am 0efd5b9c: am 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

* commit '0efd5b9c0672d12054e37d7a28520ffc5d6f9808':

9 years agoam b5c0bcbb: am 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION...
Hui Wang [Mon, 27 Oct 2014 04:21:13 +0000 (04:21 +0000)]
am b5c0bcbb: am 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

* commit 'b5c0bcbb5e464db8f8b812a58d696a15ff9c8b65':

9 years agoam f191bb2e: Merge "Update the profile id and the comments to handle RIL_REQUEST_SET_...
Amit Mahajan [Mon, 20 Oct 2014 22:24:10 +0000 (22:24 +0000)]
am f191bb2e: Merge "Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE" into lmp-mr1-dev

* commit 'f191bb2ef67b882daa31251e3c6511c818e50cf5':
  Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE

9 years agoMerge "Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE...
Amit Mahajan [Mon, 20 Oct 2014 22:17:40 +0000 (22:17 +0000)]
Merge "Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE" into lmp-mr1-dev

9 years agoam 8b4e4f7e: Radio Capability Support.
Wink Saville [Mon, 20 Oct 2014 21:34:31 +0000 (21:34 +0000)]
am 8b4e4f7e: Radio Capability Support.

* commit '8b4e4f7e5ddcb8b7450bcded4d0395f02b340bbe':
  Radio Capability Support.

9 years agoUpdate the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE
Hui Wang [Thu, 16 Oct 2014 19:59:27 +0000 (14:59 -0500)]
Update the profile id and the comments to handle RIL_REQUEST_SET_DATA_PROFILE

Change-Id: I6a5651d2b9dc3682996b2a919d5c1c8201e5660b

9 years agoRadio Capability Support.
Wink Saville [Fri, 17 Oct 2014 22:01:45 +0000 (15:01 -0700)]
Radio Capability Support.

New design of capability switch for L.
Add new RIL requests:
     RIL_REQUEST_GET_RADIO_CAPABILITY
     RIL_REQUEST_SET_RADIO_CAPABILITY
     RIL_UNSOL_RADIO_CAPABILITY

These commands allow the framework to communicate what the Radio
Capabilities for each logical modem has or should be using.

It can support 2/3/4G switch and has flexible architecture to support
future technology.

Change-Id: Iedf7f608d2ba3c06a883500f2d85abb98e69d9c1

9 years agoam 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.
Shishir Agrawal [Wed, 15 Oct 2014 02:08:38 +0000 (02:08 +0000)]
am 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

* commit '760123fc26b00aacf7a9e75eb681e7b9ce4e6560':
  Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

9 years agoam 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.
Shishir Agrawal [Tue, 14 Oct 2014 21:57:55 +0000 (21:57 +0000)]
am 760123fc: Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

* commit '760123fc26b00aacf7a9e75eb681e7b9ce4e6560':
  Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

9 years agoFixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.
Shishir Agrawal [Tue, 14 Oct 2014 16:14:57 +0000 (09:14 -0700)]
Fixing the comment for RIL_REQUEST_SIM_OPEN_CHANNEL.

The comment was not fixed when we extended the command to optionally include
the select response.

Bug: 17983857
Change-Id: I6245a7c8de1d35bb421ad06c5fefa9619aac1167

9 years agoam 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE
Chaitanya Saggurthi [Thu, 2 Oct 2014 19:44:16 +0000 (19:44 +0000)]
am 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

* commit '33bbe435b41e4eead73b775346ecb0e5e8b6c8a9':
  Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

9 years agoam 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE
Chaitanya Saggurthi [Thu, 2 Oct 2014 18:14:02 +0000 (18:14 +0000)]
am 33bbe435: Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

* commit '33bbe435b41e4eead73b775346ecb0e5e8b6c8a9':
  Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

9 years agoReference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE
Chaitanya Saggurthi [Tue, 24 Sep 2013 10:46:21 +0000 (16:16 +0530)]
Reference-ril: Send sms using RIL_REQUEST_SEND_SMS_EXPECT_MORE

Add support for RIL_REQUEST_SEND_SMS_EXPECT_MORE in reference-ril

Bug: 17570854
Change-Id: Ie8f42ea6fdf69ac73a02708de8f274d9ac38fbca

9 years agoam 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable
Hui Wang [Fri, 19 Sep 2014 23:52:06 +0000 (23:52 +0000)]
am 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

* commit '11e8b23202a67ea1f82e5db6a113087c54be480b':
  Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

9 years agoam 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable
Hui Wang [Fri, 19 Sep 2014 23:36:57 +0000 (23:36 +0000)]
am 11e8b232: Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

* commit '11e8b23202a67ea1f82e5db6a113087c54be480b':
  Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

9 years agoControl radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable
Hui Wang [Fri, 19 Sep 2014 21:40:17 +0000 (16:40 -0500)]
Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

Bug: 1756765116308209
Change-Id: Ie5d8f5fc1227950634a746e7d3f911b5a8c5d96e

9 years agoam a65a16a2: Add RIL_REQUEST_SHUTDOWN to notify RIL that device is shutting down
Naveen Kalla [Thu, 21 Aug 2014 15:27:39 +0000 (15:27 +0000)]
am a65a16a2: Add RIL_REQUEST_SHUTDOWN to notify RIL that device is shutting down

* commit 'a65a16a2e81b11762fd9e4233e1a212effcfee82':
  Add RIL_REQUEST_SHUTDOWN to notify RIL that device is shutting down

9 years agoAdd RIL_REQUEST_SHUTDOWN to notify RIL that device is shutting down
Naveen Kalla [Thu, 31 Jul 2014 23:48:31 +0000 (16:48 -0700)]
Add RIL_REQUEST_SHUTDOWN to notify RIL that device is shutting down

When device is in airplane mode, SIM card and modem may be powered on.
RIL can use RIL_REQUEST_SHUTDOWN to shutdown the modem and SIM card
gracefully.

Bug: 9773278
Change-Id: I6afa9e810cefc7855f7ae42e51f39cc51fa2aa6e

9 years agoresolved conflicts for merge of 6e5a42e6 to lmp-dev-plus-aosp
Vince Harron [Fri, 15 Aug 2014 05:59:12 +0000 (22:59 -0700)]
resolved conflicts for merge of 6e5a42e6 to lmp-dev-plus-aosp

Change-Id: I118c05111ded541c8b4cf3c5533c5a3de3b89322

9 years agoam c796e22c: Revert "Revert "add apn setting parameters, and set apn parameters to...
Amit Mahajan [Fri, 15 Aug 2014 03:57:40 +0000 (03:57 +0000)]
am c796e22c: Revert "Revert "add apn setting parameters, and set apn parameters to bp""

* commit 'c796e22cf8402452b325ffbf9686a4c985a611e3':
  Revert "Revert "add apn setting parameters, and set apn parameters to bp""

9 years agoRevert "Revert "add apn setting parameters, and set apn parameters to bp""
Amit Mahajan [Wed, 13 Aug 2014 16:54:01 +0000 (16:54 +0000)]
Revert "Revert "add apn setting parameters, and set apn parameters to bp""

This reverts commit 87540b6318016540030421a5c2bc41b759bf33cd.

Change-Id: I7f6043ad55299ecc01cbcadc81c281b133755b86

9 years agoMerge "Allow dlopen to find libreference-ril.so on 64 bit platform" into lmp-dev
Vince Harron [Thu, 14 Aug 2014 17:52:54 +0000 (17:52 +0000)]
Merge "Allow dlopen to find libreference-ril.so on 64 bit platform" into lmp-dev

9 years agoAllow dlopen to find libreference-ril.so on 64 bit platform
Vince Harron [Thu, 14 Aug 2014 06:12:37 +0000 (23:12 -0700)]
Allow dlopen to find libreference-ril.so on 64 bit platform

libreference-ril.so is located in /system/lib64 on 64 bit targets.
The incorrect path caused the ril-daemon to crash, which also blocked
the network on emulator image.

Bug: 16321274
Change-Id: I53a455f51a96de28c8dd0b9e1ffe5b7475b2baf1

9 years agoam 87540b63: Revert "add apn setting parameters, and set apn parameters to bp"
Amit Mahajan [Tue, 12 Aug 2014 05:35:35 +0000 (05:35 +0000)]
am 87540b63: Revert "add apn setting parameters, and set apn parameters to bp"

* commit '87540b6318016540030421a5c2bc41b759bf33cd':
  Revert "add apn setting parameters, and set apn parameters to bp"

9 years agoRevert "add apn setting parameters, and set apn parameters to bp"
Amit Mahajan [Tue, 12 Aug 2014 05:14:07 +0000 (05:14 +0000)]
Revert "add apn setting parameters, and set apn parameters to bp"

This reverts commit 6be060de61b99ed29ad67ebfa19271bbe0a475fe.

Change-Id: Idc7d6cfc97ca6fadd93d85e96b12cb46e33f35c6

9 years agoam 6be060de: add apn setting parameters, and set apn parameters to bp
Hui Wang [Tue, 12 Aug 2014 02:19:06 +0000 (02:19 +0000)]
am 6be060de: add apn setting parameters, and set apn parameters to bp

* commit '6be060de61b99ed29ad67ebfa19271bbe0a475fe':
  add apn setting parameters, and set apn parameters to bp

9 years agoadd apn setting parameters, and set apn parameters to bp
Hui Wang [Sat, 9 Aug 2014 14:42:42 +0000 (09:42 -0500)]
add apn setting parameters, and set apn parameters to bp

Change-Id: I779b28996fafcacdefb63072b7dcc6bd90a532be

9 years agoam 858ab4ee: Merge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev
Amit Mahajan [Wed, 6 Aug 2014 17:12:45 +0000 (17:12 +0000)]
am 858ab4ee: Merge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev

* commit '858ab4ee350262e4097c9e8c4ced5808bae71f4d':
  Fix comment for RIL_SIM_IO_Response in ril.h

9 years agoMerge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev
Amit Mahajan [Wed, 6 Aug 2014 17:04:55 +0000 (17:04 +0000)]
Merge "Fix comment for RIL_SIM_IO_Response in ril.h" into lmp-dev