Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: List of commits

hardware/ril


RSS
Rev. Time Author
59b1395 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3 2014-07-11 15:48:05 Chih-Wei Huang

update to huawei-ril 1.0.0.8

f6d40f8 2014-07-11 15:45:52 Chih-Wei Huang

add huaweigeneric-ril

Originates from https://github.com/DerArtem/huaweigeneric-ril
and a modified version in wetab tree.

5a424ba 2014-07-02 19:52:50 Chih-Wei Huang

fix 3G support for android-x86

Start pppd directly to setup data connection.

f20eeb0 2014-07-02 19:47:52 Chih-Wei Huang

disable emulator code and fix a typo

865ce3b 2013-11-09 09:37:01 Wink Saville

Fix documenation IMS registration state.

Bug: 11599127
Change-Id: Id0016bca45ea84983c9280f55b0b1ccdcececc03

a18b9d1 2013-10-11 08:18:58 Sukanya Rajkhowa

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

3492c6e 2013-10-04 05:54:54 Wink Saville

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

35c5dd7 2013-08-31 10:14:59 Ed Tam

am 38aaaa64: (-s ours) am 1b4c3db6: Merge "RIL: Support SMS on IMS, DO NOT MERGE" into jb-mr2-dev

* commit '38aaaa6494bd6deb42de8397fb421d1fb3b4e352':
RIL: Support SMS on IMS, DO NOT MERGE

38aaaa6 2013-08-31 06:06:49 Ed Tam

am 1b4c3db6: Merge "RIL: Support SMS on IMS, DO NOT MERGE" into jb-mr2-dev

* commit '1b4c3db6f9d9da4d3115be1c4337b98aebdd6193':
RIL: Support SMS on IMS, DO NOT MERGE

1b4c3db 2013-08-31 05:50:45 Ed Tam

Merge "RIL: Support SMS on IMS, DO NOT MERGE" into jb-mr2-dev

6c09776 2013-08-28 08:17:12 Rika Brooks

RIL: Support SMS on IMS, DO NOT MERGE

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: I87ca9841b4ace931c55e2d379fe6d7589b2dc8a5

3ed1461 2013-08-14 02:11:58 The Android Open Source Project

am f088ef91: (-s ours) Reconcile with jb-mr2-zeroday-deb-release - do not merge

* commit 'f088ef91d98bf642d0944351daaec61df1e7c8e0':
Restart, cleanup or retry inactve connections.

f088ef9 2013-08-14 02:10:08 The Android Open Source Project

Reconcile with jb-mr2-zeroday-deb-release - do not merge

Change-Id: Iaf4deada88b56e1b5c6b719f8929091aa6bd0cfb

b318ddd 2013-08-09 09:10:38 Wink Saville

am 7ee253c8: am 3d14a71d: Restart, cleanup or retry inactve connections.

* commit '7ee253c8baf442693ff6ed4603ca217fe9b9afdf':
Restart, cleanup or retry inactve connections.

44cb32c jb-x86 2013-08-09 08:55:30 Wink Saville

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>

7ee253c 2013-08-09 07:46:58 Wink Saville

am 3d14a71d: Restart, cleanup or retry inactve connections.

* commit '3d14a71de78f2b0d02c7943e554c8726b1703935':
Restart, cleanup or retry inactve connections.

3d14a71 2013-08-06 06:44:01 Wink Saville

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>

d8df3fd 2013-07-31 07:09:03 Jun Tian

am d93bbed9: am a1a0952a: Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

* commit 'd93bbed95b5bd8ffe6ea5b2fbede6d13706f3a1a':
Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

d93bbed 2013-07-31 07:04:36 Jun Tian

am a1a0952a: Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

* commit 'a1a0952a703d66dee1a749976b061a16c6e642a0':
Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

a1a0952 2013-07-31 05:03:43 Jun Tian

Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

If the tech is not CDMA, it will fall-through to the default case.
But the new added RIL_REQUEST_GET_CELL_INFO_LIST and RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE
cases will intercept it and cause the request call into wrong request functions.
Move these two new requests before the CDMA cases to fix the logic issue.

Bug: 9193696
Change-Id: I2cb03cbdb6be8eb1afd92c01c764e87b6aa62796

Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Signed-off-by: Panfeng Chang <panfengx.chang@intel.com>
Signed-off-by: Yanglin Zhu <yanglinx.zhu@intel.com>
Signed-off-by: Jackie Wu <jackie.wu@intel.com>

86d6523 2013-07-31 02:28:15 Wink Saville

am 24a5c469: Merge "Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c"

* commit '24a5c46926c45ce69c83b256b9e3b41647516ad9':
Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

24a5c46 2013-07-30 13:55:11 Wink Saville

Merge "Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c"

5802701 2013-07-30 13:53:53 Jun Tian

Fix libril.so crash issue caused by wrong switch logic of onRequest in reference-ril.c

If the tech is not CDMA, it will fall-through to the default case.
But the new added RIL_REQUEST_GET_CELL_INFO_LIST and RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE
cases will intercept it and cause the request call into wrong request functions.
Move these two new requests before the CDMA cases to fix the logic issue.

Bug: 9193696
Change-Id: I2cb03cbdb6be8eb1afd92c01c764e87b6aa62796

Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Signed-off-by: Panfeng Chang <panfengx.chang@intel.com>
Signed-off-by: Yanglin Zhu <yanglinx.zhu@intel.com>
Signed-off-by: Jackie Wu <jackie.wu@intel.com>

2258400 2013-07-02 04:50:07 Wink Saville

am 83b1d8d9: am 8374641d: Merge "Support for LTE/WCDMA mode"

* commit '83b1d8d9af8f7f7bf424af6faf229cfc04e0c896':
Support for LTE/WCDMA mode

83b1d8d 2013-07-02 04:45:15 Wink Saville

am 8374641d: Merge "Support for LTE/WCDMA mode"

* commit '8374641d142f0cdc05019d52587e492bad83bc72':
Support for LTE/WCDMA mode

8374641 2013-07-02 04:42:45 Wink Saville

Merge "Support for LTE/WCDMA mode"

0e09487 2013-05-30 10:27:41 Uma Maheswari Ramalingam

Support for LTE/WCDMA mode

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

Change-Id: I26454b69ce670a5fa2129c4cd75b68af80d210e1

b963c47 2013-05-24 04:44:38 Dima Zavin

Merge "HACK: rild: include librilutils as whole static lib"

8cc4c1d 2013-05-24 04:34:29 Dima Zavin

HACK: rild: include librilutils as whole static lib

To work around broken RILs that didn't link against
librilutils, include it as a whole static library
here.

Change-Id: I7234c5b87b3e99814d67ef3c6900e9ccc679bf5c
Signed-off-by: Dima Zavin <dima@android.com>

6b0f914 2013-05-24 02:29:37 Dima Zavin

Merge "ril: move record_stream_xxx to librilutils and export header"

Show on old repository browser