Set PHY crnti before RA done no contention

This commit is contained in:
Ismael Gomez 2018-02-13 23:46:12 +01:00
parent 13a16e200c
commit 1db4644c7b
1 changed files with 2 additions and 1 deletions

View File

@ -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();