ttcn3_ss: add missing timer stepping

This commit is contained in:
Andre Puschmann 2020-03-27 20:13:23 +01:00
parent 0e76b9ed15
commit 562b4ef6c8
1 changed files with 5 additions and 1 deletions

View File

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