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

#include <xran_cp_api.h>

-
-Collaboration diagram for xran_section_gen_info:
-
-
Collaboration graph
- - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

struct xran_section_info info
 
uint32_t exDataSize
 
struct {
   uint16_t   type
 
   uint16_t   len
 
   void *   data
 
exData [XRAN_MAX_NUM_EXTENSIONS]
 
struct xran_sectionext1_info m_ext1 [XRAN_MAX_NUM_EXTENSIONS]
 
struct xran_sectionext2_info m_ext2 [XRAN_MAX_NUM_EXTENSIONS]
 
struct xran_sectionext3_info m_ext3 [XRAN_MAX_NUM_EXTENSIONS]
 
struct xran_sectionext4_info m_ext4 [XRAN_MAX_NUM_EXTENSIONS]
 
struct xran_sectionext5_info m_ext5 [XRAN_MAX_NUM_EXTENSIONS]
 
-

Detailed Description

-

This structure to hold the information to generate the sections of C-Plane message

- -

Definition at line 295 of file xran_cp_api.h.

-

Field Documentation

- -

◆ data

- -
-
- - - - -
void* data
-
-

pointer to extension data

- -

Definition at line 303 of file xran_cp_api.h.

- -
-
- -

◆ exData

- -
-
- - - - -
struct { ... } exData[XRAN_MAX_NUM_EXTENSIONS]
-
-

the array to store section extension

- -
-
- -

◆ exDataSize

- -
-
- - - - -
uint32_t exDataSize
-
-

The number of Extensions or type 6/7 data

- -

Definition at line 298 of file xran_cp_api.h.

- -
-
- -

◆ info

- -
-
- - - - -
struct xran_section_info info
-
-

The information for section

- -

Definition at line 296 of file xran_cp_api.h.

- -
-
- -

◆ len

- -
-
- - - - -
uint16_t len
-
-

length of extension data

- -

Definition at line 302 of file xran_cp_api.h.

- -
-
- -

◆ m_ext1

- -
-
- -

Definition at line 305 of file xran_cp_api.h.

- -
-
- -

◆ m_ext2

- -
-
- -

Definition at line 306 of file xran_cp_api.h.

- -
-
- -

◆ m_ext3

- -
-
- -

Definition at line 307 of file xran_cp_api.h.

- -
-
- -

◆ m_ext4

- -
-
- -

Definition at line 308 of file xran_cp_api.h.

- -
-
- -

◆ m_ext5

- -
-
- -

Definition at line 309 of file xran_cp_api.h.

- -
-
- -

◆ type

- -
-
- - - - -
uint16_t type
-
-

the type of section extension

- -

Definition at line 301 of file xran_cp_api.h.

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