mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Verify there are no more current calls" into qt-dev
am: 1f12b5323a
Change-Id: I1c0cedb7ab51d52639be6556b6c7546040c88d1b
This commit is contained in:
@@ -102,6 +102,12 @@ void RadioHidlTest_v1_4::clearPotentialEstablishedCalls() {
|
||||
// Give some time for modem to disconnect the established call channel.
|
||||
sleep(MODEM_EMERGENCY_CALL_DISCONNECT_TIME);
|
||||
}
|
||||
|
||||
// Verify there are no more current calls.
|
||||
serial = GetRandomSerialNumber();
|
||||
radio_v1_4->getCurrentCalls(serial);
|
||||
EXPECT_EQ(std::cv_status::no_timeout, wait());
|
||||
EXPECT_EQ(0, radioRsp_v1_4->currentCalls.size());
|
||||
}
|
||||
|
||||
void RadioHidlTest_v1_4::updateSimCardStatus() {
|
||||
|
||||
Reference in New Issue
Block a user