aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mac_lte_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1346/+0
2012-01-05Show % UL padding as a progress bar.Martin Mathieson1-3/+13
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-2/+1
2011-08-31Add another DL CRC error - Duplicate NonZero RV.Martin Mathieson1-2/+10
2011-08-25Trivial formatting differences (removed tabs, added newline between functions).Martin Mathieson1-1/+1
2011-08-20Make register_dfilter_stat work for MAIN_MENU_USE_UIMANAGERAnders Broman1-0/+6
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-1/+3
2011-07-13Fix more tooltips fixes.Anders Broman1-14/+10
2011-06-08The passed-in filter string can no longer be NULL, so use strlen instead of t...Martin Mathieson1-3/+3
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-2/+8
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).Martin Mathieson1-0/+50
2011-02-03Disable error substring controls when show errors checkbox is disabled.Martin Mathieson1-2/+16
2011-01-22Add buttons to allow filtering only UL or DL on selected UE.Martin Mathieson1-47/+144
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson1-1/+1
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats suppor...Martin Mathieson1-1/+26
2010-11-12Fix a column typo, and give them different menu accelerator keys.Martin Mathieson1-1/+1
2010-10-19Fix problem with creating filter expressions (where stats window is limited b...Martin Mathieson1-5/+11
2010-10-09Fix menu entries.Stig Bjørlykke1-1/+1
2010-10-07Add more CRC failure codes.Martin Mathieson1-20/+39
2010-09-06Change bandwidth labels, and update stop time even on first frame.Martin Mathieson1-10/+8
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-23/+68
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-07-20Add new UEs to the end of the list.Martin Mathieson1-3/+7
2010-07-05Add a checkbox to allow DCT errors to be included in generated display filter.Martin Mathieson1-1/+22
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson1-2/+2
2010-05-26Add a tooltip.Martin Mathieson1-0/+4
2010-02-21- include given filter in generated filter expressions.Martin Mathieson1-22/+54
2010-02-21Allow multiple instances of LTE MAC statistics windows, each with own filter.Martin Mathieson1-162/+189
2010-02-20Include detected DL retx in stats.Martin Mathieson1-13/+112
2010-02-04Add UEId to MAC tap struct and stats window.Martin Mathieson1-3/+7
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).Martin Mathieson1-4/+16
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson1-2/+8
2009-08-20Trivial formatting changesMartin Mathieson1-20/+17
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-06-04Show total number of frames, UEs in stats window title.Martin Mathieson1-2/+14
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example c...Martin Mathieson1-5/+3
2009-05-24Found some problems when testing with live captures:.Martin Mathieson1-67/+61
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-0/+11
2009-04-17Show RARs. For now show frame count in common channel section, although it m...Martin Mathieson1-7/+11
2009-03-25Show number of UEs in label above table.Martin Mathieson1-5/+12
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-5/+5
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-8/+26
2009-03-18Use retx info in stats window.Martin Mathieson1-5/+32
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-3/+3
2009-02-27Fix counting of 'predefined' bytes.Martin Mathieson1-18/+41
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-13/+13
2009-02-26Removed some spaces in BCH Bytes and PCH Bytes.Stig Bjørlykke1-2/+2
2009-02-26More layout improvements (thanks Stig).Martin Mathieson1-25/+27