Changed order of stop in srsENB to avoid PHY errors at exit

master
Ismael Gomez 7 years ago
parent 38019dd77c
commit 7be56a85ea

@ -228,8 +228,8 @@ void enb::stop()
{
if(started)
{
mac.stop();
phy.stop();
mac.stop();
usleep(1e5);
rlc.stop();

Loading…
Cancel
Save