Hey guys, my OP3 doesn't need to refresh QCN. B5 and b8 are enabled!!! This is a pleasant surprise. Although it is not very useful, first I enable volte in OP3 oxygen os 9.0.3, we enable OEM_Test_Card-Lab, and it will write it into the EFS carrier_policy.xml file. By default, QCN does not have a carrier_policy.xml file! ! Then perform the following operations


1. Brush into nvbk qxdm 1878 and write 237 in your country!
2, qxdm 06828 writes to OP3T's 2061584302293
3. Modify carrier_policy.xml, in which Oxygen os8.0 5.0.2 does not know if it is accidental that carrier_policy.xml has a piece of such code? ?
<!-- Define a HOME RF band list that include GW and LTE bands -->
<!-- Add lte B5 for CT, 20160805-->
What is the operation of OnePlus? ?
4. We add a piece of code to carrier_policy.xml and I will provide it in the following txt file
5.Interpret the carrier_policy.xml string, 0 means b1, 2 means b3, 4 means b5,
https://kn007.net/topics/oneplus-3t-oxygen-os-enable-china-telecom-volte/
and soOpen Volte Chinese translation on.
[CODE
<!-- Define the 1x_oos timer with a 1 minute interval -->
<define_timer name = "1x_oos" interval = "1" units = "min" id = "100" />
<!-- Define a HOME RF band list that include GW and LTE bands -->
<!-- Add lte B5 for CT, 20160805-->
<rf_band_list name="rf_bands_home">
<gw_bands base = "hardware" />
<lte_bands base = "none">
<include> 0 2 4 7 25 37 38 39 40 </include>
</lte_bands>
<tds_bands base = "none" />
</rf_band_list>
<rf_band_list name="test_sim_all_rf_band">
<gw_bands base="hardware" />
<lte_bands base="hardware" />
<tds_bands base="hardware" />
</rf_band_list>
<!-- Define initial RAT capability as CHL -->
<rat_capability_if base="none" >
<include> CDMA HDR LTE </include>
</rat_capability_if>