e2ap: fix tsan issue, stop e2_agent thread

master
Piotr Gawlowicz 2 years ago committed by Justin Tallon
parent 3d9e0cb840
commit 2a2d6ca6b2

@ -151,6 +151,10 @@ void enb::stop()
{ {
if (started) { if (started) {
// tear down in reverse order // tear down in reverse order
if (_e2_agent) {
_e2_agent->stop();
}
if (phy) { if (phy) {
phy->stop(); phy->stop();
} }

Loading…
Cancel
Save