aboutsummaryrefslogtreecommitdiffstats
path: root/rilsrc/libsecril-shim/secril-shim.c
Commit message (Collapse)AuthorAgeFilesLines
* remove code and SELinux rules for the proprietary RILWolfgang Wiedmeyer2017-06-231-285/+0
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* libsecril-shim: create structs on the stackZiyan2016-10-271-27/+23
| | | | | | For some reason, this seems to be more stable. Change-Id: I4a0a8577288e0e585f9d8e3a62ae4a4b0244a0c8
* libsecril-shim: update RIL_REQUEST_QUERY_AVAILABLE_NETWORKS fixZiyan2016-09-251-9/+8
| | | | | | | Our new ril blob is now sending one more extra unused qan element; let's remove that one as well. Change-Id: I1566aad2ab6123add3305003e0343fb9d5fb12f3
* libsecril-shim: fix RIL_REQUEST_DIALZiyan2016-09-251-0/+29
| | | | | | The Samsung RIL crashes if uusInfo is NULL... Change-Id: I68a70b2f95ba170f97e2794ab0d318e387fa1d24
* libsecril-shim: fix RIL_REQUEST_GET_SIM_STATUSZiyan2016-09-251-0/+29
| | | | Change-Id: I6dc59545053c466efb70df92742150f009892711
* libsecril-shim: fix RIL_(REQUEST/UNSOL)_DATA_CALL_LIST / ↵Ziyan2016-09-251-0/+25
| | | | | | | | RIL_REQUEST_SETUP_DATA_CALL According to the Samsung RIL, the addresses are the gateways? This fixes mobile data. Change-Id: I95937fcdc1b5991a1361d052cdcba220f1fd8758
* libsecril-shim: fix RIL_REQUEST_LAST_CALL_FAIL_CAUSEZiyan2016-09-251-0/+7
| | | | | | Remove extra element, crashing stuff on >=M. Change-Id: Id41750456cf5460a827700df44e8c89233fad383
* libsecril-shim: fix RIL_(REQUEST/UNSOL)_SIGNAL_STRENGTHZiyan2016-09-251-0/+44
| | | | | | The Samsung RIL reports the signal strength in a strange way... Change-Id: I738fa4fbf08d2f16fcc7f5cf638a2d0a8081f125
* libsecril-shim: fix RIL_REQUEST_QUERY_AVAILABLE_NETWORKSZiyan2016-09-251-1/+58
| | | | | | | Remove the extra (unused) element from the operator info, freaking out the framework. Formerly, this is know as the mQANElements override. Change-Id: I2f2ed984383a6656bfd39d419f0b8702d66a7e16
* ril: add ril shimZiyan2016-09-251-0/+99
Based on https://github.com/OMAP4-AOSP/android_device_samsung_tuna/tree/aosp-6.0/ril/libsecril-shim. Change-Id: I8a21e9100938903d593ad67e0a9574c622d5dab4