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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=a37a8a0699d5a5219b35cd972cc0031381d171a7;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structxran__cp__gen__params.html b/docs/API/structxran__cp__gen__params.html deleted file mode 100644 index a37a8a0..0000000 --- a/docs/API/structxran__cp__gen__params.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - -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: -
- - - -