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