Add APNs for Carrier Kena Mobile
Bug: 116675320
Test: No change to behavior as this is only a sample file

Change-Id: Idf2458f30ffd6804a5a87e2e503e2fd367a0b363
Signed-off-by: Alberto Cardone <alberto.cardone@telecomitalia.it>
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 4f7b7a7..b4b2bfa 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -32034,4 +32034,21 @@
       type="default,supl"
   />
 
-</apns>
+  <apn carrier="Kena Mobile Web"
+      mcc="222"
+      mnc="07"
+      apn="web.kenamobile.it"
+      type="default"
+  />
+
+  <apn carrier="Kena Mobile MMS"
+      mcc="222"
+      mnc="07"
+      apn="mms.kenamobile.it"
+      type="mms"
+      mmsc="http://mms.kenamobile.it"
+      mmsproxy="10.248.1.12"
+      mmsport="80"
+  />
+
+</apns>
\ No newline at end of file