summaryrefslogtreecommitdiffstats
path: root/libril/ril.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/ha...cm-10.1-M1Steve Kondik2012-11-191-57/+71
|\
| * Merge "Fix logging for setup_data_call response"Wink Saville2012-08-291-1/+2
| |\
| | * Fix logging for setup_data_call responseNaveen Kalla2012-08-291-1/+2
| * | Fixed goto into scope.Kevin Schoedel2012-08-231-56/+60
| |/
| * Workaround for LTE RSRP -ve values in SignalUma Maheswari Ramalingam2012-08-091-0/+9
* | Handle newer libhtc_ril.so releasesAlexander Hofbauer2012-07-211-1/+31
* | ril: Added support for use of Honeycomb Radio (Modem).isimobile2012-07-111-0/+2
|/
* Implement sim_refresh as per ril v6Alex Yakavenka2012-01-311-0/+35
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-68/+68
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-14/+14
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-12/+12
* Separate SIM states from Radio StatesNaveen Kalla2011-12-281-1/+202
* Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Add new RIL requests to support SIM data download via SMS over IMS.Jake Hamby2011-10-201-0/+2
* RIL occasionally stopps event loop on phone process crashKazuhiro Ondo2011-10-181-0/+2
* Changes to RIL to support IMS features for LTE.Jake Hamby2011-08-221-0/+1
* Added a special retry back-off timer value for call retryKazuhiro Ondo2011-06-211-1/+3
* Fix debug output.Wink Saville2011-04-161-1/+1
* Added additional comments to some commands for clarification.Wink Saville2011-04-151-1/+1
* Fix RIL_UNSOL_RIL_CONNECTED to return the vendor RIL version. DO NOT MERGE.Jake Hamby2011-04-121-1/+1
* Add RIL_UNSOL_RIL_CONNECTED.Wink Saville2011-04-061-0/+6
* Change mock-ril and reference-ril to use include/telephony/ril.hWink Saville2011-03-191-7/+5
* Fix bugs in responseSimStatus and update comments.Wink Saville2011-02-221-34/+43
* Changes for ril.h version 6.Wink Saville2011-02-181-87/+106
* ril: Fix telephony under emulation.David 'Digit' Turner2011-02-041-0/+1
* RIL v5 RIL_REQUEST_SETUP_DATA_CALL.Wink Saville2011-01-131-16/+84
* Fix dispatchDataCall parcel length for v4 RILs.Lorenzo Colitti2010-09-131-0/+1
* Properly handle version 3 vendor RILs.Lorenzo Colitti2010-09-101-3/+4
* RIL changes for IPv6 / IPv4v6 data calls.Lorenzo Colitti2010-09-071-0/+28
* Fix index error in the radiooptions enable/disable QXDM LogXia Wang2010-07-281-8/+8
* Revert "am 9a2f5113: merge from open-source master"Dianne Hackborn2010-06-251-22/+7
* am 9a2f5113: merge from open-source masterThe Android Open Source Project2010-06-251-7/+22
|\
| * merge from open-source masterThe Android Open Source Project2010-06-221-7/+22
| |\
| | * Add timer delete support to rildNaveen Kalla2010-06-221-7/+22
* | | Support for fetching PSC of serving cell.jsh2010-06-231-1/+0
* | | New RIL command to fetch PSC of current serving cell.jsh2010-06-221-0/+2
|/ /
* / Add RIL_E_ILLEGAL_SIM_OR_ME error code.John Wang2010-04-211-0/+1
|/
* Remove STOP SHIP logs and comments from ril.cpp.Wink Saville2010-04-071-5/+6
* am 2a7411dc: am 5909cf83: Add RIL_UNSOL_RESEND_INCALL_MUTE.John Wang2010-01-291-0/+1
|\
| * Add RIL_UNSOL_RESEND_INCALL_MUTE.John Wang2010-01-291-0/+1
* | Fix bug 2353510 "Sholes can't make a call from device".Wink Saville2010-01-081-1/+4
* | Fix build.Wink Saville2009-12-231-1/+3
* | ril interface: Add support for User-User Signaling Information during call setupWink Saville2009-12-221-3/+61
|/
* ril.h: Add a failure cause for CDMA call failures, renameNaveen Kalla2009-09-281-1/+1
* Add UNSOL_CALL_RINGBACK_TONE to ril.John Wang2009-09-201-0/+1
* Release mutex locks on error conditions.Jaikumar Ganesh2009-08-181-3/+2
* fix return value check issue in sendResponseRaw functionKenny2009-08-181-1/+1
* am 09a68ba3: Add remaining retry count to response for PIN/PUK commands.jsh2009-06-221-0/+1
|\
| * Add remaining retry count to response for PIN/PUK commands.jsh2009-06-191-0/+1