Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d28296fa authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Send LTE|LTE_CA to modem in vts" into qt-dev am: db5118bd am: 36e15dc6

am: b7df8c2a

Change-Id: I2e6b3dd8b49b226ba45f864a25b049c1ba0fee0c
parents 740982b3 b7df8c2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);