Module parser

Module parser 

Source
Expand description

Parser for file interface

Modules§

hex_extractor
Hex dump extraction utilities
parser_basic
Basic parser for simple layers (PHY, RLC, MAC, PDCP, SDAP, etc.)
parser_gtpu
Parser for GTPU traces
parser_nas
Parser for NAS traces
parser_ngap
Parser for NGAP traces
parser_phy
PHY layer parser for PDSCH/PUSCH traces
parser_rrc
Parser for RRC traces

Structs§

ParsingError
Parsing error

Traits§

FileParser
Trait for file parser

Functions§

eof_error
Build a eof_error
parse_timestamp
Parse timestamp from the first line of a trace Expected format: “HH:MM:SS.mmm [LAYER] …”
parsing_error_to_tramex_error
Convert a parsing error to a tramex error
time_to_milliseconds
Convert a time to milliseconds.