aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-05Fix some expert filter field names (one of which was illegal)Michael Mann1-15/+15
2013-09-05Batch of filterable expert info.Michael Mann1-127/+146
2013-09-04Another small step towards modelling and reporting upon DRX state inMartin Mathieson1-27/+70
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-19/+20
2013-08-30The first step towards tracking and showing DRX info in MAC:Martin Mathieson1-3/+284
2013-08-12Check presence of PagingRecordList before trying to fetch the number of Pagin...Pascal Quantin1-1/+2
2013-08-08Improve stats of broadcast messagesMartin Mathieson1-2/+5
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin1-1/+2
2013-07-03Fix a null pointer dereference in downlink directionPascal Quantin1-1/+5
2013-06-18Add an option (switched off) to decode the Contention Resolution body asMartin Mathieson1-1/+16
2013-06-18Configure MAC LCID -> RLC channel settings from RRC.Martin Mathieson1-30/+50
2013-06-17Apply r49983 to other dissectorsPascal Quantin1-1/+1
2013-06-16Clarify interface/test for DL HARQ id, and remove a trailing comma fromMartin Mathieson1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-8/+8
2013-04-25Flag as malformed expert info if we see padding subheaders at start andMartin Mathieson1-0/+8
2013-04-15Add a context field for the carrierId.Martin Mathieson1-0/+22
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-12From beroset:Anders Broman1-2/+2
2013-03-08From beroset:Anders Broman1-42/+42
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-3/+3
2013-02-16Make the number of RAPIDs in an RAR PDU a generated field.Martin Mathieson1-2/+12
2012-12-17Fix a copy and paste error.Martin Mathieson1-1/+1
2012-12-16Check that system frame number is in range.Martin Mathieson1-3/+9
2012-12-11Dissect eMBMS MTCH LCIDsPascal Quantin1-0/+13
2012-11-29Add versions of a function that doesn't need do substitute specifiers.Martin Mathieson1-8/+28
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-11-10Add another DL error code.Martin Mathieson1-0/+1