oplus: Import cleaned QSSI RROs from LE2115.11.C.48
* Remove anything that the value is already the default, or deprecated. Change-Id: I597a93b580754a7fde51d051accfffca54c22482
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_volte_available">true</bool>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
|
||||
RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
|
||||
A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
|
||||
there is no replacement value and that the default assumption
|
||||
for phone type (GSM) should be used. -->
|
||||
<integer name="config_volte_replacement_rat">6</integer>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user