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 usingjmayer1-2/+1
2011-09-14Show total ACKs/UE in UE table.martinm1-4/+14
2011-08-25Trivial formatting differences (removed tabs, added newline between functions).martinm1-1/+2
2011-08-20Add more register_dfilter_stat driven menus to MAIN_MENU_USE_UIMANAGERetxrab1-1/+6
2011-07-21Fix almost all accesses to ->windowjmayer1-1/+3
2011-07-19Reenable the commented out code. I was able to reproducably breakjmayer1-2/+1
2011-07-19There are some undefined symbols in the code: comment outjmayer1-2/+2
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) mes...martinm1-1/+2
2011-07-13Fix more tooltips fixes.etxrab1-17/+16
2011-06-08The passed-in filter string can no longer be NULL, so use strlen instead of t...martinm1-3/+3
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreguy1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxguy1-2/+8
2011-02-03Disable error substring controls when show errors checkbox is disabled.martinm1-2/+16
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.martinm1-1/+1
2010-12-28Add a tooltip.martinm1-1/+2
2010-11-29Allow DCT error strings containing given subsets to be filtered upon.martinm1-3/+28
2010-11-12Fix a column typo, and give them different menu accelerator keys.martinm1-1/+1
2010-10-09Fix menu entries.stig1-1/+1
2010-09-06Change bandwidth labels, and update stop time even on first frame.martinm1-18/+16
2010-09-03Try to cast away windows buildbot problems.martinm1-2/+2
2010-09-03Add bandwidth figures to RLC stats (per-UE and per-channel).martinm1-29/+117
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-2/+1
2010-06-25Improve UM analysis - make it more like AM.martinm1-0/+3
2010-05-26Add some tooltips.martinm1-2/+19
2010-05-25Add a filter for DCT2000 error strings, and allow it be included in generated...martinm1-0/+24
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-1/+4
2010-02-28Added svn:ignore targets.stig1-9/+31
2010-02-27Constify.guy1-0/+3
2010-02-21Include dialag filter in generated channel filters.martinm1-2/+5
2010-02-21Allow multiple instances to be created, with filters.martinm1-168/+201
2010-02-16Pack widgets into boxes better to make window stretch properly.martinm1-24/+23
2010-02-15Enable/disable filtering controls depending on channel selection.martinm1-7/+32
2010-02-14Try to restore ue/channel selections during/after retapping.martinm1-5/+54
2010-02-04Add commo-channel stats.martinm1-11/+81
2010-02-01Completely gnore common channel PDUs for now (instead of crashing or adding b...martinm1-1/+8
2010-01-29Add a check-box to allow filtering of only status PDUs (AM only)martinm1-13/+41
2010-01-25Add a field to allow easy filtering of one SN of interest.martinm1-21/+94
2010-01-22Show NACKs in the UE tablemartinm1-11/+21
2010-01-22Fix some counters.martinm1-4/+8
2010-01-22Fix some labels, and maintain overall frame countmartinm1-3/+9
2010-01-22Add a simple help page for LTE RLC stats.martinm1-2/+1
2010-01-20Fix a test, and make some more functions static.martinm1-4/+4
2010-01-20Add initial version of LTE RLC stats dialog.martinm1-0/+1045