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,58 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- National language locking shift tables to enable for SMS encoding.
|
||||
Decoding is always enabled. 3GPP TS 23.038 states that this feature
|
||||
should not be enabled until a formal request is issued by the relevant
|
||||
national regulatory body. Array elements are codes from the table above.
|
||||
Example 1: devices sold in Turkey must include table 1 after the
|
||||
Turkish Telecommunication Authority requires locking shift encoding
|
||||
to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
|
||||
See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
|
||||
Example 2: devices sold in India should include tables 4 through 13
|
||||
to enable use of the new Release 9 tables for Indic languages. -->
|
||||
<integer-array name="config_sms_enabled_locking_shift_tables">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- National language single shift tables to enable for SMS encoding.
|
||||
Decoding is always enabled. 3GPP TS 23.038 states that this feature
|
||||
should not be enabled until a formal request is issued by the relevant
|
||||
national regulatory body. Array elements are codes from the table above.
|
||||
Example 1: devices sold in Turkey must include table 1 to conform with
|
||||
By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
|
||||
Example 2: devices sold in India should include tables 4 through 13
|
||||
to enable use of the new Release 9 tables for Indic languages. -->
|
||||
<integer-array name="config_sms_enabled_single_shift_tables">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user