Skip to content

Commit da721ef

Browse files
frankistcodebot
authored andcommitted
gnb: close the gtpu pcap writer before the workers get shut down
1 parent 2296e37 commit da721ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/gnb/gnb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ int main(int argc, char** argv)
571571

572572
gnb_logger.info("Closing PCAP files...");
573573
ngap_p->close();
574+
gtpu_p->close();
574575
e1ap_p->close();
575576
f1ap_p->close();
576577
e2ap_p->close();

0 commit comments

Comments
 (0)