DPDK
23.07.0
|
#include <rte_pdcp_hdr.h>
Data Fields | |
uint8_t | sn_11_8: 4 |
uint8_t | r: 3 |
uint8_t | d_c: 1 |
uint8_t | sn_7_0 |
6.2.2.2 Data PDU for DRBs and MRBs with 12 bits PDCP SN
Definition at line 78 of file rte_pdcp_hdr.h.
uint8_t sn_11_8 |
Sequence number bits 8-11
Definition at line 80 of file rte_pdcp_hdr.h.
uint8_t r |
Reserved
Definition at line 81 of file rte_pdcp_hdr.h.
uint8_t d_c |
D/C bit
Definition at line 82 of file rte_pdcp_hdr.h.
uint8_t sn_7_0 |
Sequence number bits 0-7
Definition at line 88 of file rte_pdcp_hdr.h.