X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructdata__section__hdr.html;fp=docs%2FAPI%2Fstructdata__section__hdr.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=0da064ea68885cd4e090c8ce1009862b7af17e92;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structdata__section__hdr.html b/docs/API/structdata__section__hdr.html deleted file mode 100644 index 0da064e..0000000 --- a/docs/API/structdata__section__hdr.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - -o-du/phy: data_section_hdr Struct Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
data_section_hdr Struct Reference
-
-
- -

#include <xran_pkt_up.h>

-
-Collaboration diagram for data_section_hdr:
-
-
Collaboration graph
-
- - - - - - - - - - - - - - - - - - - - -

-Data Fields

union {
   uint32_t   all_bits
 
   struct {
      uint32_t   num_prbu:8
 
      uint32_t   start_prbu:10
 
      uint32_t   sym_inc:1
 
      uint32_t   rb:1
 
      uint32_t   sect_id:12
 
   } 
 
fields
 
-

Detailed Description

-

Structure holding data section header fields It is repeated for every section ID in xRAN packet 5.4.5 Coding of Information Elements - Application Layer, Sections for U-plane as per 6.3.2 DL/UL Data

- -

Definition at line 67 of file xran_pkt_up.h.

-

Field Documentation

- -

◆ all_bits

- -
-
- - - - -
uint32_t all_bits
-
- -

Definition at line 69 of file xran_pkt_up.h.

- -
-
- -

◆ fields

- -
-
- - - - -
union { ... } fields
-
- -
-
- -

◆ num_prbu

- -
-
- - - - -
uint32_t num_prbu
-
-

5.4.5.6 number of contiguous PRBs per control section

- -

Definition at line 71 of file xran_pkt_up.h.

- -
-
- -

◆ rb

- -
-
- - - - -
uint32_t rb
-
-

5.4.5.2 resource block indicator, XRAN_RBIND_xxx

- -

Definition at line 74 of file xran_pkt_up.h.

- -
-
- -

◆ sect_id

- -
-
- - - - -
uint32_t sect_id
-
-

5.4.5.1 section identifier

- -

Definition at line 75 of file xran_pkt_up.h.

- -
-
- -

◆ start_prbu

- -
-
- - - - -
uint32_t start_prbu
-
-

5.4.5.4 starting PRB of control section

- -

Definition at line 72 of file xran_pkt_up.h.

- -
-
- -

◆ sym_inc

- -
-
- - - - -
uint32_t sym_inc
-
-

5.4.5.3 symbol number increment command XRAN_SYMBOLNUMBER_xxxx

- -

Definition at line 73 of file xran_pkt_up.h.

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