From af19fc795a40a5ef01e1457ec043081c2395422a Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Tue, 5 Oct 2021 11:52:40 +0100 Subject: Add NGAP Stats. --- ui/qt/main_window_slots.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/qt/main_window_slots.cpp') diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp index b2b15c912a..7322670e9f 100644 --- a/ui/qt/main_window_slots.cpp +++ b/ui/qt/main_window_slots.cpp @@ -3602,6 +3602,11 @@ void MainWindow::on_actionTelephonyF1APMessages_triggered() openStatisticsTreeDialog("f1ap"); } +void MainWindow::on_actionTelephonyNGAPMessages_triggered() +{ + openStatisticsTreeDialog("ngap"); +} + void MainWindow::on_actionTelephonySipFlows_triggered() { openTelephonyVoipCallsDialogSip(); -- cgit v1.2.3