Is there any documentation available for the RIL (Radio Interface Layer)?
See Android Platform Development Kit – Radio Interface Layer See also android/hardware/ril/include/telephony/ril.h for more details of RIL functions which needs to be implemented. Also you can get a reference implementation in android/hardware/ril/reference-ril/. That’s probably the closest you will find to “documentation”.