|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a single RLC PDU or control segment captured from the air interface. More...
#include <tap-rlc-graph.h>
Public Attributes | |
| uint32_t | frameNum |
| uint16_t | SN |
| uint8_t * | data |
| uint16_t | length |
| struct rlc_segment * | next |
| uint32_t | num |
| nstime_t | rel_ts |
| bool | isControlPDU |
| uint32_t | SN |
| uint16_t | isResegmented |
| uint32_t | ACKNo |
| uint16_t | noOfNACKs |
| uint32_t | NACKs [MAX_NACKs] |
| uint16_t | pduLength |
| uint8_t | rat |
| uint16_t | ueid |
| uint16_t | channelType |
| uint16_t | channelId |
| uint8_t | rlcMode |
| uint8_t | direction |
| uint16_t | sequenceNumberLength |
Represents a single RLC PDU or control segment captured from the air interface.
| uint32_t rlc_segment::ACKNo |
Acknowledgement sequence number carried in a STATUS PDU.
| uint16_t rlc_segment::channelId |
Logical channel ID within the UE.
| uint16_t rlc_segment::channelType |
Logical channel type (e.g., DCCH, DTCH).
| uint8_t rlc_segment::direction |
Transmission direction: uplink or downlink.
| bool rlc_segment::isControlPDU |
True if this segment is a control PDU (STATUS); false for data PDUs.
| uint16_t rlc_segment::isResegmented |
Non-zero if this PDU is a resegmented AMD PDU.
| uint32_t rlc_segment::NACKs[MAX_NACKs] |
Array of sequence numbers negatively acknowledged in a STATUS PDU.
| struct rlc_segment* rlc_segment::next |
Pointer to the next segment in the singly-linked list.
| uint16_t rlc_segment::noOfNACKs |
Number of NACK entries present in a STATUS PDU.
| uint32_t rlc_segment::num |
Wireshark frame number of the packet containing this segment.
| uint16_t rlc_segment::pduLength |
Length of the PDU in bytes.
| uint8_t rlc_segment::rat |
Radio Access Technology (e.g., LTE, NR).
| nstime_t rlc_segment::rel_ts |
Timestamp of the segment relative to the start of the capture.
| uint8_t rlc_segment::rlcMode |
RLC mode: TM, UM, or AM.
| uint16_t rlc_segment::sequenceNumberLength |
Configured sequence number field length in bits.
| uint32_t rlc_segment::SN |
RLC Sequence Number of this data PDU.
| uint16_t rlc_segment::ueid |
UE identifier that this segment belongs to.