Realme X50 Pro 5G(RMX2075)で楽天モバイルの5Gの夢を見る。
日本で使ってる人が居ないので、あまり役に立たなそうですが、非常に優秀な機種なので色々メモしておきます。あくまで夢の話です。
■20201017(RMX2075_11_A.34)時点の楽天SIM刺した時のcarrier_policy.xml
見てると「<nr5g_nsa_bands base = "none" />」となっていますね。
ここを<nr5g_sa_bands base="hardware" />と<nr5g_nsa_bands base="hardware" />にでも変更したら、きっといい夢が見られると思います。きっと。
<rat_capability_if base="none">も「L 5G」に変えておくとより安心です。
まぁ、Realmeさんは、更新時に最新のCarrier policy XMLを持ってきてくれると信じてますので暫くの辛抱かなと思いますが。
<?xml version="1.0" encoding="UTF-8"?>
<!-- Carrier policy XML for Rakuten
$Header: $
-->
<policy name = "Rakuten"
changelist = "$Change: 14971833 $"
policy_ver = "135.1.0"
>
<initial>
<mcc_list name="home_mcc"> 440 </mcc_list>
<rf_band_list name="rf_bands_home">
<gw_bands base = "none" />
<lte_bands base="none">
<include> 0 2 17 25 27 </include>
</lte_bands>
<nr5g_sa_bands base = "none" />
<nr5g_nsa_bands base = "none" />
<tds_bands base = "none" />
</rf_band_list>
<define_fullrat_config>
<rf_bands base="hardware" />
<rat_capability base="hardware" />
</define_fullrat_config>
<rat_capability_if base="none">
<include> L </include>
</rat_capability_if>
<rf_bands_if list="rf_bands_home" />
</initial>
<if>
<any_of>
<not> <phone_operating_mode> ONLINE </phone_operating_mode> </not>
<not> <have_location /> </not>
</any_of>
<then>
<stop />
</then>
</if>
<!-- Beyond this point, the device is ONLINE and has a location. -->
<svc_mode> FULL </svc_mode>
<!-- Determine configuration based on location -->
<select>
<case>
<location_mcc_in list="home_mcc" />
<actions>
<rf_bands list="rf_bands_home" />
<rat_capability base="none">
<include> L </include>
</rat_capability>
</actions>
</case>
<case>
<true />
<actions>
<rf_bands base="hardware" />
<rat_capability base="hardware" />
</actions>
</case>
</select>
</policy>
この記事が気に入ったらサポートをしてみませんか?