1. 13 Apr, 2011 1 commit
  2. 07 Apr, 2011 3 commits
  3. 21 Mar, 2011 3 commits
  4. 19 Mar, 2011 4 commits
  5. 14 Mar, 2011 1 commit
  6. 09 Mar, 2011 1 commit
  7. 07 Mar, 2011 2 commits
  8. 04 Mar, 2011 2 commits
    • Ying Wang's avatar
      Merge "Fix Android.mk" · 08929fd6
      Ying Wang authored
      08929fd6
    • Ying Wang's avatar
      Fix Android.mk · c41c0ddb
      Ying Wang authored
      Use ":=" instead of "=".
      The vars should be set outside the if..else.. block, because they are
      used outside the block.
      
      Change-Id: I1e57cbef0843841c6ccd7051f068f663863ecee6
      c41c0ddb
  9. 23 Feb, 2011 1 commit
  10. 18 Feb, 2011 1 commit
    • Wink Saville's avatar
      Changes for ril.h version 6. · c0114b32
      Wink Saville authored
      - Changes to support LTE and EHRPD radio technology
      - Support IPv6 in addition to IPv4 on the modems
      - Detailed GPRS registration denied causes
      - Access to multiple apps on UICC card
      - Access to ISIM app on UICC
      - Deprecate RIL_REQUEST_LAST_DATA_CALL_FAIL_CAUSE as it can
        causes problems when several PDN contexts are active. Failure reason
        should be returned when setup_data_call returns
      - Added RIL_RadioTechnology
      - Added RIL_PreferredNetworkType
      - Added RIL_CdmaSubscriptionSource
      - Added RIL_LTE_SignalStrength
      - Added AID to SIM requests as an optional parameter
      - Add new error codes for returning disconnect reasons
      - RIL_Data_Call_Response_v3/v5
          Added fields to support IPv6 and return status as it will
          now be returned as part of RIL_REQUEST_SETUP_DATA_CALL
      - Rename RIL_REQUEST_REGISTRATION_STATE
            to RIL_REQUEST_VOICE_REGISTRATION_STATE
          response[3] return RIL_RadioTechnology for voice calls
          response[13] more error codes
      - Rename RIL_REQUEST_GPRS_REGISTRATION_STATE
             to RIL_REQUEST_DATA_REGISTRATION_STATE
          Changed response[3] to be RIL_RadioTechnology for data calls
          Added response[4] error codes for registration being denied
          Added response[5] Max simultaneous data calls
      - RIL_REQUEST_SETUP_DATA_CALL
          Changed data[0] to be RIL_RadioTechnology
          Response is now a RIL_Data_Call_Response_v5
      - RIL_REQUEST_DATA_CALL_LIST
          Response is now a RIL_Data_Call_Response_v5
      - RIL_UNSOL_DATA_CALL_LIST_CHANGED
          Response is now a RIL_Data_Call_Response_v5
      - RIL_REQUEST_SET_PREFERRED_NETWORK_TYPE
          Changed data[0] to be RIL_PreferredNetworkType
      - RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE
          Changed response[0] to be RIL_PreferredNetworkType
      - Rename RIL_REQUEST_SET_CDMA_SUBSCRIPTION
          to RIL_REQUEST_SET_CDMA_SUBSCRIPTION_SOURCE
      - Added RIL_REQUEST_GET_CDMA_SUBSCRIPTION_SOURCE
      - Added support for AID to RIL_UNSOL_SIM_REFRESH
      - Added RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED
      - Added RIL_UNSOL_PRL_CHANGED
      - Added RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE
      - Rename RIL_UNSOL_RESPONSE_NETWORK_CHANGED
           to RIL_UNSOL_RESPONSE_VOICE_NETWORK_CHANGED
      
      Have refercence-ril and mock-ril use a private copy of
      ril.h so the ril may evolve separately from them.
      
      Change-Id: I1b952069f5406f5dc42480d019970d10f0120358
      c0114b32
  11. 16 Feb, 2011 2 commits
  12. 09 Feb, 2011 1 commit
  13. 04 Feb, 2011 1 commit
    • David 'Digit' Turner's avatar
      ril: Fix telephony under emulation. · af1298d7
      David 'Digit' Turner authored
      This patch fixes several regressions that were introduced in
      a recent rewrite of the native RIL support code, and which
      prevent networking from working under emulation.
      
      - 'apn' and 'type' were incorrectly swapped in the
         AT+CGDCONT= command string, so the command was
         never executed properly by the emulated modem.
      
      - The PDP context type was not properly written to the
        parcel in responseDataCallList() in libril/ril.cpp.
        Due to this the Java RIL code ignored the response.
      
      - The dns list returned by requestOrSendDataCallList()
        was an empty string, which caused the Java RIL code to
        fail with a "unknown host" exception when trying to setup
        net.dns1
      
      Change-Id: I7f4e6f6f45d197960ecb20e7e8592272921fe694
      Note: You also need to apply this emulator patch to verify
            this one: http://review.source.android.com//#change,20965
      
            The code in requestOrSendDataCallList() assumes that
            AT+CGACT? and AT+CGDCONT? will have answers with exactly
            the same number of lines (this wasn't the case before
            the emulator fix).
      af1298d7
  14. 03 Feb, 2011 1 commit
  15. 02 Feb, 2011 1 commit
  16. 01 Feb, 2011 5 commits
  17. 31 Jan, 2011 1 commit
  18. 21 Jan, 2011 2 commits
  19. 20 Jan, 2011 1 commit
    • Wink Saville's avatar
      Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE. · b58c9bfe
      Wink Saville authored
      Add DNS and gateway as parameters to RIL_REQUEST_SETUP_DATA_CALL so that
      system properties aren't used for passing these to the ril. System
      properties that are read right after a write doesn't always see the
      result of the write. Another words writing system properties are not
      not sequentially consistent.
      
      Bug: 3364487
      Change-Id: I408e56cd8cf943dfb5d71a21a274fcfd14571b7b
      b58c9bfe
  20. 14 Jan, 2011 2 commits
  21. 13 Jan, 2011 2 commits
  22. 12 Jan, 2011 2 commits