summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Rild: Ril should try to write again to the socket EAGAIN error"jb-mr1-dev-plus-aospWink Saville2013-01-231-1/+1
|\
| * Rild: Ril should try to write again to the socket EAGAIN errorBanavathu, Srinivas Naik2013-01-231-1/+1
|/
* Merge "Add RLOGx"Wink Saville2012-12-125-183/+183
|\
| * Add RLOGxWink Saville2012-12-085-183/+183
|/
* Merge "Update documenation for DATA_REGISTRATION_STATE"Wink Saville2012-12-081-2/+3
|\
| * Update documenation for DATA_REGISTRATION_STATEWink Saville2012-12-071-2/+3
|/
* Add LTE location information to DATA_REGISTRATION_STATEandroid-sdk-support_r11android-cts-4.2_r1android-4.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1-releasejb-mr1-devWink Saville2012-09-151-0/+8
* am a1d41fea: Merge "Add CDMA and multimode support to reference-ril"Wink Saville2012-09-041-48/+1050
|\
| * Merge "Add CDMA and multimode support to reference-ril"tools_r21Wink Saville2012-09-041-48/+1050
| |\
| | * Add CDMA and multimode support to reference-rilJaime A Lopez-Sollano2012-08-311-48/+1050
* | | am d5580e18: Merge "Fix logging for setup_data_call response"Wink Saville2012-08-291-1/+2
|\| |
| * | 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
| | |/
* | / Use ALOGE instead of fprintf in rildWink Saville2012-08-281-2/+2
|/ /
* | Merge "Fixed goto into scope."Wink Saville2012-08-241-56/+60
|\ \ | |/ |/|
| * Fixed goto into scope.Kevin Schoedel2012-08-231-56/+60
|/
* Merge "Workaround for LTE RSRP -ve values in Signal"Wink Saville2012-08-132-9/+17
|\
| * Workaround for LTE RSRP -ve values in SignalUma Maheswari Ramalingam2012-08-092-9/+17
|/
* Merge "Fix the signal strength errors"Wink Saville2012-07-261-4/+6
|\
| * Fix the signal strength errorsChih-Wei Huang2012-04-301-4/+6
* | am 5b16efde: Fix rild running in Nakasi.Wink Saville2012-05-312-0/+2
|\ \
| * | Fix rild running in Nakasi.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releasejb-devWink Saville2012-05-302-0/+2
* | | am 527e4e5b: Merge "Add libdl for all platforms"Andrew Hsieh2012-05-211-5/+2
|\ \ \ | |/ / |/| |
| * | Merge "Add libdl for all platforms"android-sdk-adt_r20tools_r20ics-plus-aospAndrew Hsieh2012-05-211-5/+2
| |\ \ | | |/ | |/|
| | * Add libdl for all platformsHaitao Feng2012-05-211-5/+2
| |/
* | Merge remote-tracking branch 'goog/ics-aah'Mike Lockwood2012-04-030-0/+0
|\ \
| * \ keep previous history after reset to mr1 plus aah changes (ics-aah-wip)Ed Heyl2011-10-280-0/+0
| |\ \
| | * \ undo reset to ics-mr1 until we have a better methodEd Heyl2011-10-260-0/+0
| | |\ \
| | | * | reset to ics-mr1, but keep historyEd Heyl2011-10-260-0/+0
| | |/| | | |/|/ /
| | * | am eb902b80: (-s ours) Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-260-0/+0
| |/| |
* | | | disable mock-ril on pdk buildsColin Cross2012-03-271-0/+3
* | | | Telephony: Get_imsi should use strings as per ril.hAlex Yakavenka2012-02-011-1/+1
* | | | Implement sim_refresh as per ril v6Alex Yakavenka2012-01-313-6/+60
* | | | am c09eacf6: (-s ours) Merge changes Ib10d1000,Ibc332506,Ib429c9b5,I9a87ab49,...Jean-Baptiste Queru2012-01-180-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge changes Ib10d1000,Ibc332506,Ib429c9b5,I9a87ab49,I948ff132Jean-Baptiste Queru2012-01-1816-277/+277
| |\ \ \ | | |/ / | |/| |
| | * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-1811-116/+116
| | * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-181-3/+3
| | * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-182-24/+24
| | * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-1816-133/+133
| | * | Rename LOGV(_IF) to ALOGV(_IF)Steve Block2012-01-181-1/+1
| |/ /
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0811-116/+116
* | | 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-052-24/+24
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-0316-136/+136
* | | Separate SIM states from Radio StatesNaveen Kalla2011-12-284-10/+245
| |/ |/|
* | 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.android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1ics-mr1-releaseics-mr1Jake Hamby2011-10-203-1/+53
* RIL occasionally stopps event loop on phone process crashKazuhiro Ondo2011-10-181-0/+2
* Changes to RIL to support IMS features for LTE.android-sdk-adt_r16.0.1android-cts-4.0_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseJake Hamby2011-08-223-1/+19
* am d8ad6c98: resolved conflicts for merge of 988d3d71 to honeycomb-plus-aospVladimir Chtchetkine2011-08-102-20/+31
|\