From d52c2402ff590ffd0d38f1b9fdd53228e04e5af9 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 13 Feb 2018 23:53:08 +0100 Subject: [PATCH] Revert "Set PHY crnti before RA done no contention" This reverts commit 1db4644c7b5443592d06c5661d7a7defec21f9c3. --- srsue/src/mac/proc_ra.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srsue/src/mac/proc_ra.cc b/srsue/src/mac/proc_ra.cc index b7aa90b26..3860fd809 100644 --- a/srsue/src/mac/proc_ra.cc +++ b/srsue/src/mac/proc_ra.cc @@ -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();