10 #ifndef __LTE_MAC_STATISTICS_DIALOG_H__ 11 #define __LTE_MAC_STATISTICS_DIALOG_H__ 13 #include "tap_parameter_dialog.h" 27 guint32 pch_paging_ids;
31 guint16 max_ul_ues_in_tti;
32 guint16 max_dl_ues_in_tti;
48 QLabel *commonStatsLabel_;
49 QCheckBox *showSRFilterCheckBox_;
50 QCheckBox *showRACHFilterCheckBox_;
51 QString displayFilter_;
54 static void tapReset(
void *ws_dlg_ptr);
55 static gboolean tapPacket(
void *ws_dlg_ptr,
struct _packet_info *,
struct epan_dissect *,
const void *mac_lte_tap_info_ptr);
56 static void tapDraw(
void *ws_dlg_ptr);
58 virtual const QString filterExpression();
62 bool commonStatsCurrent_;
64 void drawCommonStats();
65 void clearCommonStats();
67 unsigned getFrameCount();
69 QList<QVariant> treeItemData(QTreeWidgetItem *item)
const;
72 virtual void fillTree();
73 void updateHeaderLabels();
74 void captureFileClosing();
75 void filterUpdated(QString filter);
78 #endif // __LTE_MAC_STATISTICS_DIALOG_H__ Definition: packet-mac-lte.h:185
Definition: packet_info.h:44
Definition: tap-macltestat.c:97
Definition: tap_parameter_dialog.h:44
Definition: lte_mac_statistics_dialog.h:36
Definition: epan_dissect.h:28
Definition: capture_file.h:22