aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oran.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02ORAN FH-CUS: Getting ready to add modulation compressionMartin Mathieson1-11/+53
2022-01-18ORAN FH-CUS: Show I/Q values in U-Plane PRBs.Martin Mathieson1-4/+31
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-12-14O-RAN FH CUS: add some comments around u-plane dissectionMartin Mathieson1-2/+9
2021-12-08Fix some file permissionsJoão Valverde1-0/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-10-23ORAN FH CUS: Avoid infinite loop on section extensionMartin Mathieson1-0/+2
2021-09-20ORAN FH CUS: Add expert info check for extlen 0Martin Mathieson1-15/+28
2021-09-14ORAN FH CUS: check dissected extension length against extlenMartin Mathieson1-9/+20
2021-09-10ORAN FH CUS: add section ext10Martin Mathieson1-2/+101
2021-09-06oran: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-5/+5
2021-09-03ORAN FH CUS: Fix section 6 summaryMartin Mathieson1-1/+6
2021-09-02ORAN FH CUS: avoid undefined shift in block fp decompressMartin Mathieson1-2/+2
2021-09-02ORAN FH CUS: Add C SectionType=6Martin Mathieson1-182/+304
2021-08-23ORAN: Fix width of TRX weight pair in ext11.Martin Mathieson1-1/+2
2021-08-23ORAN FH CUS: Fix inclusion of C section 5 fieldsMartin Mathieson1-1/+2
2021-08-22ORAN FH CUS: Fix dissection of UEId field.Martin Mathieson1-3/+6
2021-08-22ORAN: Decompress block floating point numbers (used in ext11).Martin Mathieson1-15/+53
2021-08-20ORAN FH CUS: For Ext12, create subtree for value pairsMartin Mathieson1-15/+40
2021-08-20ORAN : add extension type 12Alvin1-2/+48
2021-08-08ORAN FH CUS: Fix ext11 with disableBFs for orphaned PRBsMartin Mathieson1-4/+28
2021-08-06ORAN FH CUS: Fix a couple of issuesMartin Mathieson1-3/+10
2021-08-01ORAN: take care not to divide by numBundPrb when 0.Martin Mathieson1-4/+15
2021-07-28ORAN FS CUS: Add section ext 11Martin Mathieson1-28/+137
2021-07-21Add some comments and long text to eCPRI dissector.Martin Mathieson1-1/+2
2021-07-15ORAN FH CUS: Fix C-Section dissection.Martin Mathieson1-64/+92
2021-07-07ORAN FH CUS: Fix some field widthsMartin Mathieson1-49/+70
2021-07-06ORAN FS CUS: Factor out a couple of common functionsMartin Mathieson1-63/+84
2021-07-02ORAN FH CUS: Fix/update existing supported section extensionsMartin Mathieson1-63/+113
2021-07-01ORAN FH CUS: Special meaning of numPrbuMartin Mathieson1-2/+14
2021-06-30ORAN FrontHaul CUS: Beginnings of section ext 11Martin Mathieson1-8/+133
2021-05-22oran: clean up write_pdu_label_and_info().Guy Harris1-2/+5
2021-03-09Expert info: check group and severityMartin Mathieson1-1/+1
2021-03-02ORAN: Fix a param name, and some section refsMartin Mathieson1-16/+16
2021-02-07pdu-transport: Fix Dead store Found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-02-04Oran: Advance offset for section extensionsMartin Mathieson1-3/+9
2021-02-04Oran: Add section extType=6Martin Mathieson1-0/+69
2021-02-03Make more functions and vars static.Martin Mathieson1-1/+1
2020-12-16ORAN: check valid sample bit width from prefsMartin Mathieson1-1/+11
2020-12-13ORAN: trivial comments and formatting changesMartin Mathieson1-82/+147
2020-12-13ORAN: Skip BF Weights if don't do comp methodMartin Mathieson1-4/+17
2020-12-13ORAN: Fix possible divide by zero errorsMartin Mathieson1-16/+55
2020-12-11O-RAN fronthaul UC-plane dissectorMartin Mathieson1-0/+1707