aboutsummaryrefslogtreecommitdiffstats
path: root/rilsrc
Commit message (Collapse)AuthorAgeFilesLines
* libsecril-shim: create structs on the stackZiyan2016-10-271-27/+23
| | | | | | For some reason, this seems to be more stable. Change-Id: I4a0a8577288e0e585f9d8e3a62ae4a4b0244a0c8
* libsecril-client: build with -Wall -WerrorZiyan2016-09-251-0/+2
| | | | Change-Id: I3ddca6fb088d129044478eb4cba3dff430279f26
* 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
* espresso3g: import libsecril-clientAndreas Blaesius2016-09-253-0/+1874
| | | | | | | Import from CyanogenMod cm-13.0 branch of hardware/samsung repo. - removed unused modem types and unneeded ifdefs Change-Id: Ifa792dbf60276426c27555bbb3d2b15c5a66ca2a
* 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-252-0/+58
| | | | 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-252-1/+75
| | | | | | | 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-253-0/+141
| | | | | | Based on https://github.com/OMAP4-AOSP/android_device_samsung_tuna/tree/aosp-6.0/ril/libsecril-shim. Change-Id: I8a21e9100938903d593ad67e0a9574c622d5dab4
* espresso3g: add missing Android.mk in rilsrc folderAndreas Blaesius2016-09-251-0/+19
| | | | Change-Id: I531fdccddb76acfd89aad00cee4777b5d4129dfb
* ril: add open-sourced libsecnativefeature, used by libsec-rilZiyan2016-09-1510-0/+569
| | | | Change-Id: I2f487db23b31c63ba919863f393ca37cc9a81191
* espresso3g: move libsecril-compat source to rilsrc folderAndreas Blaesius2016-09-152-0/+30
Change-Id: Ib43a33f4efcacce50b0bf7e3627db6ba0060501d