Update APNs for Greece mcc202

Adding ims, xcap, a second mms apn and updated other Cosmote APNs.
Some small changes to Vodafone, Wind and Q Telecom APNs.

Test: adb shell content query --uri content://telephony/carriers --where mcc='202'
Bug: 202924232
Change-Id: Ic7e8926000a1d8225c2837704ec3aa07a5165e92
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 2e9704d..7902cdf 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -254,12 +254,13 @@
       type="ia"
   />
 
-  <apn carrier="Cosmote Wireless Internet"
+  <apn carrier="Cosmote Internet"
       carrier_id = "747"
       mcc="202"
       mnc="01"
       apn="internet"
-      type="default,ia,supl"
+      type="default,ia,supl,xcap"
+      protocol="IPV4V6"
   />
 
   <apn carrier="Cosmote Mms"
@@ -273,6 +274,31 @@
       type="mms"
   />
 
+  <apn carrier="IMS"
+      carrier_id = "747"
+      mcc="202"
+      mnc="01"
+      apn="ims"
+      type="ims"
+      user_visible="false"
+      protocol="IPV4V6"
+      roaming_protocol="IPV4V6"
+  />
+
+  <apn carrier="HOS"
+      carrier_id = "747"
+      mcc="202"
+      mnc="01"
+      apn="hos"
+      mmsc="http://mmsc.cosmote.gr"
+      mmsproxy="010.010.010.020"
+      mmsport="8080"
+      type="mms"
+      network_type_bitmask="18"
+      protocol="IPV4V6"
+      user_visible="false"
+  />
+
   <apn carrier="Vf Mobile Internet"
       carrier_id = "2399"
       mcc="202"
@@ -287,6 +313,8 @@
       mnc="05"
       apn="internet.vodafone.gr"
       type="default,ia,supl"
+      user="user"
+      password="pass"
   />
 
   <apn carrier="Vf MMS"
@@ -294,12 +322,9 @@
       mcc="202"
       mnc="05"
       apn="mms.vodafone.net"
-      user="user"
-      password="pass"
       mmsc="http://mms.vodafone.gr"
       mmsproxy="213.249.19.49"
       mmsport="5080"
-      authtype="1"
       type="mms"
   />
 
@@ -309,6 +334,8 @@
       mnc="09"
       apn="myq"
       type="default,ia,supl"
+      mvno_type="spn"
+      mvno_match_data="Q-Telcom"
   />
 
   <apn carrier="Q-Telecom MMS GPRS"
@@ -320,6 +347,8 @@
       mmsproxy="192.168.80.134"
       mmsport="8080"
       type="mms"
+      mvno_type="spn"
+      mvno_match_data="Q-Telcom"
   />
 
   <apn carrier="Wind Internet"