aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15Timing advance command is 6 bits.Martin Mathieson1-1/+2
2009-05-14Backoff Indicator must now (March 09) be the first subheader in an RAR PDU.Martin Mathieson1-0/+9
2009-05-13- add direction filter to PDCPMartin Mathieson1-1/+0
2009-05-06Hide a couple of generated fields when they have uninteresting values.Martin Mathieson1-3/+11
2009-05-01Add a generated field showing how many bytes were padding at the end of a DL/...Martin Mathieson1-8/+33
2009-05-01- Don't show raw decode when doing RRC decode of payloads.Martin Mathieson1-22/+35
2009-04-30Another check/expert error for RARs.Martin Mathieson1-2/+8
2009-04-27Allow RAR UL Request field to be broken down (as in 36.213).Martin Mathieson1-3/+93
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-5/+8
2009-04-20Add a preference for allowing transparent RRC data (BCH, PCH, CCCH) to be dec...Martin Mathieson1-21/+83
2009-04-17For RAR PDUs, show RA-RNTI and subframe number in info column.Martin Mathieson1-4/+5
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-10/+13
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-2/+28
2009-03-18Allow a lot more than 32 subheaders.Martin Mathieson1-3/+3
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).Martin Mathieson1-3/+33
2009-03-11Be careful not to show not-relevant context info.Martin Mathieson1-3/+6
2009-02-25More updates to LTE MAC stats. Layout working better now.Martin Mathieson1-0/+1
2009-02-25Add a preference to control checking of reserved bits.Martin Mathieson1-4/+13
2009-02-21Fix length field passed to tap when last in frame. Also check for > BSR.Martin Mathieson1-7/+24
2009-02-19From Vincent Helfre:Martin Mathieson1-4/+1
2009-02-18Make some display strings less verbose.Martin Mathieson1-21/+21
2009-02-12Add tapping interface to MAC LTE.Martin Mathieson1-10/+34
2009-02-11Add missing closing parentheses.Martin Mathieson1-2/+2
2009-01-21Also check for bytes remaining for padding at end of DL frame.Martin Mathieson1-1/+1
2009-01-21Be more careful about the length of the last SDU or padding in a PDU.Martin Mathieson1-3/+5
2009-01-09Show radio mode using correct value.Martin Mathieson1-1/+1
2009-01-08Add a preference to allow single RAR entries to be dissected.Martin Mathieson1-53/+85
2008-12-23Add a cast.Anders Broman1-1/+1
2008-12-23Initial Checkin of LTE MAC (3GPP 36.321)Martin Mathieson1-0/+1383