From 7e091b8e6057f583ef6337777b1fbdc90d9325db Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Fri, 23 Feb 2018 10:12:44 +0100 Subject: [PATCH] Fix Underflow when PHY Reset --- srsue/src/phy/phy.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/srsue/src/phy/phy.cc b/srsue/src/phy/phy.cc index 4417beb86..cf8ae33f8 100644 --- a/srsue/src/phy/phy.cc +++ b/srsue/src/phy/phy.cc @@ -366,7 +366,6 @@ void phy::reset() workers[i].reset(); } workers_common.reset(); - usleep(4000); workers_common.reset_ul(); }