Add VZWINTERNET for bearer type of 6, 7, 8 and 12.

This is to support CDMA on verizon without CdmaDCT and CdmaDC.

Change-Id: I38fc594d30bd6c1e19cd405afd4ba9f3dd14eee5
diff --git a/etc/apns-conf_verizon.xml b/etc/apns-conf_verizon.xml
index 3d35816..77d6aa7 100644
--- a/etc/apns-conf_verizon.xml
+++ b/etc/apns-conf_verizon.xml
@@ -46,6 +46,44 @@
         roaming_protocol="IPV4V6"
     />
 
+    <!-- VZW CDMA -->
+    <apn carrier="LTE - Verizon Internet"
+        mcc="311"
+        mnc="480"
+        apn="VZWINTERNET"
+        type="default,dun"
+        protocol="IPV4V6"
+        roaming_protocol="IPV4V6"
+        bearer="6"
+    />
+    <apn carrier="LTE - Verizon Internet"
+        mcc="311"
+        mnc="480"
+        apn="VZWINTERNET"
+        type="default,dun"
+        protocol="IPV4V6"
+        roaming_protocol="IPV4V6"
+        bearer="7"
+    />
+    <apn carrier="LTE - Verizon Internet"
+        mcc="311"
+        mnc="480"
+        apn="VZWINTERNET"
+        type="default,dun"
+        protocol="IPV4V6"
+        roaming_protocol="IPV4V6"
+        bearer="8"
+    />
+    <apn carrier="LTE - Verizon Internet"
+        mcc="311"
+        mnc="480"
+        apn="VZWINTERNET"
+        type="default,dun"
+        protocol="IPV4V6"
+        roaming_protocol="IPV4V6"
+        bearer="12"
+    />
+
     <!-- Modify Apn database for VZW LTE support -->
     <apn carrier="LTE - Verizon Internet"
         mcc="311"