summaryrefslogtreecommitdiff
path: root/gril/ril_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* gril: added RIL constants for cell info listNishanth V2017-09-081-0/+2
| | | | | | added RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE and RIL_UNSOL_CELL_INFO_LIST and corresponding string conversion
* gril: Added RIL_REQUEST_GET_CELL_INFO_LISTNishanth V2016-03-311-0/+1
|
* gril: Remove radio-setting specific constantsDenis Kenzior2015-11-051-23/+0
|
* gril: Library to communicate with rildTony Espy2015-10-131-0/+429
gril is a library used to communicate with rild, the Android telephony daemon. Communication happens using a named socket over which binder parcels are transmitted. Co-authored-by: Tony Espy <espy@canonical.com> Co-authored-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com> Co-authored-by: Mikko Hurskainen <mikko.hurskainen@nomovok.com> Co-authored-by: You-Sheng Yang <vicamo.yang@canonical.com> Co-authored-by: Ratchanan Srirattanamet <peathot@hotmail.com>