From c2143480f80ffb449e37faefb5a4694239d45529 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Sat, 18 Jan 2020 14:04:19 -0800 Subject: [PATCH] Added TD-SCDMA bands for network scanning Added TD-SCDMA bands defined in 3GPP TS 25.102. Test: Telephony sanity tests Bug: 144939345 Change-Id: Ib1881ed41e6427edd294bb7af6f914baeb40d8f2 --- current.txt | 2 +- radio/1.5/types.hal | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/current.txt b/current.txt index 7b223b3cc2..f7c9b454cc 100644 --- a/current.txt +++ b/current.txt @@ -666,7 +666,7 @@ def77c7db95d374f11a111bfc4ed60f92451303642a43276c4e291988fcee625 android.hardwar ## # BEGIN Radio HAL Merge Conflict Avoidance Buffer - STOPSHIP if present ## -73b5418353fe52721267d64592d4d4c1b77fbd1ef4261d964865de88e62ee0be android.hardware.radio@1.5::types +696f9000adf181682a49510baf93127e2ca62cfc84173b36afd164c797bc5771 android.hardware.radio@1.5::types 996f98ffe508a2f6f1755c1511b50067f7883f7c445dea9f3e931385f020b7ab android.hardware.radio@1.5::IRadio 20d52e66fd548f89bcb98cda42749a591ce8f439a2a7148617adac0c967ad937 android.hardware.radio@1.5::IRadioIndication 1512f6e1198e1aa0ebcbdb1694d0ed500a3e7791d6f305327866112331d82b66 android.hardware.radio@1.5::IRadioResponse diff --git a/radio/1.5/types.hal b/radio/1.5/types.hal index 724d014fb3..d629a3fe55 100644 --- a/radio/1.5/types.hal +++ b/radio/1.5/types.hal @@ -228,6 +228,16 @@ enum NgranBands : int32_t { BAND_261 = 261, }; +enum UtranBands : @1.1::UtranBands { + /** TD-SCDMA bands. 3GPP TS 25.102, Table 5.2: Frequency bands */ + BAND_A = 101, + BAND_B = 102, + BAND_C = 103, + BAND_D = 104, + BAND_E = 105, + BAND_F = 106, +}; + /** * Overwritten from @1.2::NetworkScanRequest to update * RadioAccessSpecifier to 1.5 version