Revert "Set PHY crnti before RA done no contention"

This reverts commit 1db4644c7b.
This commit is contained in:
Ismael Gomez 2018-02-13 23:53:08 +01:00
parent 1db4644c7b
commit d52c2402ff
1 changed files with 1 additions and 2 deletions

View File

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