1. 22 Jan, 2010 1 commit
    • John Wang's avatar
      Comments on the extension of registration status. · 7f8ded1d
      John Wang authored
      Add status 10, 12, 13 and 14 to distinguish emergency calls only status from status 0, 2, 3 and 4.
      
      This feature will only be enabled in case setting "ro.ril.emc.mode"=2 in system property.
      7f8ded1d
  2. 21 Oct, 2009 1 commit
  3. 30 Sep, 2009 1 commit
  4. 28 Sep, 2009 1 commit
    • Naveen Kalla's avatar
      ril.h: Add a failure cause for CDMA call failures, rename · 03c1edf2
      Naveen Kalla authored
      RIL_REQUEST_CDMA_VALIDATE_AKEY and minor clarifications
      in the interface definitions.
      
      Add failure cause for CDMA call failures due to access blocked by the
      network. Specify the fields in RIL_REQUEST_REGISTRATION_STATE response
      that are applicable to EVDO. Rename RIL_REQUEST_CDMA_VALIDATE_AKEY to
      RIL_REQUEST_VALIDATE_AND_WRITE_AKEY. Elaborate the meaning of Akey in the
      RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY message.
      03c1edf2
  5. 20 Sep, 2009 1 commit
    • John Wang's avatar
      Add UNSOL_CALL_RINGBACK_TONE to ril. · 5d621da5
      John Wang authored
      Some networks may not play ring back tone, RIL will send UNSOL ringback notification.
      
      It indicates to play tone to user for receiving ALERTING message.
      5d621da5
  6. 19 Sep, 2009 1 commit
  7. 11 Sep, 2009 2 commits
  8. 28 Aug, 2009 1 commit
    • Wink Saville's avatar
      Add comment to RIL_UNSOL_CALL_RING. · 6453306c
      Wink Saville authored
      Document the expected behavior and the new system properties
      ro.telephony.call_ring.multiple and ro.telephony.call_ring.delay.
      
      Change-Id: I600358ea29a31cafba99c58492003b7c2c6f77ed
      6453306c
  9. 19 Aug, 2009 1 commit
    • Li Zhe's avatar
      HSDPA/HSUPA/HSPA support in ril. · 3a63fbc3
      Li Zhe authored
      HSDPA: High-Speed Downlink Packet Access
      HSUPA: High-Speend Uplink Packet Access
      HSPA: High-Speed Packet Access
      
      Changes include:
      1) add HSDPA/HSUPA/HSPA in response of RIL_REQUEST_REGISTRATION_STATE
      2) rdd HSDPA/HSUPA/HSPA in response of RIL_REQUEST_GPRS_REGISTRATION_STATE
      3a63fbc3
  10. 18 Aug, 2009 2 commits
  11. 04 Aug, 2009 1 commit
  12. 03 Aug, 2009 1 commit
  13. 30 Jul, 2009 3 commits
  14. 29 Jul, 2009 1 commit
  15. 26 Jul, 2009 2 commits
  16. 23 Jul, 2009 1 commit
  17. 16 Jul, 2009 1 commit
  18. 15 Jul, 2009 1 commit
    • jsh's avatar
      Minor tweak to RIL_REQUEST_CDMA_SUBSCRIPTION · 29be25c1
      jsh authored
      H_SID and H_NID now returned as comma separated lists instead of single
      value, since the home network may be comprised of more than one SID/NID.
      
      Also update description of registration denied cause and manual network
      selection.
      29be25c1
  19. 12 Jul, 2009 1 commit
  20. 10 Jul, 2009 1 commit
  21. 02 Jul, 2009 1 commit
  22. 30 Jun, 2009 1 commit
    • John Wang's avatar
      Fix bug 1687659 - cell id in reference ril. · 6f189a6a
      John Wang authored
      The LAC and CID of RIL_REQUEST_REGISTRATION_STATE should be in the hex format. The valid LAC are from 0x0000 to 0xffff and Valid CID are from 0x00000000 to 0xffffffff. reference-ril should return hex value instead of decimal one.
      
      	modified:   reference-ril/reference-ril.c
      6f189a6a
  23. 25 Jun, 2009 1 commit
  24. 24 Jun, 2009 1 commit
  25. 22 Jun, 2009 1 commit
  26. 20 Jun, 2009 1 commit
    • jsh's avatar
      Add remaining retry count to response for PIN/PUK commands. · 09a68ba3
      jsh authored
      RIL_REQUEST_ENTER_SIM_PIN
      RIL_REQUEST_ENTER_SIM_PUK
      RIL_REQUEST_ENTER_SIM_PIN2
      RIL_REQUEST_ENTER_SIM_PUK2
      RIL_REQUEST_CHANGE_SIM_PIN
      RIL_REQUEST_CHANGE_SIM_PIN2
      RIL_REQUEST_SET_FACILITY_LOCK
      RIL_ENTER_NETWORK_DEPERSONALIZATION
      
      Also add requestToString entry for REPORT_SMS_MEMORY_STATUS.
      09a68ba3
  27. 16 Jun, 2009 2 commits
  28. 10 Jun, 2009 3 commits
  29. 09 Jun, 2009 3 commits
  30. 06 Jun, 2009 1 commit