summaryrefslogtreecommitdiffstats
path: root/libril/ril_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* libril: Fix manual network selection with old modemfaust932019-12-111-0/+12
* libril: Restore support for RIL v6, v8 and v9 stacksAdrian DC2019-12-111-12/+130
* Handle MCC/MNC in data registration state provided by legacy vendor RILsGohulan Balachandran2019-02-141-1/+53
* ril: set initial value to GW timingAdvanceTim Lin2019-01-221-0/+4
* Merge "The index value shall be -1 if there is no relevant application"Treehugger Robot2018-12-041-1/+1
|\
| * The index value shall be -1 if there is no relevant applicationRyuto Sawada2017-07-241-1/+1
* | Merge "Replace strncpy with strlcpy."Treehugger Robot2018-10-081-3/+15
|\ \
| * | Replace strncpy with strlcpy.Ashit Sood2018-09-061-3/+15
* | | Encode the Number of MNC Digits in CellIdentityNathan Harold2018-08-271-8/+11
|/ /
* | Add scan error to Network Scan resultSooraj Sasindran2018-05-071-1/+1
* | ril: Change rild initial sequence to guarantee non-null function pointer befo...terrycrhuang2018-05-041-3/+3
* | Add DISABLE_RILD_OEM_HOOK.Steven Moreland2018-03-211-3/+18
* | Store the system time when NITZ is received.Amit Mahajan2018-02-261-3/+10
* | Add carrierKeyLength parameter in RIL_CarrierInfoForImsiEncryption structureYoungrak Lee2017-12-061-3/+3
* | Sending empty strings instead of NULL for some RIL requestsRuthwar Kumar Ambeer2017-10-271-57/+41
* | Merge "Fix rild crash"Pankaj Kanwar2017-10-091-0/+1
|\ \
| * | Fix rild crashAjay Nambi2017-09-131-0/+1
| * | Better handling for hal version 1.1Amit Mahajan2017-08-221-104/+72
| * | Merge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"nharold2017-07-101-2/+3
| |\|
| | * Merge "Fix the RIL-to-HIDL conversion for Cell Lat and Long"nharold2017-07-101-2/+3
| | |\
| | | * Fix the RIL-to-HIDL conversion for Cell Lat and LongNathan Harold2017-07-071-2/+3
| * | | Merge "Use direct assignment to replace memcpy" am: d5461a4f08Ying Xu2017-06-231-1/+3
| |\| |
| | * | Merge "Use direct assignment to replace memcpy"Ying Xu2017-06-231-1/+3
| | |\ \ | | | |/ | | |/|
| | | * Use direct assignment to replace memcpyyinxu2017-06-231-1/+3
| * | | Handle empty apn string in setInitialAttachApn HIDL API.Sanket Padawe2017-06-211-4/+27
| |\ \ \
| * \ \ \ Merge "Keepalive RIL Interface" am: b507005da6nharold2017-06-161-0/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge "Keepalive RIL Interface"nharold2017-06-161-0/+16
| | |\ \ \
| | | * | | Keepalive RIL InterfaceNathan Harold2017-06-151-0/+16
| | | | |/ | | | |/|
| * | | | Merge "Add cross-validation to IccCardStatusResponse" am: 476758da94nharold2017-06-161-2/+5
| |\| | |
| | * | | Merge "Add cross-validation to IccCardStatusResponse"nharold2017-06-161-2/+5
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add cross-validation to IccCardStatusResponseNathan Harold2017-06-081-2/+5
| * | | | Merge "Radio Interface changes to allow the modem to query the framework for ...Pankaj Kanwar2017-06-131-6/+22
| |\| | |
| | * | | Radio Interface changes to allow the modem to query the frameworkpkanwar2017-06-121-6/+22
| | |/ /
| * | | Merge "Treat NULL payload in RIL messages as valid where applicable." into oc...Amit Mahajan2017-06-091-18/+33
| |\ \ \
| * \ \ \ Use Hex conversion for cid and lacSooraj Sasindran2017-06-081-14/+54
| |\ \ \ \
* | | | | | NATT Keepalive RIL ImplementationNathan Harold2017-07-271-44/+192
* | | | | | Fix the RIL-to-HIDL conversion for Cell Lat and LongNathan Harold2017-07-101-2/+3
* | | | | | Merge "Add cross-validation to IccCardStatusResponse" into oc-dr1-devTreeHugger Robot2017-06-291-2/+5
|\ \ \ \ \ \
| * | | | | | Add cross-validation to IccCardStatusResponseNathan Harold2017-06-261-2/+5
* | | | | | | Merge "Fix memory alignment for dispatchImsCdmSms while sending data to vendo...Sanket Padawe2017-06-281-9/+18
|\ \ \ \ \ \ \
| * | | | | | | Fix memory alignment for dispatchImsCdmSms while sending data to vendor code.Sanket Padawe2017-06-271-9/+18
* | | | | | | | Radio Interface changes to allow the modem to query the frameworkpkanwar2017-06-281-6/+22
* | | | | | | | Merge "Keepalive RIL Interface" into oc-dr1-devTreeHugger Robot2017-06-271-0/+16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Keepalive RIL InterfaceNathan Harold2017-06-221-0/+16
| |/ / / / / /
* | | | | | | Use direct assignment to replace memcpyyinxu2017-06-231-1/+3
* | | | | | | Handle empty apn string in setInitialAttachApn HIDL API.Sanket Padawe2017-06-211-4/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Handle empty apn string in setInitialAttachApn HIDL API.Sanket Padawe2017-06-201-4/+27
| | |_|/ / | |/| | |
* | | | | Better handling for hal version 1.1Amit Mahajan2017-06-101-104/+72
* | | | | Merge "Treat NULL payload in RIL messages as valid where applicable." into oc...Amit Mahajan2017-06-091-18/+33
|\| | | |
| * | | | Merge "Treat NULL payload in RIL messages as valid where applicable." into oc...TreeHugger Robot2017-06-091-18/+33
| |\ \ \ \ | | |_|/ / | |/| | |