DPDK  24.03.0
Data Fields
rte_pdcp_up_data_pdu_sn_18_hdr Struct Reference

#include <rte_pdcp_hdr.h>

Data Fields

uint8_t sn_17_16: 2
 
uint8_t r: 5
 
uint8_t d_c: 1
 
uint8_t sn_15_8
 
uint8_t sn_7_0
 

Detailed Description

6.2.2.3 Data PDU for DRBs and MRBs with 18 bits PDCP SN

Definition at line 95 of file rte_pdcp_hdr.h.

Field Documentation

◆ sn_17_16

uint8_t sn_17_16

Sequence number bits 16-17

Definition at line 97 of file rte_pdcp_hdr.h.

◆ r

uint8_t r

Reserved

Definition at line 98 of file rte_pdcp_hdr.h.

◆ d_c

uint8_t d_c

D/C bit

Definition at line 99 of file rte_pdcp_hdr.h.

◆ sn_15_8

uint8_t sn_15_8

Sequence number bits 8-15

Definition at line 105 of file rte_pdcp_hdr.h.

◆ sn_7_0

uint8_t sn_7_0

Sequence number bits 0-7

Definition at line 106 of file rte_pdcp_hdr.h.


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