aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-25MAC LTE: fix dissection of Extended Power Headroom control elementPascal Quantin1-19/+36
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-2/+4
2014-05-08MAC LTE: add a comment explaining why g_hash_table_lookup_extended is usedPascal Quantin1-0/+2
2014-05-08MAC LTE: fix copy/paste errorPascal Quantin1-1/+1
2014-05-08MAC LTE: get extended BSR sizes configuration from RRCPascal Quantin1-9/+111
2014-05-05MAC/RLC/PDCP LTE: replace obsolete APIsPascal Quantin1-19/+19
2014-05-04MAC LTE: fix compilation errorPascal Quantin1-4/+10
2014-05-03Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seenMartin Mathieson1-5/+62
2014-04-28Update SR and DRX tracking when see UL CRC error'd frame, and add anMartin Mathieson1-17/+161
2014-03-12MAC LTE: fix a typo in Buffer Size value_stringMartin Mathieson1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-17/+17
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier1-2/+6
2013-12-22From Fabrice Bellard:Pascal Quantin1-26/+83
2013-12-19Add out-of-band send_preamble event to UDP framing protocolPascal Quantin1-0/+7
2013-12-19Add System Frame Number to UDP framing protocol and display it in info columnPascal Quantin1-6/+11
2013-12-14Fix const warnings.Jakub Zawadzki1-3/+6
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-12-12Trivial: Tab -> spaces.Chris Maynard1-2/+2
2013-12-12Remove some TODOs that have now been addressedMartin Mathieson1-3/+0
2013-12-11Remove an unused variableMartin Mathieson1-2/+0
2013-12-11Convert to new-style dissector, change crcStatusValid to a gboolean, and rewo...Martin Mathieson1-109/+139
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-8/+8
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson1-21/+21
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-22Handle long gaps between PDUs by resetting timers, and show short-cycle-timer...Martin Mathieson1-7/+26
2013-10-22Show state of other DRX timers, and update some comments.Martin Mathieson1-7/+41
2013-10-21Improve the way DRX before and after state is shown.Martin Mathieson1-42/+82
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier1-4/+16
2013-10-13DRX: start to show state prior to and after current PDU.Martin Mathieson1-71/+96
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-20/+20
2013-10-09Don't update DRX state when preference is turned offMartin Mathieson1-77/+90
2013-10-08Separate state struct into separate config and running_state structs. Also, ...Martin Mathieson1-55/+63
2013-10-07Starting to debug DRX supportMartin Mathieson1-38/+45
2013-10-04More DRX changesMartin Mathieson1-27/+99
2013-10-03Try to please Linux and OSX buildbotsPascal Quantin1-0/+1
2013-10-03More DRX changes - getting closer (still mostly untested)Martin Mathieson1-81/+159
2013-10-02Remove C++ commentsPascal Quantin1-3/+3
2013-10-02More progress on DRX checkingMartin Mathieson1-67/+134
2013-10-01Call mac_lte_drx_control_element_received and make it static againMartin Mathieson1-5/+5
2013-09-30Deep copy needed (clang warning flagged by Alexis!)Martin Mathieson1-2/+2
2013-09-27And also where it is declared. Doesn't VSC++ warn about anything?Martin Mathieson1-1/+2
2013-09-27Temporarily make an uncalled function non-static, until it gets calledMartin Mathieson1-2/+2
2013-09-27Remove unused parameterMartin Mathieson1-2/+2
2013-09-27Another step towards DRX support in LTE MACMartin Mathieson1-67/+147
2013-09-23Another step towards tracking UE DRX stateMartin Mathieson1-5/+67
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-45/+45
2013-09-05Move where timing reference for DRX timers will be setMartin Mathieson1-27/+29