aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-nr.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-17CMake: Move clang warningsJoão Valverde1-4/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2021-12-30MAC-NR: Add a bi-directional lcid field to filter on.Martin Mathieson1-1/+12
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-9/+9
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-04-30MAC-NR: workaround a gcc 9.3.0 for AMR64 false positive.Thomas Dreibholz1-1/+1
2021-01-03PDCP-NR: Set 'cipheringDisabled' from RRCMartin Mathieson1-1/+1
2020-09-24MAC-NR:for drb the lcid range is 4-32,lcid=3 corresponding srb3Xu1-2/+1
2020-06-20MAC-NR: get rid of an unnecessary level of indirection.Guy Harris1-11/+11
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-21/+21
2019-08-17MAC-NR: replace the SFN/SF timestamp by SFN/SlotPascal Quantin1-9/+41
2019-08-01MAC-NR: SRS Act-Deact CE dissection improvements.Martin Mathieson1-7/+46
2019-08-01MAC-NR: Call RLC dissector for SRB LCIDs using defaults.Martin Mathieson1-2/+18
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-01MAC NR: upgrade dissector to v15.6.0Pascal Quantin1-16/+16
2019-05-09MAC-NR: Fix a couple of issues with configuring RLC bearers from RRC.Martin Mathieson1-1/+2
2019-04-29NR: Configure LCID -> RLC Bearer config from RRCMartin Mathieson1-42/+216
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-13/+13
2019-01-29MAC NR: add dissection of NR PHR and PCMAX,f,c fieldsPascal Quantin1-22/+74
2018-10-23MAC NR: put conditions on HarqId and PUCCH report type displayPascal Quantin1-8/+12
2018-10-23MAC NR: fix (for real) mac-nr.harqid field definitionPascal Quantin1-3/+3
2018-10-22MAC NR: fix mac-nr.harqid field definitionPascal Quantin1-1/+1
2018-10-22MAC-NR: Add harq-id to the struct and contextMartin Mathieson1-0/+16
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris1-2/+2
2018-10-15MAC NR: align Multiple Entry PHR MAC CE decoding with v15.3.0Pascal Quantin1-38/+11
2018-10-12MAC NR: fix dissection of Long Truncated BSR CEPascal Quantin1-20/+61
2018-10-10MAC NR: call NR RRC dissector for broadcast and common channelsPascal Quantin1-15/+77
2018-10-10MAC NR: upgrade dissector to v15.3.0Pascal Quantin1-32/+17
2018-10-03MAC-NR: Update to current RAR PDU formatMartin Mathieson1-10/+10
2018-09-27MAC-NR: Fix up some small issues while viewing SDUs, some of which are dissec...Martin Mathieson1-2/+19
2018-08-28NR MAC: Use static config of DRB channel settings across all UEs.Martin Mathieson1-1/+304
2018-08-09MAC-NR: Fix length tracking of SRS ACT/DEACT CEMartin Mathieson1-1/+1
2018-06-20MAC NR: upgrade dissector to v15.2.0Pascal Quantin1-41/+650
2018-06-15MAC NR: fix dissection of single byte padding CEPascal Quantin1-11/+18
2018-05-13mac-nr: check that control elements happen in the appropriate placeMartin Mathieson1-4/+31
2018-05-06mac-nr: Break down the RAR UL GrantMartin Mathieson1-3/+76
2018-05-03mac-nr: 15.1.0 changes to RAR PDUMartin Mathieson1-6/+19
2018-04-13MAC NR: add an expert info for unknown UDP framing tagsPascal Quantin1-1/+14
2018-04-04MAC-NR: upgrade dissector to v15.1.0Pascal Quantin1-309/+1080
2018-03-22mac-nr: Minor changesMartin Mathieson1-2/+28
2018-03-22mac-nr: fix some wrongly named field namesMartin Mathieson1-42/+42
2018-03-22nr-mac: Add Multiple Entry PHR CE to nr-macMartin Mathieson1-6/+301
2018-03-19MAC-NR: unify BSR filtersPascal Quantin1-173/+399
2018-03-17MAC-NR: add BCCH BCH decodingPascal Quantin1-5/+100
2018-03-17MAC-NR: minor display adjustmentsPascal Quantin1-9/+9
2018-03-165G/NR MAC dissector. Incomplete and only partly tested.Martin Mathieson1-0/+1748