Deprecated the resource config_tether_apndata

The resource has been migrated into the database so we can remove
this resource now. And moved them into apns-full-conf.xml
if they are missing there.

Test: Telephony sanity tests
Bug: 113942223
Change-Id: If7c162cc0f201eca6717ed2c2927d5bdf6e1e314
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 0382c06..c42412f 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -4268,6 +4268,14 @@
       type="mms"
   />
 
+  <apn carrier="3hotspot"
+      mcc="235"
+      mnc="94"
+      apn="3hotspot"
+      authtype="0"
+      type="dun"
+  />
+
   <apn carrier="3"
       mcc="235"
       mnc="94"
@@ -6383,6 +6391,13 @@
       type="default,supl,mms"
   />
 
+  <apn carrier="Optimus HotSpot"
+      mcc="268"
+      mnc="03"
+      apn="modem"
+      type="dun"
+  />
+
   <apn carrier="tmn internet"
       mcc="268"
       mnc="06"
@@ -7164,6 +7179,38 @@
       mvno_match_data="4D4F"
   />
 
+  <apn carrier="TELUS ISP"
+      mcc="302"
+      mnc="221"
+      apn="isp.telus.com"
+      server="*"
+      type="dun"
+      protocol="IPV4"
+      mvno_match_data="5455"
+      mvno_type="gid"
+  />
+
+  <apn carrier="Koodo"
+      mcc="302"
+      mnc="221"
+      apn="sp.koodo.com"
+      server="*"
+      type="dun"
+      protocol="IPV4"
+      mvno_match_data="4B4F"
+      mvno_type="gid"
+  />
+
+  <apn carrier="Tethered PC Mobile"
+      mcc="302"
+      mnc="221"
+      apn="isp.mb.com"
+      type="dun"
+      protocol="IPV4"
+      mvno_type="gid"
+      mvno_match_data="5043"
+  />
+
   <apn carrier="MOWAP"
       mcc="302"
       mnc="320"
@@ -12310,6 +12357,13 @@
       type="default,supl"
   />
 
+  <apn carrier="Tether"
+      mcc="311"
+      mnc="190"
+      apn="broadband.cellular1.net"
+      type="dun"
+  />
+
   <apn carrier="MMS"
       mcc="311"
       mnc="190"
@@ -15451,6 +15505,16 @@
       type="mms"
   />
 
+  <apn carrier="Modem"
+      mcc="334"
+      mnc="50"
+      authtype="1"
+      type="dun"
+      user="iusacellgsm"
+      password="iusacellgsm"
+      apn="modem.iusacellgsm.mx"
+  />
+
   <apn carrier='Localización'
       mcc='334'
       mnc='090'
@@ -15657,6 +15721,16 @@
       type="mms"
   />
 
+  <apn carrier="Orangeweb"
+      mcc="340"
+      mnc="01"
+      apn="orangeweb"
+      user="orange"
+      password="orange"
+      authtype="1"
+      type="dun"
+  />
+
   <apn carrier="Digicel Web"
       mcc="340"
       mnc="20"
@@ -32137,4 +32211,4 @@
       mmsport="80"
   />
 
-</apns>
\ No newline at end of file
+</apns>