commit | cda9730b95bf46ba92186df0a18d0a86655e7996 | [log] [tgz] |
---|---|---|
author | Oscar Wei <[email protected]> | Fri May 27 09:15:41 2022 +0000 |
committer | oscar.wei <[email protected]> | Tue Nov 29 19:28:16 2022 +0800 |
tree | 5b8d3b91748e4602beca7807386b5305a7418b44 | |
parent | 7e21d2d5b9ac42ded7d7e9a92492baf930774d8b [diff] |
Support using carrier id to setup APN By doing this, we can use carrier_id="xxx" in apns.xml to setup apns for the carriers. We can do either way : 1.Only use carrier_id="xxx" 2.Only use mcc="yyy "mnc="zzz" (mvno_type="aaa" mvno_data="bbb") 3.Use carrier_id="xxx" + mcc="yyy "mnc="zzz" (mvno_type="aaa" mvno_data="bbb") at the same time. Change-Id: I763b5f63f756ec3c378f363bcd3d0998ba36d4c3