Commit 39322db7 authored by Cedric Roux's avatar Cedric Roux

bugfix - protect t_crnti setting

parent 6e662bf2
...@@ -181,8 +181,8 @@ ue_process_rar( ...@@ -181,8 +181,8 @@ ue_process_rar(
if (preamble_index == rarh->RAPID) { if (preamble_index == rarh->RAPID) {
*t_crnti = (uint16_t)rar[5]+(rar[4]<<8);//rar->t_crnti;
if(prach_state==0){ if(prach_state==0){
*t_crnti = (uint16_t)rar[5]+(rar[4]<<8);//rar->t_crnti;
UE_mac_inst[module_idP].crnti = *t_crnti;//rar->t_crnti; UE_mac_inst[module_idP].crnti = *t_crnti;//rar->t_crnti;
LOG_D(MAC,"Update the c-rnti (not HO case)\n"); LOG_D(MAC,"Update the c-rnti (not HO case)\n");
} }
......
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