Debug print for PDCP Reestablish.

This commit is contained in:
Pedro Alvarez 2019-04-30 12:39:39 +01:00 committed by Andre Puschmann
parent 5ca6238877
commit 6b59cc0760
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ void pdcp_entity::init(srsue::rlc_interface_pdcp *rlc_,
// Reestablishment procedure: 36.323 5.2
void pdcp_entity::reestablish()
{
log->info("Re-establish %s with bearer ID: %d\n", rrc->get_rb_name(lcid).c_str(), cfg.bearer_id);
// For SRBs
if (cfg.is_control) {
tx_count = 0;