History log of /frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de780c84b5bf986f9b1b905c2480bf77ec49cc23 15-Sep-2016 Brad Ebinger <breadley@google.com> Add RadioAccessFamily rank

Modifies RadioAccessFamily to rank call technology and changes affected
comments.

Change-Id: I7ae8516e7dd167fc02d2ff931f6adc6f14e40296
Fixes: 31091840
Fixes: 31621719
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
7965fa41c32493f723a883ca71e7c246b940331c 15-May-2015 Ajay Nambi <anambi@codeaurora.org> Add support for LTE CarrierAgregation

Note this may be redesigned in O to better handle the
various bitrate/channel combinations in a sane way.

bug:27360321
Change-Id: If6ffbd02e3a7f170cc041747e32bb624234c3e09
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
dd8efa820b4ca75279d1c31afdd1aab0bbfbb3af 15-Jul-2015 Sungmin Choi <sungmin.choi@lge.com> Add TDSCDMA family

Bug: 22639018
Change-Id: I7a65337838ef3dfa24ce8b59564ec831c5cb5094
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
8c621ef54630e411d50e9ba1d8d8ed19ef93f9e1 12-May-2015 Robert Greenwalt <rgreenwalt@google.com> Add support for static RadioCapabilities.

Some RILs don't support RIL_REQUEST_GET_RADIO_CAPABILITY. Add
code to RIL.java to notice a REQUEST_NOT_SUPPORTED response and
check config.xml (config_radio_access_family) for a static answer.

Also catching GENERIC_FAILURE responses because Hammerhead modem
returns that. B 21079604 created for this.

If neither Modem nor config.xml provide data, uses RAF_UNKNOWN
so we don't lie about capabilities and also so we fail fast
(setPreferredNetwork won't work).

bug:20561357
Change-Id: I49e4527fe94919a7094bc7c1e100d20e8f833865
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
4f18c60f48bf1b2b614f9a10b7ef3b7967713ceb 06-Apr-2015 Sooraj Sasindran <ssasin@codeaurora.org> Make sure to return network type after conversion

After converting raf to type, make sure to return
network type

Change-Id: I7fd338717be98a055cbaed66d1b15417da27a3d8
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
c180f9adf7010395d32799536d4d7db675936642 03-Apr-2015 Abhishek Adappa <aadappa@codeaurora.org> Radio Access Family related fixes

1. Include EHRPD in the EVDO group
2. Fix mapping of CDMA network type to include EVDO
3. Add utility to get the network type from the Raf

Change-Id: I35023083be4c681809c003c7ed6a31c698ea4647
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
b5f1e878d1bc245b676a1a2504c30d21a311bf6c 19-Dec-2014 Wink Saville <wink@google.com> Fix build breakage.

I rebased a change and didn't compile, my mistake.

Change-Id: Iad7fc609b08d53aa7b8b96af609e3ff9a4f0e889
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
f73c2d1f0b6d55668c19493fba0088a69e6b128f 17-Dec-2014 Wink Saville <wink@google.com> Update mapping between RAF and Network Type.

bug:18754476
Change-Id: I5bdb8df192610b831a418ae810fe4f3b96c30f77
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
482b4246c25164f8a55c473acec1d2ca9a9e08d2 13-Dec-2014 Stuart Scott <stuartscott@google.com> Update mapping between RAF and Network Type.

bug:18754476
Change-Id: Ibca856fe10bc4a7dc620ab7936a70d1f0427fe56
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
997ddc8e3e4b9d4daa65294dbd5cc3ecfb79c101 05-Dec-2014 Stuart Scott <stuartscott@google.com> Add mapping between RAT and Network Mode

bug:18416275
bug:18415493

Change-Id: I0b29ec953ec9eb29248a22d582013127ee0fea41
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java
2af2d57d578e0c3a2740628e7c6336b19961cc49 18-Oct-2014 Wink Saville <wink@google.com> Radio Capability Support.

New design of capability switch for L.
Add new RIL requests:
RIL_REQUEST_GET_RADIO_CAPABILITY
RIL_REQUEST_SET_RADIO_CAPABILITY
RIL_UNSOL_RADIO_CAPABILITY

These commands allow the framework to communicate what the Radio
Capabilities for each logical modem has or should be using.

It can support 2/3/4G switch and has flexible architecture to support
future technology.

Change-Id: Iedf7f608d2ba3c06a883500f2d85abb98e69d9c1
/frameworks/base/telephony/java/android/telephony/RadioAccessFamily.java