e2ap: ric_subscription reschedule only if positive reporting_period

master
Piotr Gawlowicz 2 years ago committed by Justin Tallon
parent 027590b858
commit 372a543bf5

@ -162,7 +162,9 @@ void ric_client::ric_subscription::send_ric_indication()
} }
// reschedule sending RIC indication // reschedule sending RIC indication
if (reporting_period) {
reporting_timer.run(); reporting_timer.run();
}
} }
} // namespace srsenb } // namespace srsenb
Loading…
Cancel
Save