ue,mac,nr: fix another race in MAC

master
Andre Puschmann 3 years ago
parent b157490cb3
commit b2e0481849

@ -154,7 +154,7 @@ private:
std::atomic<bool> started = {false};
// Boolean to determine if need to decode SI-RNTI
bool search_bcch = false;
std::atomic<bool> search_bcch = {false};
ue_rnti rntis; // thread-safe helper to store RNTIs, contention ID, etc
bool contention_res_successful;

Loading…
Cancel
Save