aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-10-05 11:52:40 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2021-10-06 09:26:42 +0000
commitaf19fc795a40a5ef01e1457ec043081c2395422a (patch)
treec2a7202f72232934dceac0ed13a68d3a076edbf2 /ui/qt/main_window_slots.cpp
parentb240d5baa062a475ff0943b91205eb2aee2a0471 (diff)
Add NGAP Stats.
Diffstat (limited to 'ui/qt/main_window_slots.cpp')
-rw-r--r--ui/qt/main_window_slots.cpp5
1 files changed, 5 insertions, 0 deletions
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();