diff options
author | Col_or <col_or@qq.com> | 2022-07-02 01:56:13 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
commit | 9b0f64138056b071076eb671177db635eb90a4e6 (patch) | |
tree | e269e3e20243ff40335886c24ab3c3572231b1fe | |
parent | b8dd6a5538d93a4afa500284e9522e7ab7026b9f (diff) |
apns: Add China Broadnet (CBN) supporttachibana
Change-Id: I4796461ea0e26d7736d2ab4795cec11f0bd124be
-rw-r--r-- | telephony/apns-conf.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/telephony/apns-conf.xml b/telephony/apns-conf.xml index 026e134..22a621f 100644 --- a/telephony/apns-conf.xml +++ b/telephony/apns-conf.xml @@ -35545,6 +35545,33 @@ Oneplus modification history ex. [Patch#ID][Date][Jira#ID][MCC/MNC][Owner email] <!-- VENDOR_EDIT end Patch#0515 [2018-02-01] --> <!-- VENDOR_EDIT end Patch#0515 [2019-12-19] --> + <!-- DuYuanhua@NETWORK.DATA.2588267, 2022/03/29, add for CBN MNO begin --> + <apn carrier="CBNET" + mcc="460" + mnc="15" + apn="cbnet" + type="default,supl" + protocol="IPV4V6" + roaming_protocol="IPV4V6" + /> + <apn carrier="IA" + mcc="460" + mnc="15" + apn="" + type="ia" + protocol="IPV4V6" + roaming_protocol="IPV4V6" + /> + <apn carrier="IMS" + mcc="460" + mnc="15" + apn="ims" + type="ims" + protocol="IPV4V6" + roaming_protocol="IPV4V6" + /> + <!-- DuYuanhua@NETWORK.DATA.2588267, 2022/03/29, add for CBN MNO end --> + <!-- VENDOR_EDIT start Patch#0536 [2018-04-24] --> <apn carrier="FarEasTone (MMS)" mcc="466" |