mirror of https://github.com/pvnis/srsRAN_4G.git
Fix a data race during enb initialization.
The stack unique pointer in the enb class is written while the phy workers are calling enb::tti_clock() where it is read. Avoid the read access until the whole class has been properly initialized.master
parent
611255aa5f
commit
feec3c5905
Loading…
Reference in New Issue