apn: Update TIM Italy

MCC: 222
MNC: 01

Take FP4 as baseline; from AOSP add carrier_id and IPv4v6 protocol
configs. As on FP4, drop "dun" type APN.

Issue: FP3-A11#360
Change-Id: I7690805a67fc838796b59ef527f103a550ff0acf
diff --git a/apns-conf.xml b/apns-conf.xml
index 76a281a..2bc1dd7 100644
--- a/apns-conf.xml
+++ b/apns-conf.xml
@@ -1910,23 +1910,29 @@
       type="mms"
   />
 
-  <apn carrier="WAP TIM"
+  <apn carrier="TIM WAP"
+      carrier_id = "33"
       mcc="222"
       mnc="01"
       apn="wap.tim.it"
-      user="WAPTIM"
-      password="WAPTIM"
-      authtype="1"
       type="default,supl"
+      authtype="0"
   />
-  <apn carrier="TIM WEB"
+
+  <apn carrier="TIM IMS"
+      carrier_id = "33"
       mcc="222"
       mnc="01"
-      apn="ibox.tim.it"
-      authtype="0"
-      type="dun"
+      apn="ims"
+      type="ims"
+      protocol="IPV4V6"
+      roaming_protocol="IPV4V6"
+      user_visible="false"
+      user_editable="false"
   />
-  <apn carrier="iTIM"
+
+  <apn carrier="TIM MMS"
+      carrier_id = "33"
       mcc="222"
       mnc="01"
       apn="unico.tim.it"
@@ -1934,7 +1940,21 @@
       mmsproxy="213.230.130.89"
       mmsport="80"
       type="mms"
+      authtype="0"
   />
+
+  <apn carrier="TIM XCAP"
+      carrier_id = "33"
+      mcc="222"
+      mnc="01"
+      apn="xcap.tim.it"
+      type="xcap"
+      protocol="IPV4V6"
+      roaming_protocol="IPV4V6"
+      user_visible="false"
+      user_editable="false"
+  />
+
   <apn carrier="Internet"
       mcc="222"
       mnc="01"