aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+6
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asmartinm1-0/+4
2011-12-22Missed in last commit, define symbol for new RNTI type...martinm1-0/+1
2011-11-28Allow configuration protocol to configure UL priority for channels in mapping.martinm1-2/+3
2011-11-25Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).martinm1-0/+1
2011-11-21Add the system frame number (SFN) to the context fields logged along with LTE...martinm1-1/+2
2011-05-11Support multiple Scheduling Requests in one PDU.martinm1-0/+4
2011-04-17Add a way for configuration protocol (e.g. RRC) to configure MAC-> RLC mappin...martinm1-0/+6
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).martinm1-0/+1
2011-02-02Add and use accessors to get/set per-packet data for LTE MAC.martinm1-0/+6
2011-01-31Describe in more detail some of the fields that may be filled in for an LTE M...martinm1-6/+21
2011-01-14When looking for previous frame for UL/DL retx, use harq-id + ndi bit.martinm1-1/+1
2010-12-05Add more PHY attributes to MAC frames.martinm1-1/+5
2010-11-02Add 'ndi' and 'harq-id' as new MAC-PHY DL attributes.martinm1-0/+2
2010-10-07Add more CRC failure codes.martinm1-4/+11
2010-09-03Add bandwidth figures per UE.martinm1-0/+2
2010-07-05Change type back to 16-bit to fix buildbot.martinm1-3/+3
2010-07-05Show grant-subframe from context info.martinm1-1/+3
2010-07-05For DL HARQ retx, support knowing result or not.martinm1-5/+11
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-1/+24
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-0/+2
2010-02-20Include detected DL retx in stats.martinm1-1/+3
2010-02-04Add UEId to MAC tap struct and stats window.martinm1-0/+1
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).martinm1-0/+4
2009-10-26Add support for displaying/filtering some LTE MAC out-of-band events.martinm1-0/+11
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.martinm1-5/+6
2009-05-30Tidy up comments.martinm1-5/+5
2009-05-30Dual-license this header file.martinm1-0/+26
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example c...martinm1-0/+59
2009-05-13- add direction filter to PDCPmartinm1-1/+1
2009-04-21Also show number of RAR bodies/entries in stats.martinm1-0/+1
2009-03-24Only report CRC Status when we know it to be valid.martinm1-2/+4
2009-03-23Add CRC error flag to frames, and show in stats window.martinm1-0/+2
2009-03-16Add a ReTX count (resends being caused by HARQ NACKs).martinm1-1/+3
2009-02-25More updates to LTE MAC stats. Layout working better now.martinm1-0/+1
2009-02-19From Vincent Helfre:martinm1-0/+6
2009-02-12Add tapping interface to MAC LTE.martinm1-1/+23
2008-12-23Initial Checkin of LTE MAC (3GPP 36.321)martinm1-0/+41