Fix LTE_CA RAT in APN DB.

Rather than require all LTE-specific APNs add LTE_CA type
to their bearer bitmasks (error prone and doesn't help with
user-entered apns) we auto-add LTE_CA to all bearer bitmasks
that also include LTE.  This doesn't affect the search part
of queries.

In the long run we want to handle the expanded capabilities
information through other means and collapse these families to
their base types (HSPA family is a good candidate).  This also
is better because there are many parameters (channels and
channel sizes) so expanding RATs to handle all the combinations
is not a viable strategy.

bug:30216042
Change-Id: I037caa927f02cbf07f2eeee926c6b8c3046f01a8
1 file changed