1. 16 Dec, 2013 3 commits
  2. 13 Dec, 2013 2 commits
  3. 12 Dec, 2013 1 commit
  4. 11 Dec, 2013 1 commit
  5. 09 Dec, 2013 1 commit
  6. 05 Dec, 2013 2 commits
  7. 02 Dec, 2013 1 commit
    • Shishir Agrawal's avatar
      RIL changes for supporting generic SIM communication. · 2458d8d1
      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
      2458d8d1
  8. 23 Nov, 2013 3 commits
  9. 22 Nov, 2013 1 commit
    • Elliott Hughes's avatar
      Remove references to <linux/omap_csmi.h>. · 88d0e0e4
      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
      88d0e0e4
  10. 21 Nov, 2013 2 commits
  11. 20 Nov, 2013 4 commits
  12. 09 Nov, 2013 1 commit
  13. 10 Oct, 2013 1 commit
    • Sukanya Rajkhowa's avatar
      RIL: Support SMS over IMS · a18b9d1e
      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
      a18b9d1e
  14. 03 Oct, 2013 1 commit
  15. 31 Aug, 2013 1 commit
  16. 30 Aug, 2013 2 commits
  17. 27 Aug, 2013 1 commit
    • Rika Brooks's avatar
      RIL: Support SMS on IMS, DO NOT MERGE · 6c09776c
      Rika Brooks 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: I87ca9841b4ace931c55e2d379fe6d7589b2dc8a5
      6c09776c
  18. 13 Aug, 2013 2 commits
  19. 09 Aug, 2013 1 commit
  20. 08 Aug, 2013 2 commits
  21. 05 Aug, 2013 1 commit
  22. 30 Jul, 2013 6 commits