mac_nr: when reserving RNTI in MAC, don't automatically reserve it in RRC

we assume that RRC itself will reserve the RNTI if it needs to
master
Andre Puschmann 3 years ago
parent 9bf74843f6
commit f20e131083

@ -125,12 +125,6 @@ uint16_t mac_nr::reserve_rnti(uint32_t enb_cc_idx)
ue_cfg.fixed_ul_mcs = args.fixed_ul_mcs;
sched.ue_cfg(rnti, ue_cfg);
// Register new user in RRC
if (rrc->add_user(rnti) == SRSRAN_ERROR) {
// ue_rem(rnti);
return SRSRAN_SUCCESS;
}
return rnti;
}

Loading…
Cancel
Save