We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab06500 commit 53ba64cCopy full SHA for 53ba64c
lib/e2/procedures/e2_indication_procedure.cpp
@@ -34,7 +34,7 @@ void e2_indication_procedure::operator()(coro_context<eager_async_task<void>>& c
34
break;
35
}
36
transaction_sink.subscribe_to(*ev_mng.sub_del_reqs[subscription.request_id.ric_requestor_id].get(),
37
- (std::chrono::milliseconds)1000);
+ (std::chrono::milliseconds)subscription.report_period);
38
CORO_AWAIT(transaction_sink);
39
if (!transaction_sink.timeout_expired()) {
40
logger.info("Subscription deleted");
0 commit comments