aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-28From non-customers via bug 5530: Fix a buffer overflow in the MAC LTEGerald Combs1-2/+3
2010-12-26Only a new transmission grant should end a Scheduling Request.Martin Mathieson1-3/+6
2010-12-05Add more PHY attributes to MAC frames.Martin Mathieson1-5/+42
2010-11-13From Pascal Quantin:Martin Mathieson1-1/+27
2010-11-12Check given RNTI value is consistent with given RNTI-type.Martin Mathieson1-0/+32
2010-11-05Show some reserved bits as hex, not decimal.Martin Mathieson1-1/+1
2010-11-02Add 'ndi' and 'harq-id' as new MAC-PHY DL attributes.Martin Mathieson1-2/+29
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-20In heuristic dissector, don't check/allocate struct until/unless signature pa...Martin Mathieson1-15/+16
2010-10-18Don't clear info column when showing MAC or RLC-level info.Martin Mathieson1-2/+7
2010-10-15Improve info column when showing PHY info for MAC frames.Martin Mathieson1-2/+9
2010-10-07Add more CRC failure codes.Martin Mathieson1-8/+18
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-8/+8
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-0/+2
2010-08-12From Pascal Quantin:Martin Mathieson1-5/+12
2010-07-20Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which createdJörg Mayer1-17/+15