OSDN Git Service

Radio Capability Support.
authorWink Saville <wink@google.com>
Fri, 17 Oct 2014 22:01:45 +0000 (15:01 -0700)
committerWink Saville <wink@google.com>
Fri, 17 Oct 2014 22:01:45 +0000 (15:01 -0700)
commit8b4e4f7e5ddcb8b7450bcded4d0395f02b340bbe
treec46c757dc0b77e9cecb728bbbf9a2a3bc1522454
parent760123fc26b00aacf7a9e75eb681e7b9ce4e6560
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
include/telephony/ril.h
libril/ril.cpp
libril/ril_commands.h
libril/ril_unsol_commands.h