summaryrefslogtreecommitdiffstats
path: root/radio
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2020-01-18 14:04:19 -0800
committerSarah Chin <sarahchin@google.com>2020-01-24 19:37:58 -0800
commit5b971bfa5022ce00afc5ed3c0dde8855f85effe9 (patch)
treed449ec13fcb6a0588b233d207ed5db46f9809627 /radio
parent80da44e958ea634ba5124ff8b6115cf48622e5ca (diff)
downloadplatform_hardware_interfaces-5b971bfa5022ce00afc5ed3c0dde8855f85effe9.tar.gz
platform_hardware_interfaces-5b971bfa5022ce00afc5ed3c0dde8855f85effe9.tar.bz2
platform_hardware_interfaces-5b971bfa5022ce00afc5ed3c0dde8855f85effe9.zip
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 Merged-In: Ib1881ed41e6427edd294bb7af6f914baeb40d8f2
Diffstat (limited to 'radio')
-rw-r--r--radio/1.5/types.hal10
1 files changed, 10 insertions, 0 deletions
diff --git a/radio/1.5/types.hal b/radio/1.5/types.hal
index b056408c8e..bd5dfbf937 100644
--- a/radio/1.5/types.hal
+++ b/radio/1.5/types.hal
@@ -229,6 +229,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