Set PHY crnti before RA done no contention

master
Ismael Gomez 7 years ago
parent 13a16e200c
commit 1db4644c7b

@ -347,7 +347,8 @@ void ra_proc::tb_decoded_ok() {
if (preambleIndex > 0) {
// Preamble selected by Network
state = COMPLETION;
phy_h->set_crnti(rntis->crnti);
state = COMPLETION;
} else {
// Preamble selected by UE MAC
mux_unit->msg3_prepare();

Loading…
Cancel
Save