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

#include <xran_cp_api.h>

+
+Collaboration diagram for xran_cp_gen_params:
+
+
Collaboration graph
+ + + + + + + + + + + +
+ + + + + + + + + + + + +

+Data Fields

uint8_t dir
 
uint8_t sectionType
 
uint16_t numSections
 
struct xran_cp_header_params hdr
 
struct xran_section_gen_infosections
 
+

Detailed Description

+

This structure to hold the information to generate a C-Plane message

+ +

Definition at line 315 of file xran_cp_api.h.

+

Field Documentation

+ +

◆ dir

+ +
+
+ + + + +
uint8_t dir
+
+

UL or DL

+ +

Definition at line 316 of file xran_cp_api.h.

+ +
+
+ +

◆ hdr

+ +
+
+ + + + +
struct xran_cp_header_params hdr
+
+

The information for C-Plane message header

+ +

Definition at line 320 of file xran_cp_api.h.

+ +
+
+ +

◆ numSections

+ +
+
+ + + + +
uint16_t numSections
+
+

the number of sections to generate

+ +

Definition at line 318 of file xran_cp_api.h.

+ +
+
+ +

◆ sections

+ +
+
+ + + + +
struct xran_section_gen_info* sections
+
+

Array of the section information

+ +

Definition at line 322 of file xran_cp_api.h.

+ +
+
+ +

◆ sectionType

+ +
+
+ + + + +
uint8_t sectionType
+
+

each section must have same type with this

+ +

Definition at line 317 of file xran_cp_api.h.

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