Add APN for Carrier Next Mobile (MVNO)

Test: No change to behavior as this is only a sample file
Issue: https://issuetracker.google.com/issues/140347149
Change-Id: I641a04cdf37e0275cf676815527de205584043a2
Signed-off-by: Igor Bystritskiy <igor.bystritskiy@nextmobile.ru>
diff --git a/etc/apns-full-conf.xml b/etc/apns-full-conf.xml
index a2534eb..6864b3a 100644
--- a/etc/apns-full-conf.xml
+++ b/etc/apns-full-conf.xml
@@ -6108,6 +6108,15 @@
       type="default,supl"
   />
 
+  <apn carrier="Next Mobile"
+      mcc="250"
+      mnc="47"
+      apn="Next"
+      user=""
+      password=""
+      type="default,supl"
+  />
+
   <apn carrier="Tinkoff Mobile"
       carrier_id = "2142"
       mcc="250"
@@ -34838,5 +34847,4 @@
       type="mms"
   />
 
-
 </apns>