summaryrefslogtreecommitdiff
path: root/test/offer_tests/offer_test_big_sd_msg_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/offer_tests/offer_test_big_sd_msg_client.cpp')
-rw-r--r--test/offer_tests/offer_test_big_sd_msg_client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/offer_tests/offer_test_big_sd_msg_client.cpp b/test/offer_tests/offer_test_big_sd_msg_client.cpp
index 3ef1f61..d379441 100644
--- a/test/offer_tests/offer_test_big_sd_msg_client.cpp
+++ b/test/offer_tests/offer_test_big_sd_msg_client.cpp
@@ -55,7 +55,8 @@ public:
for (std::uint16_t s = 1; s <= offer_test::big_msg_number_services; s++) {
app_->request_service(s,0x1,0x1,0x1);
app_->request_event(s,0x1, offer_test::big_msg_event_id,
- its_eventgroups, vsomeip::event_type_e::ET_EVENT);
+ its_eventgroups, vsomeip::event_type_e::ET_EVENT,
+ vsomeip::reliability_type_e::RT_UNKNOWN);
app_->subscribe(s, 0x1,offer_test::big_msg_eventgroup_id, 0x1,
offer_test::big_msg_event_id);
services_available_subribed_[s] = std::make_pair(false,0);