aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rlc_lte_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-2/+1
2011-09-14Show total ACKs/UE in UE table.Martin Mathieson1-4/+14
2011-08-25Trivial formatting differences (removed tabs, added newline between functions).Martin Mathieson1-1/+2
2011-08-20Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGERAnders Broman1-1/+6
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-1/+3
2011-07-19Reenable the commented out code. I was able to reproducably breakJörg Mayer1-2/+1
2011-07-19There are some undefined symbols in the code: comment outJörg Mayer1-2/+2
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) mes...Martin Mathieson1-1/+2
2011-07-13Fix more tooltips fixes.Anders Broman1-17/+16
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-02-03Disable error substring controls when show errors checkbox is disabled.Martin Mathieson1-2/+16
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson1-1/+1
2010-12-28Add a tooltip.Martin Mathieson1-1/+2
2010-11-29Allow DCT error strings containing given subsets to be filtered upon.Martin Mathieson1-3/+28
2010-11-12Fix a column typo, and give them different menu accelerator keys.Martin Mathieson1-1/+1
2010-10-09Fix menu entries.Stig Bjørlykke1-1/+1
2010-09-06Change bandwidth labels, and update stop time even on first frame.Martin Mathieson1-18/+16
2010-09-03Try to cast away windows buildbot problems.Martin Mathieson1-2/+2
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).Martin Mathieson1-29/+117
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-06-25Improve UM analysis - make it more like AM.Martin Mathieson1-0/+3
2010-05-26Add some tooltips.Martin Mathieson1-2/+19
2010-05-25Add a filter for DCT2000 error strings, and allow it be included in generated...Martin Mathieson1-0/+24
2010-03-01Use RLC inside MAC frames by default.Martin Mathieson1-1/+4
2010-02-28Add 'missing SDUs' to tap info / RLC stats window.Martin Mathieson1-8/+29
2010-02-28When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in MAC...Martin Mathieson1-1/+2
2010-02-25When filtering on MAC PDUs, filter only on MAC PDUs.Martin Mathieson1-0/+3
2010-02-21Include dialag filter in generated channel filters.Martin Mathieson1-2/+5
2010-02-21Allow multiple instances to be created, with filters.Martin Mathieson1-168/+201
2010-02-16Pack widgets into boxes better to make window stretch properly.Martin Mathieson1-24/+23
2010-02-15Enable/disable filtering controls depending on channel selection.Martin Mathieson1-7/+32
2010-02-14Try to restore ue/channel selections during/after retapping.Martin Mathieson1-5/+54
2010-02-04Add commo-channel stats.Martin Mathieson1-11/+81
2010-02-01Completely gnore common channel PDUs for now (instead of crashing or adding b...Martin Mathieson1-1/+8
2010-01-29Add a check-box to allow filtering of only status PDUs (AM only)Martin Mathieson1-13/+41
2010-01-25Add a field to allow easy filtering of one SN of interest.Martin Mathieson1-21/+94
2010-01-22Show NACKs in the UE tableMartin Mathieson1-11/+21
2010-01-22Fix some counters.Martin Mathieson1-4/+8
2010-01-22Fix some labels, and maintain overall frame countMartin Mathieson1-3/+9
2010-01-22Add a simple help page for LTE RLC stats.Martin Mathieson1-2/+1
2010-01-20Fix a test, and make some more functions static.Martin Mathieson1-4/+4
2010-01-20Add initial version of LTE RLC stats dialog.Martin Mathieson1-0/+1045