summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h')
-rw-r--r--radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h b/radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h
index 36d15c75..925f4fc8 100644
--- a/radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h
+++ b/radio/1.1/vts/functional/radio_hidl_hal_utils_v1_1.h
@@ -558,11 +558,17 @@ class RadioHidlTest_v1_1 : public ::testing::VtsHalHidlTargetTestBase {
558 std::condition_variable cv; 558 std::condition_variable cv;
559 int count; 559 int count;
560 560
561 /* Serial number for radio request */
562 int serial;
563
564 /* Update Sim Card Status */
565 void updateSimCardStatus();
566
561 public: 567 public:
562 virtual void SetUp() override; 568 virtual void SetUp() override;
563 569
564 /* Used as a mechanism to inform the test about data/event callback */ 570 /* Used as a mechanism to inform the test about data/event callback */
565 void notify(); 571 void notify(int receivedSerial);
566 572
567 /* Test code calls this function to wait for response */ 573 /* Test code calls this function to wait for response */
568 std::cv_status wait(int sec = TIMEOUT_PERIOD); 574 std::cv_status wait(int sec = TIMEOUT_PERIOD);