summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add carrierKeyLength parameter in RIL_CarrierInfoForImsiEncryption ↵Youngrak Lee2017-12-191-0/+1
|\ | | | | | | | | | | | | | | structure" am: 94ae999327 am: 4c6991b2d0 am: 7a264eede9 Change-Id: I5abdc403bb8567aaf44db00c11a1be4360141e2c
| * Add carrierKeyLength parameter in RIL_CarrierInfoForImsiEncryption structureYoungrak Lee2017-12-061-0/+1
| | | | | | | | | | | | | | | | Bug: 69477444 CRs-Fixed: 2145759 Test: Manual Change-Id: I10b4ebee981b8b74be75aa2237294db64bdfc5de
| * Merge "Fix docstrings for RIL_CellIdentity"nharold2017-09-151-6/+6
| |\ | | | | | | | | | | | | | | | am: 9fbd65c441 Change-Id: Ic4b83ab811bb645c83a7a24530b5fe4a599b2f1e
| | * Fix docstrings for RIL_CellIdentityNathan Harold2017-09-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the documentation to match the current CTS requirements for Cell Identity reporting -For LTE, WCDMA, and GSM require that the channel number be reported. -For LTE and WCDMA, require that the correct physical channel identifier be reported. Note that due to b/32774471 we still cannot require BSIC to be reported. Bug: 65174915 Test: none, comment-only change Change-Id: I6866e3e78678aeb2b8f48bff032709f802cba067 Merged-In: I6866e3e78678aeb2b8f48bff032709f802cba067 (cherry picked from commit ae339b3feb9d10c24a35db9c6ad01df5deeab1e0)
| | * Merge "Change mapping of QMI error"Shuo Qian2017-08-161-6/+9
| | |\ | | | | | | | | | | | | | | | | | | | | am: 5e3275d44e Change-Id: I44f62dc958d548ce5d77a81ee31e919db060539d
| | | * Change mapping of QMI errorsqian2017-08-151-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change mapping of QMI_ERR_OP_NETWORK_UNSUPPORTED from MODE_NOT_SUPPORTED to OPERATION_NOT_ALLOWED. Test: run vts Bug: 62584347 Change-Id: Ie3fcb82a3a90c8a609fce45f35ef22f1cf21b222 Merged-In: Ie3fcb82a3a90c8a609fce45f35ef22f1cf21b222 (cherry picked from commit 1d3f44876d5aa6de89f532fc4d53e6351ae5d169)
| | * | resolve merge conflicts of 3ceaacc to stage-aosp-mastersqian2017-08-141-8/+507
| | |\| | | | | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ic688982b8d16a7d42cafdf0d76eb6ec931322b1e
| | | * Update ril.h documentation for vtssqian2017-08-111-8/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ril.h documentation for errors found by VTS copy of https://partner-android-review.googlesource.com/#/c/836670/ + extra update for some missed error code + request_not_supported Bug: 35671595 Test: Manual Change-Id: Ib444c357830ff4533716dfe12c1189fd32715da9 Merged-In: Ib444c357830ff4533716dfe12c1189fd32715da9 (cherry picked from commit a216ed40b16c856bdb4bf0670ac9ed39e06235c3)
* | | | Fix docstrings for RIL_CellIdentity am: ae339b3febNathan Harold2017-09-131-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | am: cc174ffc7a Change-Id: I429705403bad9195b185c7924e01d30fc0e549f8
| * \ \ \ Fix docstrings for RIL_CellIdentityNathan Harold2017-09-131-6/+6
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | am: ae339b3feb Change-Id: Ib216d068ab39f9eb0c7f4841a26eba7d8bca918c
| | * | | Fix docstrings for RIL_CellIdentityNathan Harold2017-09-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the documentation to match the current CTS requirements for Cell Identity reporting -For LTE, WCDMA, and GSM require that the channel number be reported. -For LTE and WCDMA, require that the correct physical channel identifier be reported. Note that due to b/32774471 we still cannot require BSIC to be reported. Bug: 65174915 Test: none, comment-only change Change-Id: I6866e3e78678aeb2b8f48bff032709f802cba067
| * | | | Merge commit 'cd88d8e44ea735b3901d2af8df4d8cc488e9e1fb' into ↵Sanket Padawe2017-07-271-4/+22
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | manual_merge_cd88d8e Test: Build Change-Id: Id424530d08378b23b3ae35d6b0e2c568f3a79275
| | * | Merge commit '328aa404d9d4b2445db45916739c521fd6967dac' into ↵Sanket Padawe2017-07-271-3/+18
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | manual_merge_328aa40 Test: Build Change-Id: I4c3a92a417cc34604e6f5dade4d621750b5aba71
| | | * Add SIM_ABSENT errorHenry (Hung-Wen) Tung2017-07-271-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: b/62926561 Test: N/A Change-Id: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5 Merged-in: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5
| | * | Merge "Keepalive RIL Interface" am: b507005da6nharold2017-06-161-0/+74
| | |\| | | | | | | | | | | | | | | | | | | | | am: 6f664a9b21 Change-Id: I298c15b19403f5917de86632207bd3e3dda794ef
| | | * Keepalive RIL InterfaceNathan Harold2017-06-151-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interface definition for requesting and managing keepalive packet offload to the modem. Bug: 33277538 Test: tbd Change-Id: Id42b8802750ca376d1d50431dec670f25c607174
| | * | Merge "Radio Interface changes to allow the modem to query the framework for ↵Pankaj Kanwar2017-06-131-7/+11
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the key." am: 9d64842e19 am: 06be9ba8d7 Change-Id: Ie7c31abeac3675a840779f262ba364461351fc98
| | | * Radio Interface changes to allow the modem to query the frameworkpkanwar2017-06-121-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the key. We will now pass the ImsiEncryptionInfo object which includes mnc/mcc. BUG: 35606429 Test: manual Change-Id: I670465878e01e382b074a6434fbaf1bcb0fecc65
* | | | Add SIM_ABSENT errorSanket Padawe2017-07-241-4/+22
|/ / / | | | | | | | | | | | | | | | Bug: b/62926561 Test: N/A Change-Id: I27e86be7ee4a0b8a23c99fe28636f26b289c51b5
* | | Change mapping of QMI errorNaina Nalluri2017-07-191-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change mapping of QMI_ERR_OP_NETWORK_UNSUPPORTED from MODE_NOT_SUPPORTED to OPERATION_NOT_ALLOWED. Test: run vts Bug: 62584347 Change-Id: Ie3fcb82a3a90c8a609fce45f35ef22f1cf21b222
* | | Radio Interface changes to allow the modem to query the frameworkpkanwar2017-06-281-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for the key. We will now pass the ImsiEncryptionInfo object which includes mnc/mcc. BUG: 35606429 Test: manual (cherry picked from commit d99e9284e93d2c687b17d733e3e0570bca9a23c8) Merged-In: I670465878e01e382b074a6434fbaf1bcb0fecc65 Change-Id: I670465878e01e382b074a6434fbaf1bcb0fecc65
* | | Merge "Keepalive RIL Interface" into oc-dr1-devTreeHugger Robot2017-06-271-0/+74
|\ \ \
| * | | Keepalive RIL InterfaceNathan Harold2017-06-221-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interface definition for requesting and managing keepalive packet offload to the modem. Bug: 33277538 Test: tbd Change-Id: Id42b8802750ca376d1d50431dec670f25c607174 (cherry picked from commit 6942b212a92d9d05a8100306acf9ea855818eb8d)
* | | | Update ril.h documentation for vtssqian2017-06-201-8/+505
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ril.h documentation for errors found by VTS copy of https://partner-android-review.googlesource.com/#/c/836670/ + extra update for some missed error code + request_not_supported Bug: 35671595 Test: Manual Change-Id: Ib444c357830ff4533716dfe12c1189fd32715da9 Merged-In: Ib444c357830ff4533716dfe12c1189fd32715da9
* | | Merge "Implement the new network scan RIL API." am: c2a8f44f11 am: ↵Ying Xu2017-06-021-3/+9
|\| | | | | | | | | | | | | | | | | | | | | | | b377793c42 am: 4cb7768820 am: 72eab07f24 Change-Id: If7f2f612fe0bd968325bc5c4dde58162e6a3b0fb
| * | Merge "Implement the new network scan RIL API." am: c2a8f44f11 am: b377793c42Ying Xu2017-06-021-3/+9
| |\| | | | | | | | | | | | | | | | am: 4cb7768820 Change-Id: Iad9b146efd346f6afb8a79c79724a11209c978a1
| | * Implement the new network scan RIL API.yinxu2017-05-301-3/+9
| | | | | | | | | | | | | | | | | | Test: Telephony sanity tests Bug: 30954762 Change-Id: I3a4b7f7b642b266fb2c6f75bc3c7fd947dfe6ad0
| | * Remove GENERIC_FAILURE still in ril.hsqian2017-05-171-16/+1
| | | | | | | | | | | | | | | | | | Bug: 36385785 Test: No change to behavior Change-Id: I1757219bb758b3af694395fbba229cde74614f00
| | * Define new network scan RIL APIyinxu2017-05-161-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * Add RIL_UNSOL_MODEM_RESTART messageNaveen Kalla2017-05-121-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-181-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | am: 93f603c4e1 Change-Id: I140b9892eb75cafd84784bdfe1c1ab969f2ec799
| | * | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: Basic telephony sanity for single sim Bug: 38228839 Merged-in: I7df7ed41354b50f335a6f5fba7dffde03127b4f1 Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
| * | | Define new network scan RIL APIyinxu2017-05-161-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Fix multi sim support and warnings in new hal code.Amit Mahajan2017-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Test: Basic telephony sanity for single sim Bug: 38228839 Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
* | | | Define new network scan RIL APIyinxu2017-05-111-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Update ril.h documentation am: 6772858ab5Naina Nalluri2017-05-111-1/+222
|\| | | | | | | | | | | | | | | | | | | | | | | am: 6abf6f0e6f Change-Id: I02ff0b8453b5cf9215c059f62d91ae06985943b4
| * | | Update ril.h documentationNaina Nalluri2017-05-111-1/+222
| |\| | | | | | | | | | | | | | | | | | | | | | am: 6772858ab5 Change-Id: I2fd6d8c1a04e90d5d782b4db474ebd4ee661aefd
| | * | Update ril.h documentationNaina Nalluri2017-05-101-1/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update ril.h documentation with nas/data error codes Bug: 35671595 Test: Only Doc update Change-Id: I966db0db7051b6c76544ed9dae6edd10e5a3c5a0
| * | | resolve merge conflicts of ee186e9 to oc-dev-plus-aosppkanwar2017-04-271-1/+46
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | Change-Id: I6f4b2606cc2f4e985a33f629e7861121b32a9952 Test: manual Bug: 35606429
| | * Radio Interface changes to allow the modem to query the frameworkpkanwar2017-04-271-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Radio Interface to query for the public key."Pankaj Kanwar2017-04-261-1/+46
|\ \ \
| * | | Radio Interface to query for the public key.pkanwar2017-04-261-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I1d953914c23f8a1d94cc85e023ead3fd3c036ec5
* | | | Remove GENERIC_FAILURE still in ril.h am: 2e093616e8sqian2017-04-241-16/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | am: ba70869b53 Change-Id: I8aefecec0d105c98647cd2ccfd2f1847b254941f
| * | Remove GENERIC_FAILURE still in ril.hsqian2017-04-241-16/+1
| | | | | | | | | | | | | | | | | | Bug: 36385785 Test: No change to behavior Change-Id: I1757219bb758b3af694395fbba229cde74614f00
| * | Add p2 option in openLogicalChannelWileen Chiu2017-04-111-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding support for P2 parameter - Needed to support OMAPI 3.0 defined by SIM Alliance Test: Basic telephony sanity Bug: 27360148 Change-Id: I9679178e2a6f0decd48f30e358685106b91163b8
| * | Change radio related service names to slot1, slot2, slot3...Amit Mahajan2017-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Test: Basic telephony sanity Bug: 36570718 Merged-in: Ia3c3f7b3e2cedd05bafa2d335f9c04e831da0cf4 Change-Id: Ia3c3f7b3e2cedd05bafa2d335f9c04e831da0cf4
* | | Fix warnings and set Werror flags to not let them happen again.Tomasz Wasilczyk2017-04-121-0/+2
| | | | | | | | | | | | | | | | | | Test: it builds. Bug: b/37159108 Change-Id: I3b0d6376d81615774b60e71a6eebf6f38224df88
* | | Merge "Add p2 option in openLogicalChannel" am: f3f567d540 am: 2792b81933Amit Mahajan2017-04-111-2/+10
|\ \ \ | | |/ | |/| | | | | | | | | | am: aed35999a1 Change-Id: I2e295ce0860ed711e605124d9d6c827f5a7db23e
| * | Add p2 option in openLogicalChannelWileen Chiu2017-04-111-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding support for P2 parameter - Needed to support OMAPI 3.0 defined by SIM Alliance Bug: 27360148 Change-Id: I9679178e2a6f0decd48f30e358685106b91163b8
* | | resolve merge conflicts of 77eb76c to oc-dev-plus-aospAmit Mahajan2017-04-041-1/+1
|\| | | |/ |/| | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ic7897aba8a92273bd5939417628963ef2304556f