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

#include <xran_pkt_cp.h>

+
+Collaboration diagram for xran_cp_radioapp_common_header:
+
+
Collaboration graph
+
+ + + + + + + + + + + + + + + + + + + + +

+Data Fields

uint32_t startSymbolId:6
 
uint32_t slotId:6
 
uint32_t subframeId:4
 
uint32_t frameId:8
 
uint32_t filterIndex:4
 
uint32_t payloadVer:3
 
uint32_t dataDirection:1
 
uint8_t numOfSections
 
uint8_t sectionType
 
+

Detailed Description

+

Common Radio Application Header for C-Plane

+ +

Definition at line 61 of file xran_pkt_cp.h.

+

Field Documentation

+ +

◆ dataDirection

+ +
+
+ + + + +
uint32_t dataDirection
+
+

5.4.4.1 data direction (gNB Tx/Rx)

+ +

Definition at line 68 of file xran_pkt_cp.h.

+ +
+
+ +

◆ filterIndex

+ +
+
+ + + + +
uint32_t filterIndex
+
+

5.4.4.3 filter index, XRAN_FILTERINDEX_xxxx

+ +

Definition at line 66 of file xran_pkt_cp.h.

+ +
+
+ +

◆ frameId

+ +
+
+ + + + +
uint32_t frameId
+
+

5.4.4.4 frame identifier

+ +

Definition at line 65 of file xran_pkt_cp.h.

+ +
+
+ +

◆ numOfSections

+ +
+
+ + + + +
uint8_t numOfSections
+
+

5.4.4.8 number of sections

+ +

Definition at line 69 of file xran_pkt_cp.h.

+ +
+
+ +

◆ payloadVer

+ +
+
+ + + + +
uint32_t payloadVer
+
+

5.4.4.2 payload version, should be 1

+ +

Definition at line 67 of file xran_pkt_cp.h.

+ +
+
+ +

◆ sectionType

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

5.4.4.9 section type

+ +

Definition at line 70 of file xran_pkt_cp.h.

+ +
+
+ +

◆ slotId

+ +
+
+ + + + +
uint32_t slotId
+
+

5.4.4.6 slot identifier

+ +

Definition at line 63 of file xran_pkt_cp.h.

+ +
+
+ +

◆ startSymbolId

+ +
+
+ + + + +
uint32_t startSymbolId
+
+

5.4.4.7 start symbol identifier

+ +

Definition at line 62 of file xran_pkt_cp.h.

+ +
+
+ +

◆ subframeId

+ +
+
+ + + + +
uint32_t subframeId
+
+

5.4.4.5 subframe identifier

+ +

Definition at line 64 of file xran_pkt_cp.h.

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