Skip to content
Snippets Groups Projects

Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE

Merged Luis Pereira requested to merge Remove_UE_when_Msg4_fails_to_be_decoded into develop
2 unresolved threads
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -2508,7 +2508,9 @@ NR_UE_info_t *add_new_nr_ue(gNB_MAC_INST *nr_mac, rnti_t rntiP, NR_CellGroupConf
"uplinkBWP_ToAddModList has %d BWP!\n",
ul_bwp->n_ul_bwp);
UE->ra_timer = 12000 << UE->current_DL_BWP.scs; // 12000 ms is arbitrary and found to be a good timeout from experiments
if (get_softmodem_params()->phy_test == 0) {
UE->ra_timer = 12000 << UE->current_DL_BWP.scs; // 12000 ms is arbitrary and found to be a good timeout from experiments
}
/* get Number of HARQ processes for this UE */
// pdsch_servingcellconfig == NULL in SA -> will create default (8) number of HARQ processes
Loading