X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxran__section__desc.html;fp=docs%2FAPI%2Fstructxran__section__desc.html;h=53ee900d7804f13f04f52641a7d2aded202867de;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structxran__section__desc.html b/docs/API/structxran__section__desc.html new file mode 100644 index 0000000..53ee900 --- /dev/null +++ b/docs/API/structxran__section__desc.html @@ -0,0 +1,190 @@ + + + + + + + +o-du/phy: xran_section_desc Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
xran_section_desc Struct Reference
+
+
+ +

#include <xran_fh_o_du.h>

+
+Collaboration diagram for xran_section_desc:
+
+
Collaboration graph
+
+ + + + + + + + + + + + +

+Data Fields

uint16_t section_id
 
int16_t iq_buffer_offset
 
int16_t iq_buffer_len
 
uint8_t * pData
 
void * pCtrl
 
+

Detailed Description

+

section descriptor for given number of PRBs used on U-plane packet creation

+ +

Definition at line 382 of file xran_fh_o_du.h.

+

Field Documentation

+ +

◆ iq_buffer_len

+ +
+
+ + + + +
int16_t iq_buffer_len
+
+

Length in bytes for the content of IQs with in main symb buffer

+ +

Definition at line 386 of file xran_fh_o_du.h.

+ +
+
+ +

◆ iq_buffer_offset

+ +
+
+ + + + +
int16_t iq_buffer_offset
+
+

Offset in bytes for the content of IQs with in main symb buffer

+ +

Definition at line 385 of file xran_fh_o_du.h.

+ +
+
+ +

◆ pCtrl

+ +
+
+ + + + +
void* pCtrl
+
+

optional poitner to mbuf

+ +

Definition at line 389 of file xran_fh_o_du.h.

+ +
+
+ +

◆ pData

+ +
+
+ + + + +
uint8_t* pData
+
+

optional pointer to data buffer

+ +

Definition at line 388 of file xran_fh_o_du.h.

+ +
+
+ +

◆ section_id

+ +
+
+ + + + +
uint16_t section_id
+
+

section id used for this element

+ +

Definition at line 383 of file xran_fh_o_du.h.

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