|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds all state required to render an RLC sequence-number graph for one channel. More...
#include <tap-rlc-graph.h>
Public Attributes | |
| struct rlc_segment * | segments |
| struct rlc_segment * | last_segment |
| bool | channelSet |
| uint8_t | rat |
| uint16_t | ueid |
| uint16_t | channelType |
| uint16_t | channelId |
| uint8_t | rlcMode |
| uint8_t | direction |
Holds all state required to render an RLC sequence-number graph for one channel.
| uint16_t rlc_graph::channelId |
Logical channel ID of the graphed channel.
| bool rlc_graph::channelSet |
True if the channel identity fields below have been populated.
| uint16_t rlc_graph::channelType |
Logical channel type of the graphed channel.
| uint8_t rlc_graph::direction |
Direction (uplink or downlink) of the graphed channel.
| struct rlc_segment* rlc_graph::last_segment |
Tail of the linked list, used for O(1) appends.
| uint8_t rlc_graph::rat |
Radio Access Technology of the graphed channel.
| uint8_t rlc_graph::rlcMode |
RLC mode of the graphed channel.
| struct rlc_segment* rlc_graph::segments |
Head of the linked list of segments to be plotted.
| uint16_t rlc_graph::ueid |
UE identifier of the graphed channel.