mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Send LTE|LTE_CA to modem in vts" into qt-dev
am: db5118bdad
Change-Id: Ibfdbc047bff2c8aca15fc04d6b01ff373306f012
This commit is contained in:
@@ -119,6 +119,10 @@ TEST_F(RadioHidlTest_v1_4, setPreferredNetworkTypeBitmap) {
|
||||
|
||||
network_type_bitmap |= ::android::hardware::radio::V1_4::RadioAccessFamily::LTE;
|
||||
|
||||
// TODO(b/131634656): LTE_CA will be sent to modem as a RAF in Q, but LTE_CA is not a RAF,
|
||||
// we will not send it to modem as a RAF in R.
|
||||
network_type_bitmap |= ::android::hardware::radio::V1_4::RadioAccessFamily::LTE_CA;
|
||||
|
||||
Return<void> res = radio_v1_4->setPreferredNetworkTypeBitmap(serial, network_type_bitmap);
|
||||
|
||||
ASSERT_OK(res);
|
||||
|
||||
Reference in New Issue
Block a user