aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Change the way the count of subheaders is displayed in the header.Martin Mathieson1-1/+2
2012-03-08Include direction in some malformed expert info strings.Martin Mathieson1-4/+7
2012-01-26Oh dear, had that test the wrong way around...Martin Mathieson1-2/+2
2012-01-26When telling RLC whether a frame is a retx, use direct setting if setMartin Mathieson1-6/+37
2012-01-22Check for DL HARQ retx before calling RLC dissector to avoid sequenceMartin Mathieson1-11/+7
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asMartin Mathieson1-47/+65
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-12-27Display the meaning of the special values of the Stop MTCH field.Martin Mathieson1-3/+11
2011-12-22Support for MCH PDUs (introduced in R9 for MBMS).Martin Mathieson1-8/+534
2011-11-28Allow configuration protocol to configure UL priority for channels in mapping.Martin Mathieson1-9/+43
2011-11-25Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).Martin Mathieson1-1/+18
2011-11-21Add the system frame number (SFN) to the context fields logged along with LTE...Martin Mathieson1-4/+10
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-08-05Show in info line if predefined contents lines are truncated.Martin Mathieson1-2/+5
2011-08-03Fix the SR state report for when get SR following SR with no grant or failure...Martin Mathieson1-1/+1
2011-07-28Make links forward from DL tx to retx frames.Martin Mathieson1-16/+59
2011-07-25Fix bug 6160.Martin Mathieson1-2/+2
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...Martin Mathieson1-2/+2
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.Martin Mathieson1-17/+65
2011-06-06Warn if there are > 2 padding subheaders at the beginning of a frame.Martin Mathieson1-4/+13
2011-05-23Detect when padding non-final padding comes after other control subheaders.Martin Mathieson1-0/+17
2011-05-19Set subheader root length to 1, so if contentsinvalid will already be correct...Martin Mathieson1-3/+9
2011-05-11Support multiple Scheduling Requests in one PDU.Martin Mathieson1-31/+74
2011-04-20Properly (re)initialise structs used for keeping track of UEs/TTI.Martin Mathieson1-2/+7
2011-04-17Retire a preference that can be always on now.Martin Mathieson1-9/+2
2011-04-17Add a way for configuration protocol (e.g. RRC) to configure MAC-> RLC mappin...Martin Mathieson1-41/+153
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).Martin Mathieson1-7/+14
2011-04-15Keep track of how many UL/DL UEs in a TTI, and attach this info to each UL-SC...Martin Mathieson1-4/+92
2011-04-11- for UL/DL HARQ, show number of ms since previous txMartin Mathieson1-4/+66
2011-03-22There can be up to 15 DL HARQ processes (depending upon TDD config index).Martin Mathieson1-3/+3
2011-03-06Improve expert info output when detect Scheduling Request 'state machine' pro...Martin Mathieson1-9/+11
2011-03-02Allow linking back to previous UL tx 32 ms ago.Martin Mathieson1-3/+3
2011-03-02Don't overwrite isPhyRetx field for UL frames with DL check.Martin Mathieson1-1/+3
2011-03-01After SR failure, allow for another attempt in SR state machine (presumably w...Martin Mathieson1-4/+6
2011-02-28Make UL retx use warning, rather than error, expert level.Martin Mathieson1-1/+1
2011-02-21Previous UL frame may be 8 OR 16 subframes ago.Martin Mathieson1-2/+4
2011-02-11Show subheaders summary in subheader root item.Martin Mathieson1-0/+13
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-2/+1
2011-02-02Add and use accessors to get/set per-packet data for LTE MAC.Martin Mathieson1-0/+13
2011-01-27Improve/rework the way we look for the original frame when there is a DL. ret...Martin Mathieson1-68/+39
2011-01-17- Use correct data pointer during a comparison.Martin Mathieson1-7/+13
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-15/+7
2011-01-14When looking for previous frame for UL/DL retx, use harq-id + ndi bit.Martin Mathieson1-58/+68
2011-01-14Rather than repairing out-of-range subframe numbers, make sure error gets rep...Martin Mathieson1-2/+14