- 18 Apr, 2014 2 commits
-
-
Mohamad Ayyash authored
-
Mohamad Ayyash authored
Change-Id: Ic207f8b1567849051f24342e37f905a59b43dad2
-
- 12 Mar, 2014 2 commits
-
-
Mark Salyzyn authored
-
Mark Salyzyn authored
- size_t use %zu format - All in RLOG, so zero functional impact - suppress unused argument warnings Change-Id: I99d7221a13de6f12bfcf93ef8fe4521669f1f783
-
- 28 Feb, 2014 2 commits
-
-
Etan Cohen authored
-
Etan Cohen authored
A couple of debug messages were using out-of-date struct members causing the build to break when the RILC_LOG flag was enabled. Change-Id: I258a58744aa3c71ddbe09e598221c149be59b554
-
- 06 Feb, 2014 2 commits
-
-
Colin Cross authored
-
Colin Cross authored
Use %p to print pointers Change-Id: I5ad8e349a0dc0b471eb693f87b088edb555a48a7
-
- 25 Jan, 2014 2 commits
-
-
Colin Cross authored
-
Colin Cross authored
64 bit bionic does not define pthread_cond_timeout_np, use HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE to determine whether or not to use it. Change-Id: Ia94dd76f7ea4b0268f07049c127342a8bd016ec0
-
- 06 Jan, 2014 4 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
The previous patch fixed the behavior _if_ something goes wrong... ...but didn't fix the check for whether something went wrong. pthread_create isn't a regular Unix "return -1 and set errno" kind of function; it returns 0 on success and an error number (without setting errno) on failure. Bug: https://code.google.com/p/android/issues/detail?id=64189 Change-Id: I335af890885d6a672d7bac746fdfea3ed3995360
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=64189 Change-Id: Ie6282dda582a574aaad5513c39f2d8d965f6dee3
-
- 16 Dec, 2013 3 commits
-
-
Wink Saville authored
-
Wink Saville authored
-
Shishir Agrawal authored
On error, the RIL implementation should throw an error and the value returned does not need to be valid. Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183
-
- 13 Dec, 2013 2 commits
-
-
Wink Saville authored
-
Shishir Agrawal authored
Changing the RIL_REQUEST_SIM_OPEN_CHANNEL comment to state that the modem should return -1 on error and not 0. Change-Id: Ied71c23857659048f080531b79f98eb9db221c96
-
- 12 Dec, 2013 1 commit
-
-
Bernhard Rosenkränzer authored
RIL_onUnsolicitedResponse's second parameter is const void *data according to include/telephony/ril.h and rild/rild.c, but void *data according to libril/ril.cpp This mismatch causes a compile failure with clang (and I'm surprised it compiles with gcc with the mismatch - probably gcc parses this as function overloading even though it's extern "C", which wouldn't do what is expected). Change-Id: Ib437040aeca4be43cc2d327c3715ffa98c76878c Signed-off-by:
Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-
- 11 Dec, 2013 1 commit
-
-
Wink Saville authored
-
- 09 Dec, 2013 1 commit
-
-
Alex Yakavenka authored
Sim status changes based on radio state. Need to notify new sim state whenever radio state changes Change-Id: I8fef3a6ddf601647107e3059f2b2eb89a67242cf
-
- 05 Dec, 2013 2 commits
-
-
The Android Open Source Project authored
-
John Huang authored
-
- 02 Dec, 2013 1 commit
-
-
Shishir Agrawal authored
The RIL interface adds 4 new commands: - RIL_REQUEST_SIM_TRANSMIT_BASIC (AT+CSIM - TS 27.007) - RIL_REQUEST_SIM_OPEN_CHANNEL (AT+CCHO - TS 27.007) - RIL_REQUEST_SIM_CLOSE_CHANNEL (AT+CCHC - TS 27.007) - RIL_REQUEST_SIM_TRANSMIT_CHANNEL (AT+CGLA - TS 27.007) The RIL version is also increased to 10 by this change. Change-Id: Iee4d950d37a6097493cd945e611c914c40827215
-
- 23 Nov, 2013 3 commits
-
-
The Android Open Source Project authored
-
Elliott Hughes authored
* commit 'eb90dbe8': Remove references to <linux/omap_csmi.h>.
-
Elliott Hughes authored
-
- 22 Nov, 2013 1 commit
-
-
Elliott Hughes authored
This header no longer exists in modern kernels, and it looks like this code was only meant to be enabled for 'sooner' anyway. Change-Id: I6e7449a31942a54daa925c14e8843752a835bd42
-
- 21 Nov, 2013 2 commits
-
-
Elliott Hughes authored
* commit '740edfcf': Remove an outdated hack.
-
Elliott Hughes authored
-
- 20 Nov, 2013 4 commits
-
-
Elliott Hughes authored
This is still a waste of your main thread, though. Change-Id: Ic904619b2e1065b2bab577070a73f8175c1a48f3
-
Elliott Hughes authored
* commit '478bfb9a': Stop the kernel complaining about rild.
-
Elliott Hughes authored
-
Elliott Hughes authored
Even if you're only using capabilities that reside in the bottom 32-bits, the kernel complains unless you're on __LINUX_CAPABILITY_VERSION_3. warning: `rild' uses 32-bit capabilities (legacy support in use) Change-Id: I6512cbc158971eb950e0fc2554e95fde72023cb2
-
- 09 Nov, 2013 1 commit
-
-
Wink Saville authored
Bug: 11599127 Change-Id: Id0016bca45ea84983c9280f55b0b1ccdcececc03
-
- 10 Oct, 2013 1 commit
-
-
Sukanya Rajkhowa authored
RIL_REQUEST_IMS_REGISTRATION_STATE is used to aquire IMS registration state. RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED is called when IMS registration state has changed. RIL_REQUEST_IMS_SEND_SMS is used to send MO SMS over IMS. However, if retry field is set in case of failure, RIL_REQUEST_IMS_SEND_SMS sets messageRef from RIL_SMS_RESPONSE of corresponding failed MO SMS, and sets retry field to non-zero. If voice is available, sends RIL_REQUEST_IMS_SEND_SMS retries with data encoded based on voice tech available. Bug: 9626411 Change-Id: If0ecc9fa47661f6560171e472f3c464713e97968
-
- 03 Oct, 2013 1 commit
-
-
Wink Saville authored
We've changed this in the framework: https://googleplex-android-review.git.corp.google.com/#/c/366996/ So this updates ril.h to match. Bug: 10954174, 10804691 Change-Id: I820d44e74251fd4fc375551474341572e9020aee
-
- 31 Aug, 2013 1 commit
-
- 30 Aug, 2013 1 commit
-