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