OSDN Git Service

android-x86/hardware-ril.git
6 years agoMerge "Fix the RIL-to-HIDL conversion for Cell Lat and Long" am: 988cd1f5d3
nharold [Mon, 10 Jul 2017 17:01:08 +0000 (17:01 +0000)]
Merge "Fix the RIL-to-HIDL conversion for Cell Lat and Long" am: 988cd1f5d3
am: 799ca6b5d3

Change-Id: Ie866dd4745cc8d60e7c7075793ffad04e0588535

6 years agoMerge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"
nharold [Mon, 10 Jul 2017 16:57:04 +0000 (16:57 +0000)]
Merge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"
am: 988cd1f5d3

Change-Id: I1bdf739541040288ece81d20de889f172e3ae28d

6 years agoMerge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"
nharold [Mon, 10 Jul 2017 16:51:01 +0000 (16:51 +0000)]
Merge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"

6 years agoFix the RIL-to-HIDL conversion for Cell Lat and Long
Nathan Harold [Sat, 8 Jul 2017 00:12:04 +0000 (17:12 -0700)]
Fix the RIL-to-HIDL conversion for Cell Lat and Long

The legacy RIL interface received Lat and Long in that order.
The HIDL interface structure uses Long and Lat. This fixes
a swaparoo in the compatibility layer.

 * RIL_REQUEST_VOICE_REGISTRATION_STATE
 *
 * ... skipping a bunch of stuff
 *
 * ((const char **)response)[5] is Base Station latitude if registered on a
 *                              CDMA system or NULL if not. Base Station
 *                              latitude is a decimal number as specified in
 *                              3GPP2 C.S0005-A v6.0. It is represented in
 *                              units of 0.25 seconds and ranges from -1296000
 *                              to 1296000, both values inclusive (corresponding
 *                              to a range of -90 to +90 degrees).
 * ((const char **)response)[6] is Base Station longitude if registered on a
 *                              CDMA system or NULL if not. Base Station
 *                              longitude is a decimal number as specified in
 *                              3GPP2 C.S0005-A v6.0. It is represented in
 *                              units of 0.25 seconds and ranges from -2592000
 *                              to 2592000, both values inclusive (corresponding
 *                              to a range of -180 to +180 degrees).

Bug: 63274800
Test: manual
Change-Id: If2de7f5d0e0d0f470f824aa4f2329de4ad98eb6c

6 years agoMerge "Use direct assignment to replace memcpy" am: d5461a4f08
Ying Xu [Fri, 23 Jun 2017 20:58:01 +0000 (20:58 +0000)]
Merge "Use direct assignment to replace memcpy" am: d5461a4f08
am: 97abdd412e

Change-Id: I1065dc001b864b63e9841986078db208d2813943

6 years agoMerge "Use direct assignment to replace memcpy"
Ying Xu [Fri, 23 Jun 2017 20:49:35 +0000 (20:49 +0000)]
Merge "Use direct assignment to replace memcpy"
am: d5461a4f08

Change-Id: Ief307af0cca29e4609aad35aab29b59bb8a7ea4e

6 years agoMerge "Use direct assignment to replace memcpy"
Ying Xu [Fri, 23 Jun 2017 20:40:47 +0000 (20:40 +0000)]
Merge "Use direct assignment to replace memcpy"

6 years agoUse direct assignment to replace memcpy
yinxu [Fri, 23 Jun 2017 00:10:59 +0000 (17:10 -0700)]
Use direct assignment to replace memcpy

memcpy does not work here.

Test: Telephony sanity tests
Bug: 30954762
Change-Id: I1e1048fc358bd57df2b230caef16ebf84e255c0a

6 years agoHandle empty apn string in setInitialAttachApn HIDL API.
Sanket Padawe [Wed, 21 Jun 2017 00:02:14 +0000 (00:02 +0000)]
Handle empty apn string in setInitialAttachApn HIDL API.
am: 46e9ee36b6

Change-Id: Ie83142b6e724ce34f7ae3cddee35bbeba592fe04

6 years agoHandle empty apn string in setInitialAttachApn HIDL API.
Sanket Padawe [Tue, 20 Jun 2017 19:40:19 +0000 (12:40 -0700)]
Handle empty apn string in setInitialAttachApn HIDL API.

Do not convert empty str to null in ril_service.cpp hidl conversion
as apn cannot be passed as null. QC expects empty apn string.

Change-Id: If9810f2d7741491e4ed440d20c95230e09a4b5d3
Fix: 62066962
Test: manual

6 years agoMerge "Keepalive RIL Interface" am: b507005da6
nharold [Fri, 16 Jun 2017 22:43:34 +0000 (22:43 +0000)]
Merge "Keepalive RIL Interface" am: b507005da6
am: 6f664a9b21

Change-Id: I298c15b19403f5917de86632207bd3e3dda794ef

6 years agoMerge "Keepalive RIL Interface"
nharold [Fri, 16 Jun 2017 22:41:36 +0000 (22:41 +0000)]
Merge "Keepalive RIL Interface"
am: b507005da6

Change-Id: I7a42b744506ec1d48d968b57ae1f400cacb94f17

6 years agoMerge "Keepalive RIL Interface"
nharold [Fri, 16 Jun 2017 22:37:19 +0000 (22:37 +0000)]
Merge "Keepalive RIL Interface"

6 years agoMerge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE" am: 22f2df2fa0
Steven Moreland [Fri, 16 Jun 2017 01:34:37 +0000 (01:34 +0000)]
Merge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE" am: 22f2df2fa0
am: af4d205bd3

Change-Id: I24f5ca8c3ebe1e05818f360a3ab38cbf6733259a

6 years agoMerge "Move librilutils to vendor." am: fdbf7cd9f5
Steven Moreland [Fri, 16 Jun 2017 01:34:23 +0000 (01:34 +0000)]
Merge "Move librilutils to vendor." am: fdbf7cd9f5
am: ed4665aefc

Change-Id: Id29bca8809bc4848b5386dafea9e7b3210e9d2b5

6 years agoMerge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE"
Steven Moreland [Fri, 16 Jun 2017 01:31:41 +0000 (01:31 +0000)]
Merge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE"
am: 22f2df2fa0

Change-Id: I449eab180cd4e91f7223de3484514531569f6f58

6 years agoMerge "Move librilutils to vendor."
Steven Moreland [Fri, 16 Jun 2017 01:31:23 +0000 (01:31 +0000)]
Merge "Move librilutils to vendor."
am: fdbf7cd9f5

Change-Id: I3c528fc18db40808d32b5de4795dc945b23c784f

6 years agoMerge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE"
Treehugger Robot [Fri, 16 Jun 2017 01:23:18 +0000 (01:23 +0000)]
Merge "Fix loc of libreference-ril LOCAL_VENDOR_MODULE"

6 years agoMerge "Move librilutils to vendor."
Treehugger Robot [Fri, 16 Jun 2017 01:23:12 +0000 (01:23 +0000)]
Merge "Move librilutils to vendor."

6 years agoMerge "Add cross-validation to IccCardStatusResponse" am: 476758da94
nharold [Fri, 16 Jun 2017 00:29:20 +0000 (00:29 +0000)]
Merge "Add cross-validation to IccCardStatusResponse" am: 476758da94
am: c96af497ed

Change-Id: I28df78c22ad3696f697652850e22d9235e13ed88

6 years agoMerge "Add cross-validation to IccCardStatusResponse"
nharold [Fri, 16 Jun 2017 00:25:50 +0000 (00:25 +0000)]
Merge "Add cross-validation to IccCardStatusResponse"
am: 476758da94

Change-Id: Ib026ca0c4724c8b0ec90d1ba569ee2b86befad42

6 years agoMerge "Add cross-validation to IccCardStatusResponse"
nharold [Fri, 16 Jun 2017 00:17:46 +0000 (00:17 +0000)]
Merge "Add cross-validation to IccCardStatusResponse"

6 years agoMerge "Add OWNERS in hardware/ril" am: 96187f7271
Chih-hung Hsieh [Thu, 15 Jun 2017 21:12:45 +0000 (21:12 +0000)]
Merge "Add OWNERS in hardware/ril" am: 96187f7271
am: d495c7c7b7

Change-Id: I6c1864c6372c67a52b53f8ded24c07b922d8c677

6 years agoMerge "Add OWNERS in hardware/ril"
Chih-hung Hsieh [Thu, 15 Jun 2017 21:09:50 +0000 (21:09 +0000)]
Merge "Add OWNERS in hardware/ril"
am: 96187f7271

Change-Id: I8628465eefc3b039b8282c8f68d33833404e47f3

6 years agoMerge "Add OWNERS in hardware/ril"
Chih-hung Hsieh [Thu, 15 Jun 2017 21:05:19 +0000 (21:05 +0000)]
Merge "Add OWNERS in hardware/ril"

6 years agoKeepalive RIL Interface
Nathan Harold [Thu, 25 May 2017 23:10:35 +0000 (16:10 -0700)]
Keepalive RIL Interface

Interface definition for requesting and managing
keepalive packet offload to the modem.

Bug: 33277538
Test: tbd
Change-Id: Id42b8802750ca376d1d50431dec670f25c607174

6 years agoAdd OWNERS in hardware/ril
Chih-Hung Hsieh [Thu, 15 Jun 2017 18:44:23 +0000 (11:44 -0700)]
Add OWNERS in hardware/ril

* Owners are selected from top CL approvals or owners.
  They will be suggested to review/approve future CLs.
* OWNERS files are recognized by the new find-owners plugin, see .md files in
  https://gerrit.googlesource.com/plugins/find-owners/+/master/src/main/resources/Documentation/

Test: build/make/tools/checkowners.py -c -v OWNERS
Change-Id: I2913a58e488d305a793e0883e011aacf372c9d3f

6 years agoFix loc of libreference-ril LOCAL_VENDOR_MODULE
Steven Moreland [Thu, 4 May 2017 01:07:35 +0000 (18:07 -0700)]
Fix loc of libreference-ril LOCAL_VENDOR_MODULE

Wasn't being applied before.

Test: build with BOARD_VNDK_VERSION current
Bug: 37429672
Merged-In: I4f55d4d165a5e14c46726c6325e704ca8a6ceebc
Change-Id: I4f55d4d165a5e14c46726c6325e704ca8a6ceebc
(cherry picked from commit eeebae62179fe2085411fa7463615068bc19e8f6)

6 years agoMove librilutils to vendor.
Steven Moreland [Tue, 18 Apr 2017 14:14:04 +0000 (07:14 -0700)]
Move librilutils to vendor.

Test: CleanSpec.mk works
Test: Works with BOARD_VNDK_VERSION := current
Test: Phone call works
Fixes: 37429672
Merged-In: I605732a88dc57132d8fa4bbfa70a3c9b47b0e0ff
Change-Id: I605732a88dc57132d8fa4bbfa70a3c9b47b0e0ff
(cherry picked from commit 4ef3e136c440153bb1173457f64bec9f2fecb81e)

6 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Tue, 13 Jun 2017 20:39:03 +0000 (20:39 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key." am: 9d64842e19
am: 06be9ba8d7

Change-Id: Ie7c31abeac3675a840779f262ba364461351fc98

6 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Tue, 13 Jun 2017 20:30:48 +0000 (20:30 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key."
am: 9d64842e19

Change-Id: I6a934d34cfd3c872d899749f61f36839dbe4b2d6

6 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Tue, 13 Jun 2017 20:22:22 +0000 (20:22 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key."

6 years agoRadio Interface changes to allow the modem to query the framework
pkanwar [Sun, 21 May 2017 17:24:30 +0000 (10:24 -0700)]
Radio Interface changes to allow the modem to query the framework
for the key.

We will now pass the ImsiEncryptionInfo object which includes mnc/mcc.
BUG: 35606429
Test: manual

Change-Id: I670465878e01e382b074a6434fbaf1bcb0fecc65

6 years agoMerge "Treat NULL payload in RIL messages as valid where applicable." into oc-dev
Amit Mahajan [Fri, 9 Jun 2017 07:27:29 +0000 (07:27 +0000)]
Merge "Treat NULL payload in RIL messages as valid where applicable." into oc-dev
am: 65d3486b2f

Change-Id: Ied5c1c63ba848ae88870be135a88de9a9baf5375

6 years agoMerge "Treat NULL payload in RIL messages as valid where applicable." into oc-dev
TreeHugger Robot [Fri, 9 Jun 2017 07:23:33 +0000 (07:23 +0000)]
Merge "Treat NULL payload in RIL messages as valid where applicable." into oc-dev

6 years agoUse Hex conversion for cid and lac
Sooraj Sasindran [Thu, 8 Jun 2017 23:46:17 +0000 (23:46 +0000)]
Use Hex conversion for cid and lac
am: 758ee46f08

Change-Id: Id3be1295f70bff4560554effe7684e48bd7b7f39

6 years agoAdd cross-validation to IccCardStatusResponse
Nathan Harold [Thu, 8 Jun 2017 23:41:52 +0000 (16:41 -0700)]
Add cross-validation to IccCardStatusResponse

Verify that the card app indices are within the range
of the number of provided apps.

Bug: 62459080
Test: none

Change-Id: I07a89b440ebfbe5a00a1b493527506a573b7d09a

6 years agoTreat NULL payload in RIL messages as valid where applicable.
Amit Mahajan [Thu, 8 Jun 2017 06:10:27 +0000 (23:10 -0700)]
Treat NULL payload in RIL messages as valid where applicable.

Test: basic telephony sanity
Bug: 62262047
Change-Id: Icdd199025b8890e8be66a18d47dff0f991ff4308

6 years agoUse Hex conversion for cid and lac
Sooraj Sasindran [Wed, 7 Jun 2017 23:30:18 +0000 (16:30 -0700)]
Use Hex conversion for cid and lac

Use Hex conversion for cid and lac

Bug=37056478
Test: verified that cid and lacs given to applications
are same as what modem sent
Change-Id: I0ec8544f9c0425e97663cc24079be3d50b8a2aca

6 years agoMerge "Implement the new network scan RIL API." am: c2a8f44f11 am: b377793c42
Ying Xu [Fri, 2 Jun 2017 00:12:43 +0000 (00:12 +0000)]
Merge "Implement the new network scan RIL API." am: c2a8f44f11 am: b377793c42
am: 4cb7768820

Change-Id: Iad9b146efd346f6afb8a79c79724a11209c978a1

6 years agoMerge "Implement the new network scan RIL API." am: c2a8f44f11
Ying Xu [Fri, 2 Jun 2017 00:10:09 +0000 (00:10 +0000)]
Merge "Implement the new network scan RIL API." am: c2a8f44f11
am: b377793c42

Change-Id: I557c7fefaaa508857d25725b1b959c3717ce29c9

6 years agoMerge "Implement the new network scan RIL API."
Ying Xu [Fri, 2 Jun 2017 00:07:10 +0000 (00:07 +0000)]
Merge "Implement the new network scan RIL API."
am: c2a8f44f11

Change-Id: Id566676da28e05aaa605b42dabc35140ea731779

6 years agoMerge "Implement the new network scan RIL API."
Ying Xu [Thu, 1 Jun 2017 23:59:51 +0000 (23:59 +0000)]
Merge "Implement the new network scan RIL API."

6 years agoMerge "Also setup IPv6 gateway for emulator." am: f75ebd7434 am: 9b42a8c2d1
Tao Wu [Thu, 1 Jun 2017 21:10:25 +0000 (21:10 +0000)]
Merge "Also setup IPv6 gateway for emulator." am: f75ebd7434 am: 9b42a8c2d1
am: a30b650899

Change-Id: I5ba96bb910231ad261cb0d1620f852f00ddaf889

6 years agoMerge "Also setup IPv6 gateway for emulator." am: f75ebd7434
Tao Wu [Thu, 1 Jun 2017 21:07:25 +0000 (21:07 +0000)]
Merge "Also setup IPv6 gateway for emulator." am: f75ebd7434
am: 9b42a8c2d1

Change-Id: I62215b95dc99c255e347b3f32c68a2f057ba87d5

6 years agoMerge "Also setup IPv6 gateway for emulator."
Tao Wu [Thu, 1 Jun 2017 21:04:26 +0000 (21:04 +0000)]
Merge "Also setup IPv6 gateway for emulator."
am: f75ebd7434

Change-Id: Ie801c12aba0e1711851722c776927c9e38af658a

6 years agoMerge "Also setup IPv6 gateway for emulator."
Treehugger Robot [Thu, 1 Jun 2017 20:53:08 +0000 (20:53 +0000)]
Merge "Also setup IPv6 gateway for emulator."

6 years agoImplement the new network scan RIL API.
yinxu [Mon, 22 May 2017 18:26:45 +0000 (11:26 -0700)]
Implement the new network scan RIL API.

Test: Telephony sanity tests
Bug: 30954762
Change-Id: I3a4b7f7b642b266fb2c6f75bc3c7fd947dfe6ad0

6 years agoFix VTS test for setBarringPassword RIL api.
Sanket Padawe [Wed, 24 May 2017 21:30:13 +0000 (21:30 +0000)]
Fix VTS test for setBarringPassword RIL api.
am: 75e42a55ef

Change-Id: I0100586fab946e7660570270bc356c0f985ace64

6 years agoFix VTS test for setBarringPassword RIL api.
Sanket Padawe [Wed, 24 May 2017 17:03:55 +0000 (10:03 -0700)]
Fix VTS test for setBarringPassword RIL api.

Bug: 62054964
Test: manual
Change-Id: I05200a966badc3a67dec4c708b053464d943cd85

7 years agoAlso setup IPv6 gateway for emulator.
Tao Wu [Mon, 22 May 2017 21:06:06 +0000 (14:06 -0700)]
Also setup IPv6 gateway for emulator.

Without this, after switch on/off flight mode, emulator IPv6
network stops working.

Test: manual - switch of/off flight mode and then visit ipv6.google.com
Bug: 38496839
Change-Id: I3f33b0f8784a83ba99e25a0062f1829e9cfc0485
Signed-off-by: Tao Wu <lepton@google.com>
7 years agoFix multi sim support and warnings in new hal code.
Amit Mahajan [Thu, 18 May 2017 19:01:07 +0000 (19:01 +0000)]
Fix multi sim support and warnings in new hal code.
am: 93f603c4e1

Change-Id: I140b9892eb75cafd84784bdfe1c1ab969f2ec799

7 years agoFix multi sim support and warnings in new hal code.
Amit Mahajan [Mon, 15 May 2017 23:41:44 +0000 (16:41 -0700)]
Fix multi sim support and warnings in new hal code.

Test: Basic telephony sanity for single sim
Bug: 38228839
Merged-in: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1

7 years agoMerge "Remove GENERIC_FAILURE still in ril.h" am: ad3f119378 am: 6a3db1ad1e
sqian [Wed, 17 May 2017 21:48:36 +0000 (21:48 +0000)]
Merge "Remove GENERIC_FAILURE still in ril.h" am: ad3f119378 am: 6a3db1ad1e
am: cb11038d87  -s ours

Change-Id: I14e0c2273b4b0a998abea112ee5c1608dea33c19

7 years agoMerge "Remove GENERIC_FAILURE still in ril.h" am: ad3f119378
sqian [Wed, 17 May 2017 21:26:34 +0000 (21:26 +0000)]
Merge "Remove GENERIC_FAILURE still in ril.h" am: ad3f119378
am: 6a3db1ad1e

Change-Id: I702352310892f5e88c0d28f0cf805c08f9c2a5af

7 years agoMerge "Remove GENERIC_FAILURE still in ril.h"
sqian [Wed, 17 May 2017 21:23:33 +0000 (21:23 +0000)]
Merge "Remove GENERIC_FAILURE still in ril.h"
am: ad3f119378

Change-Id: I64796efc91e47d6708796892671b1be0ff43f3fa

7 years agoMerge "Remove GENERIC_FAILURE still in ril.h"
Treehugger Robot [Wed, 17 May 2017 21:08:34 +0000 (21:08 +0000)]
Merge "Remove GENERIC_FAILURE still in ril.h"

7 years agoRemove GENERIC_FAILURE still in ril.h
sqian [Mon, 24 Apr 2017 18:48:06 +0000 (11:48 -0700)]
Remove GENERIC_FAILURE still in ril.h

Bug: 36385785
Test: No change to behavior
Change-Id: I1757219bb758b3af694395fbba229cde74614f00

7 years agoMerge "Define new network scan RIL API" am: e466af58ac am: 88fddbd7e3
Ying Xu [Wed, 17 May 2017 17:31:31 +0000 (17:31 +0000)]
Merge "Define new network scan RIL API" am: e466af58ac am: 88fddbd7e3
am: bab9e8af9e

Change-Id: I563cbfeab1d3220111066a73e591b8e4c6375c6d

7 years agoDefine new network scan RIL API
yinxu [Wed, 3 May 2017 22:15:19 +0000 (15:15 -0700)]
Define new network scan RIL API

This CL defines the RIL API for network scan and also includes dummy
stubs for the new API.

Test: Telephony Sanity Test
Bug: 30954762

Merged-in: Id276ca35d399c6860dc5f6413991ddf0ab3fd5e5
Change-Id: Id276ca35d399c6860dc5f6413991ddf0ab3fd5e5
(cherry picked from commit 3abe7c7b5ce788c112c5893734a5e0372a07991e)
(cherry picked from commit 584379e4cbfbfbaffd1a7be6d20ae6c685c925c5)

7 years agoMerge "Define new network scan RIL API" am: e466af58ac
Ying Xu [Tue, 16 May 2017 23:21:47 +0000 (23:21 +0000)]
Merge "Define new network scan RIL API" am: e466af58ac
am: 88fddbd7e3

Change-Id: I2f62af3e1bd7ec6948ee5dd349ffedb65eaf5495

7 years agoMerge "Define new network scan RIL API"
Ying Xu [Tue, 16 May 2017 23:11:39 +0000 (23:11 +0000)]
Merge "Define new network scan RIL API"
am: e466af58ac

Change-Id: I62632065cea6e647a80def7915682bdf6bb68af9

7 years agoMerge "Define new network scan RIL API"
Ying Xu [Tue, 16 May 2017 23:04:39 +0000 (23:04 +0000)]
Merge "Define new network scan RIL API"

7 years agoDefine new network scan RIL API
yinxu [Wed, 3 May 2017 22:15:19 +0000 (15:15 -0700)]
Define new network scan RIL API

This CL defines the RIL API for network scan and also includes dummy
stubs for the new API.

Test: Telephony Sanity Test
Bug: 30954762
Change-Id: Id276ca35d399c6860dc5f6413991ddf0ab3fd5e5
(cherry picked from commit 3abe7c7b5ce788c112c5893734a5e0372a07991e)

7 years agoMerge "Support different SIM power states" am: df82df8ff4 am: 0770994e46
Grace Chen [Tue, 16 May 2017 19:57:03 +0000 (19:57 +0000)]
Merge "Support different SIM power states" am: df82df8ff4 am: 0770994e46
am: eb0c18c9e0

Change-Id: Iab3b109cfb8973428b00b915fe062085f8522b11

7 years agoMerge "Support different SIM power states" am: df82df8ff4
Grace Chen [Tue, 16 May 2017 19:50:55 +0000 (19:50 +0000)]
Merge "Support different SIM power states" am: df82df8ff4
am: 0770994e46

Change-Id: I8a4c315f18dfc5fd918e503f49d6d6b0ecb655d2

7 years agoMerge "Support different SIM power states"
Grace Chen [Tue, 16 May 2017 19:42:50 +0000 (19:42 +0000)]
Merge "Support different SIM power states"
am: df82df8ff4

Change-Id: I62e054cfc05a0e74fb42655389e40b1c0d02812b

7 years agoMerge "Support different SIM power states"
Grace Chen [Tue, 16 May 2017 19:30:25 +0000 (19:30 +0000)]
Merge "Support different SIM power states"

7 years agoSupport different SIM power states
Grace Chen [Fri, 24 Mar 2017 01:39:48 +0000 (18:39 -0700)]
Support different SIM power states

Test: Verify SIM power states
Bug:  35844036
Merged-In: Iabdbcba2572a481537c47da536b66a4b99365511
Change-Id: Iabdbcba2572a481537c47da536b66a4b99365511

7 years agoMerge "Add RIL_UNSOL_MODEM_RESTART message" am: e6e95633a9 am: 45cba67df3
Naveen Kalla [Fri, 12 May 2017 22:46:03 +0000 (22:46 +0000)]
Merge "Add RIL_UNSOL_MODEM_RESTART message" am: e6e95633a9 am: 45cba67df3
am: bcb71f3324  -s ours

Change-Id: Iecd49e6762e8e35731b6b15afc4ac334f8ab63f8

7 years agoMerge "Add RIL_UNSOL_MODEM_RESTART message" am: e6e95633a9
Naveen Kalla [Fri, 12 May 2017 22:39:07 +0000 (22:39 +0000)]
Merge "Add RIL_UNSOL_MODEM_RESTART message" am: e6e95633a9
am: 45cba67df3

Change-Id: I68bfbc4b31534573f66f5ccace53332c67f89fd1

7 years agoMerge "Add RIL_UNSOL_MODEM_RESTART message"
Naveen Kalla [Fri, 12 May 2017 22:31:43 +0000 (22:31 +0000)]
Merge "Add RIL_UNSOL_MODEM_RESTART message"
am: e6e95633a9

Change-Id: I082cb6ccf49038da6891f7293083b7af0f5e078d

7 years agoMerge "Add RIL_UNSOL_MODEM_RESTART message"
Treehugger Robot [Fri, 12 May 2017 22:25:25 +0000 (22:25 +0000)]
Merge "Add RIL_UNSOL_MODEM_RESTART message"

7 years agoAdd RIL_UNSOL_MODEM_RESTART message
Naveen Kalla [Wed, 14 Sep 2016 20:41:04 +0000 (13:41 -0700)]
Add RIL_UNSOL_MODEM_RESTART message

RIL_UNSOL_MODEM_RESTART will be sent by vendor RILs when it detects
a modem restart along with the reason for restart which could be a
crash signature if the modem restarted due to a crash or a some
other string such as a user-initiated restart or AT command
initiated restart.

Test: Manual
Merged-In: I21310be011ec9df395cc1fc95c6c96dbfba86792
Change-Id: I21310be011ec9df395cc1fc95c6c96dbfba86792

7 years agoUpdate ril.h documentation
Naina Nalluri [Thu, 11 May 2017 00:56:06 +0000 (00:56 +0000)]
Update ril.h documentation
am: 6772858ab5

Change-Id: I2fd6d8c1a04e90d5d782b4db474ebd4ee661aefd

7 years agoUpdate ril.h documentation
Naina Nalluri [Fri, 5 May 2017 00:40:04 +0000 (17:40 -0700)]
Update ril.h documentation

update ril.h documentation with
nas/data error codes

Bug: 35671595
Test: Only Doc update
Change-Id: I966db0db7051b6c76544ed9dae6edd10e5a3c5a0

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" into oc-dev
Jayachandran Chinnakkannu [Mon, 1 May 2017 20:37:08 +0000 (20:37 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" into oc-dev
am: 350bc81a8e

Change-Id: I3bb49f8e0e86843141e437352558a09e17e54f43

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" into oc-dev
Jayachandran Chinnakkannu [Mon, 1 May 2017 20:32:02 +0000 (20:32 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" into oc-dev

7 years agoDo not treat NULL response as error for getAllowedCarriers
Jayachandran C [Mon, 1 May 2017 19:19:12 +0000 (19:19 +0000)]
Do not treat NULL response as error for getAllowedCarriers
am: 4709430fbe

Change-Id: Iede7269e0aa02f76f5aac7579c745045899c890a

7 years agoDo not treat NULL response as error for getAllowedCarriers
Jayachandran C [Fri, 28 Apr 2017 07:57:13 +0000 (00:57 -0700)]
Do not treat NULL response as error for getAllowedCarriers

NULL is a valid response in RIL_REQUEST_GET_CARRIER_RESTRICTIONS
as per RIL.h. NULL implies all carriers are allowed. This fix skips
setting error if response is NULL to fix VTS failure.

Test: VTS
Bug: 37849113
Bug: 37157801
Change-Id: Ida3d2d0f10693ed396b236ac9512afb277ce2ddb

7 years agoConvert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG
Jayachandran C [Sun, 30 Apr 2017 17:21:14 +0000 (10:21 -0700)]
Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG

Test: VTS
Bug: 37849113
Bug: 37157801
Change-Id: I6e2f384751973457775ab8c084189bddd59d0dd3

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" am: cea643...
Jayachandran Chinnakkannu [Mon, 1 May 2017 16:42:55 +0000 (16:42 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" am: cea6432601 am: 41fb22dcb4
am: 1eb054537d

Change-Id: I979a311b8590095f24934b5ff2381cc6900bab6b

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" am: cea6432601
Jayachandran Chinnakkannu [Mon, 1 May 2017 16:40:55 +0000 (16:40 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG" am: cea6432601
am: 41fb22dcb4

Change-Id: If18665bef8b157bfb58d3380ce4ddef7d36b723b

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG"
Jayachandran Chinnakkannu [Mon, 1 May 2017 16:38:25 +0000 (16:38 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG"
am: cea6432601

Change-Id: I2ce1574fc0fa12db61441c0f245183e9b09b2bae

7 years agoMerge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG"
Jayachandran Chinnakkannu [Mon, 1 May 2017 16:33:28 +0000 (16:33 +0000)]
Merge "Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG"

7 years agoConvert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG
Jayachandran C [Sun, 30 Apr 2017 17:21:14 +0000 (10:21 -0700)]
Convert ResetNvType to RIL.h values of RIL_REQUEST_NV_RESET_CONFIG

Test: VTS
Bug: 37157801
Change-Id: I6e2f384751973457775ab8c084189bddd59d0dd3

7 years agoMerge "Do not treat NULL response as error for getAllowedCarriers" am: e1bdb3ff16...
Meng Wang [Fri, 28 Apr 2017 22:43:38 +0000 (22:43 +0000)]
Merge "Do not treat NULL response as error for getAllowedCarriers" am: e1bdb3ff16 am: 2579380c88
am: cbfb65f7cc

Change-Id: Ic1fe6f3c559b26f26f3aa9335a04836be969abff

7 years agoMerge "Do not treat NULL response as error for getAllowedCarriers" am: e1bdb3ff16
Meng Wang [Fri, 28 Apr 2017 22:37:38 +0000 (22:37 +0000)]
Merge "Do not treat NULL response as error for getAllowedCarriers" am: e1bdb3ff16
am: 2579380c88

Change-Id: I90ec89ab5fb4d781e05cfcdfc4293b993333fcf3

7 years agoMerge "Do not treat NULL response as error for getAllowedCarriers"
Meng Wang [Fri, 28 Apr 2017 22:30:53 +0000 (22:30 +0000)]
Merge "Do not treat NULL response as error for getAllowedCarriers"
am: e1bdb3ff16

Change-Id: If32eef2b16e89b4a3a6c308588597e8f415ad2db

7 years agoMerge "Do not treat NULL response as error for getAllowedCarriers"
Meng Wang [Fri, 28 Apr 2017 22:25:51 +0000 (22:25 +0000)]
Merge "Do not treat NULL response as error for getAllowedCarriers"

7 years agoDo not treat NULL response as error for getAllowedCarriers
Jayachandran C [Fri, 28 Apr 2017 07:57:13 +0000 (00:57 -0700)]
Do not treat NULL response as error for getAllowedCarriers

NULL is a valid response in RIL_REQUEST_GET_CARRIER_RESTRICTIONS
as per RIL.h. NULL implies all carriers are allowed. This fix skips
setting error if response is NULL to fix VTS failure.

Test: VTS
Bug: 37157801
Change-Id: Ida3d2d0f10693ed396b236ac9512afb277ce2ddb

7 years agoresolve merge conflicts of ee186e9 to oc-dev-plus-aosp
pkanwar [Thu, 27 Apr 2017 20:15:56 +0000 (13:15 -0700)]
resolve merge conflicts of ee186e9 to oc-dev-plus-aosp

Change-Id: I6f4b2606cc2f4e985a33f629e7861121b32a9952
Test: manual
Bug: 35606429

7 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Thu, 27 Apr 2017 17:58:55 +0000 (17:58 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key." am: 71460d3e6a
am: 5e428e83a1

Change-Id: I66a58266858ae9211ec7b03f6df3f8d5b3bdd017

7 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Thu, 27 Apr 2017 17:49:49 +0000 (17:49 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key."
am: 71460d3e6a

Change-Id: I51277fc92b964ac8e0c0df62d186af674a0cf0e9

7 years agoMerge "Radio Interface changes to allow the modem to query the framework for the...
Pankaj Kanwar [Thu, 27 Apr 2017 17:41:56 +0000 (17:41 +0000)]
Merge "Radio Interface changes to allow the modem to query the framework for the key."

7 years agoRadio Interface changes to allow the modem to query the framework
pkanwar [Fri, 17 Mar 2017 19:49:34 +0000 (12:49 -0700)]
Radio Interface changes to allow the modem to query the framework
for the key.

This CL adds the 1.1 version of the HAL interface. It also introduces
support for 2 new messags:

1. setCarrierInfoForImsiEncryption
2. carrierInfoForImsiEncryption

BUG: 35606429
Test: manual
Change-Id: Iad02a20081e8bd1b8daaac396d20d888f8567252
Merged-In: I1d953914c23f8a1d94cc85e023ead3fd3c036ec5

7 years agoRemove GENERIC_FAILURE still in ril.h
sqian [Mon, 24 Apr 2017 22:46:08 +0000 (22:46 +0000)]
Remove GENERIC_FAILURE still in ril.h
am: 2e093616e8

Change-Id: Ia6c9a8836b2c4d87fb576840fdb45bac2653ad9d

7 years agoRemove GENERIC_FAILURE still in ril.h
sqian [Mon, 24 Apr 2017 18:48:06 +0000 (11:48 -0700)]
Remove GENERIC_FAILURE still in ril.h

Bug: 36385785
Test: No change to behavior
Change-Id: I1757219bb758b3af694395fbba229cde74614f00

7 years agoMerge changes from topic 'system-vendor-internal-pick' am: 0ce4693d8f am: d92a0e60d2
Steven Moreland [Thu, 20 Apr 2017 04:21:37 +0000 (04:21 +0000)]
Merge changes from topic 'system-vendor-internal-pick' am: 0ce4693d8f am: d92a0e60d2
am: b4b6846c61

Change-Id: I82788a246e3427137942367a8597b1fbd8922764

7 years agoMove libril to the vendor partition. am: f9185eebbb am: 8c6e560755
Steven Moreland [Thu, 20 Apr 2017 04:21:33 +0000 (04:21 +0000)]
Move libril to the vendor partition. am: f9185eebbb am: 8c6e560755
am: 0862947d3f

Change-Id: I05a573e6103c8508a55b5b4cee17bc67298e150f