Commit daf3fb0e authored by luis_pereira87's avatar luis_pereira87

Enable nr_rrc_processing_timer for RRCSetup

parent 6f5ea27e
......@@ -353,6 +353,11 @@ rrc_gNB_generate_RRCSetup(
masterCellGroup_from_DU,
scc,&rrc->carrier);
enable_nr_rrc_processing_timer(ctxt_pP->module_id,
ue_context_pP,
rrc->carrier.servingcellconfigcommon->downlinkConfigCommon->frequencyInfoDL->scs_SpecificCarrierList.list.array[0]->subcarrierSpacing,
NR_RRC_PROCESSING_DELAY_MS);
LOG_DUMPMSG(NR_RRC, DEBUG_RRC,
(char *)(ue_p->Srb0.Tx_buffer.Payload),
ue_p->Srb0.Tx_buffer.payload_size,
......@@ -463,6 +468,11 @@ rrc_gNB_generate_RRCSetup_for_RRCReestablishmentRequest(
NULL,
scc,&rrc_instance_p->carrier);
enable_nr_rrc_processing_timer(ctxt_pP->module_id,
ue_context_pP,
rrc_instance_p->carrier.servingcellconfigcommon->downlinkConfigCommon->frequencyInfoDL->scs_SpecificCarrierList.list.array[0]->subcarrierSpacing,
NR_RRC_PROCESSING_DELAY_MS);
LOG_DUMPMSG(NR_RRC, DEBUG_RRC,
(char *)(ue_p->Srb0.Tx_buffer.Payload),
ue_p->Srb0.Tx_buffer.payload_size,
......
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