Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
rlc_graph Struct Reference

Holds all state required to render an RLC sequence-number graph for one channel. More...

#include <tap-rlc-graph.h>

Public Attributes

struct rlc_segmentsegments
struct rlc_segmentlast_segment
bool channelSet
uint8_t rat
uint16_t ueid
uint16_t channelType
uint16_t channelId
uint8_t rlcMode
uint8_t direction

Detailed Description

Holds all state required to render an RLC sequence-number graph for one channel.

Member Data Documentation

◆ channelId

uint16_t rlc_graph::channelId

Logical channel ID of the graphed channel.

◆ channelSet

bool rlc_graph::channelSet

True if the channel identity fields below have been populated.

◆ channelType

uint16_t rlc_graph::channelType

Logical channel type of the graphed channel.

◆ direction

uint8_t rlc_graph::direction

Direction (uplink or downlink) of the graphed channel.

◆ last_segment

struct rlc_segment* rlc_graph::last_segment

Tail of the linked list, used for O(1) appends.

◆ rat

uint8_t rlc_graph::rat

Radio Access Technology of the graphed channel.

◆ rlcMode

uint8_t rlc_graph::rlcMode

RLC mode of the graphed channel.

◆ segments

struct rlc_segment* rlc_graph::segments

Head of the linked list of segments to be plotted.

◆ ueid

uint16_t rlc_graph::ueid

UE identifier of the graphed channel.


The documentation for this struct was generated from the following file: