ttcn3_ss: remove unneeded NDI reset

This commit is contained in:
Andre Puschmann 2020-03-29 18:02:25 +02:00
parent 562b4ef6c8
commit 5267a88d60
1 changed files with 0 additions and 7 deletions

View File

@ -939,13 +939,6 @@ public:
pdcp.del_bearer(lcid);
rlc.del_bearer(lcid);
}
// Reset HARQ to generate new transmissions
if (lcid == 0) {
log->info("Resetting UL/DL NDI counters\n");
memset(last_dl_ndi, 0, sizeof(last_dl_ndi));
memset(last_ul_ndi, 0, sizeof(last_ul_ndi));
}
}
// RRC interface for PDCP, PDCP calls RRC to push RRC SDU