Commit f9d447a3 authored by jperaldi's avatar jperaldi

Revert "Fix for PDCP Count unbound issue"

This reverts commit 175aa452c397bf5daaf1da8334c830c7afaf8c79.
parent 03e20b30
......@@ -554,10 +554,6 @@ rb_found:
if (is_srb == 0)
return;
/* Do not trigger RLF in case of System Simulator */
if (RC.ss.mode > SS_ENB)
return;
is_enb = rlc_manager_get_enb_flag(rlc_ue_manager);
if (!is_enb)
return;
......
......@@ -7327,7 +7327,6 @@ char openair_rrc_eNB_configuration(
if(configuration->ActiveParamPresent == true)
{
LOG_A(RRC, "TTCN ActiveParam configuration RlcPduCCCH_Present=%d RlcPduCCCH_Size=%d\n", configuration->RlcPduCCCH_Present, configuration->RlcPduCCCH_Size);
RRCConnSetup_PDU_Present = configuration->RlcPduCCCH_Present;
LOG_D(RRC,"Update config from TTCN RRCConnSetup_PDU_Present %d \n",RRCConnSetup_PDU_Present);
if(RRCConnSetup_PDU_Present == true)
......@@ -7335,7 +7334,6 @@ char openair_rrc_eNB_configuration(
RRCMsgOnSRB0_PDUSize = configuration->RlcPduCCCH_Size;
memcpy(RRCMsgOnSRB0_PDU,configuration->RlcPduCCCH,RRCMsgOnSRB0_PDUSize);
}
LOG_A(RRC,"Update config from TTCN RRCConnSetup_PDU_Present=%d RRCMsgOnSRB0_PDUSize=%d\n",RRCConnSetup_PDU_Present, RRCMsgOnSRB0_PDUSize);
}
/*
RC.rrc[ctxt.module_id]->mcc= rrc_configuration_req->mcc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment