ttcn3_ss: add missing timer stepping

master
Andre Puschmann 5 years ago
parent 0e76b9ed15
commit 562b4ef6c8

@ -200,6 +200,10 @@ public:
log->step(tti); log->step(tti);
log->debug("Start TTI\n"); log->debug("Start TTI\n");
// Make sure to step SS timers
step_timer();
// inform UE about new TTI
ue->set_current_tti(tti); ue->set_current_tti(tti);
// check scheduled actions for this TTI // check scheduled actions for this TTI
@ -383,9 +387,9 @@ public:
ue->stop(); ue->stop();
} }
// Internal function called with acquired lock
void reset() void reset()
{ {
log->info("Resetting SS\n");
rlc.reset(); rlc.reset();
pdcp.reset(); pdcp.reset();
cells.clear(); cells.clear();

Loading…
Cancel
Save