1. 09 Nov, 2013 1 commit
  2. 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
  3. 03 Oct, 2013 1 commit
  4. 31 Aug, 2013 1 commit
  5. 30 Aug, 2013 2 commits
  6. 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
  7. 13 Aug, 2013 2 commits
  8. 09 Aug, 2013 1 commit
  9. 08 Aug, 2013 2 commits
  10. 05 Aug, 2013 1 commit
  11. 30 Jul, 2013 6 commits
  12. 01 Jul, 2013 3 commits
  13. 30 May, 2013 1 commit
  14. 23 May, 2013 4 commits
  15. 22 May, 2013 1 commit
    • Sungmin Choi's avatar
      Set initial attach apn for LTE network · 75697538
      Sungmin Choi authored
      
      When mobile register LTE network, APN provided by operators is needed.
      If mobile does not have apn information, it could not register LTE network.
      To deliver APN information which is used during LTE attach to modem chipset,
      setLteAttachProfile() and RIL_REQUEST_SET_LTE_ATTACH_PROFILE command is added.
      
      When Telephony DB is loaded or Telephony DB is changed, follow steps.
      1. If preferred default ApnContext exists, this is delivered to modem chipset.
      2. If preferred default ApnContext is null, find other ApnContext which can
         handle default type.
      3. If other ApnContext which can handle default type does not exist, any other
         ApnContext delivered to modem chipset.
      
      Then modem register LTE network with APN information delivered from AP.
      
      Bug: 8733613
      
      Change-Id: If84c62cddccf96a531dae0527ed1a6592ae76201
      Signed-off-by: default avatarSeonju Oh <seonju.oh@lge.com>
      Signed-off-by: default avatarHyejin Kim <hyejin.kim@lge.com>
      Signed-off-by: default avatarSungmin Choi <sungmin.choi@lge.com>
      75697538
  16. 08 May, 2013 1 commit
  17. 18 Apr, 2013 1 commit
  18. 17 Apr, 2013 1 commit
    • Wink Saville's avatar
      Add CellInfoWcdma. · c57b3eb5
      Wink Saville authored
      Update CellIdentityXxx docs to define unknown values as INT_MAX.
      
      Bug: 8622081
      Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
      c57b3eb5
  19. 10 Apr, 2013 2 commits
  20. 09 Apr, 2013 4 commits
  21. 08 Apr, 2013 1 commit
    • Wink Saville's avatar
      Fix SignalStrength response. · 18e4ab16
      Wink Saville authored
      Properly remap LTE values to appropriate values
      for older code.
      
      Bug: 8561333
      Change-Id: Ie6eb3b0335e8d7ea114ec70b3fb72e917094632e
      18e4ab16
  22. 28 Feb, 2013 2 commits