From 7889a6f35ec943dfabe86c71a043a40ab25985fb Mon Sep 17 00:00:00 2001
From: TashiCell <apps.team@tashicell.com>
Date: Wed, 27 Mar 2019 10:16:06 +0600
Subject: [PATCH] Modified existing APN for carrier TashiCell.

We have modified the existing APN to support dual stack (IPV4V6) for carrier Tashicell:

  <apn carrier="TashiCell"
      carrier_id = "2165"
      mcc="402"
      mnc="77"
      apn="ticlnet"
      user=""
      password=""
      proxy=""
      port=""
      type="default,supl"
      protocol="IPV4V6"
      roaming_protocol="IPV4V6"
  />

Change-Id: I539e13b4ef33b6f34aef5edb02dd70c6c5c88208
---
 etc/apns-full-conf.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index 8d3a3d6..0c38c22 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -17787,8 +17787,14 @@
       carrier_id = "2165"
       mcc="402"
       mnc="77"
-      apn="default"
+      apn="ticlnet"
+      user=""
+      password=""
+      proxy=""
+      port=""
       type="default,supl"
+      protocol="IPV4V6"
+      roaming_protocol="IPV4V6"
   />
 
   <apn carrier="Vodafone live"
-- 
GitLab