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=0da064ea68885cd4e090c8ce1009862b7af17e92;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structdata__section__hdr.html b/docs/API/structdata__section__hdr.html new file mode 100644 index 0000000..0da064e --- /dev/null +++ b/docs/API/structdata__section__hdr.html @@ -0,0 +1,228 @@ + + + + + + + +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: +
+ + + +