From ddd5d7fb6ae5ba3a422eb9248a9da49a92826fae Mon Sep 17 00:00:00 2001 From: Sooraj Sasindran Date: Thu, 11 May 2017 17:36:37 -0700 Subject: [PATCH] Testra RSSI compliance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Devices that support 4 bar signal strength indication should display the bars as follow: 4 bar RSRP > -90 3 bar -90 ≥ RSRP > -100 2 bar -100 ≥ RSRP > -115 1 bar -115 ≥ RSRP > -120 0 bar RSRP ≤ -120 or No Sync to LTE Reference Signals Add support for mnc 11, 71 and 72 BUG=37187586 Change-Id: Ia0a71707d1cbc20887bcc00c0519833b522b4a95 --- core/res/res/values-mcc505-mnc11/config.xml | 32 +++++++++++++++++++++ core/res/res/values-mcc505-mnc71/config.xml | 32 +++++++++++++++++++++ core/res/res/values-mcc505-mnc72/config.xml | 32 +++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 core/res/res/values-mcc505-mnc11/config.xml create mode 100644 core/res/res/values-mcc505-mnc71/config.xml create mode 100644 core/res/res/values-mcc505-mnc72/config.xml diff --git a/core/res/res/values-mcc505-mnc11/config.xml b/core/res/res/values-mcc505-mnc11/config.xml new file mode 100644 index 0000000000000..6d085c1e68b56 --- /dev/null +++ b/core/res/res/values-mcc505-mnc11/config.xml @@ -0,0 +1,32 @@ + + + + + + + + -140 + -120 + -115 + -100 + -90 + -44 + + diff --git a/core/res/res/values-mcc505-mnc71/config.xml b/core/res/res/values-mcc505-mnc71/config.xml new file mode 100644 index 0000000000000..6d085c1e68b56 --- /dev/null +++ b/core/res/res/values-mcc505-mnc71/config.xml @@ -0,0 +1,32 @@ + + + + + + + + -140 + -120 + -115 + -100 + -90 + -44 + + diff --git a/core/res/res/values-mcc505-mnc72/config.xml b/core/res/res/values-mcc505-mnc72/config.xml new file mode 100644 index 0000000000000..6d085c1e68b56 --- /dev/null +++ b/core/res/res/values-mcc505-mnc72/config.xml @@ -0,0 +1,32 @@ + + + + + + + + -140 + -120 + -115 + -100 + -90 + -44 + +