Commit 06890407 authored by luis_pereira87's avatar luis_pereira87

Merge remote-tracking branch 'origin/NR_RRC_processing_timer' into Dedicated-BWPs

parents 940abc35 eb033225
...@@ -422,6 +422,6 @@ void nr_mac_gNB_enable_rrc_processing_timer_req(const module_id_t Mod_instP, con ...@@ -422,6 +422,6 @@ void nr_mac_gNB_enable_rrc_processing_timer_req(const module_id_t Mod_instP, con
} }
ue_context_p->ue_context.nr_rrc_processing_delay = delay_ms; ue_context_p->ue_context.nr_rrc_processing_delay = delay_ms;
} else { } else {
LOG_D(RRC,"%s: Unknown RNTI 0x%04x\n", __FUNCTION__, rntiP); LOG_E(NR_RRC,"%s: Unknown RNTI 0x%04x\n", __FUNCTION__, rntiP);
} }
} }
\ No newline at end of file
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