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

#include <xran_fh_o_du.h>

+
+Collaboration diagram for xran_frame_config:
+
+
Collaboration graph
+ + + +
+ + + + + + + + + + +

+Data Fields

uint8_t nFrameDuplexType
 
uint8_t nNumerology
 
uint8_t nTddPeriod
 
struct xran_slot_config sSlotConfig [XRAN_MAX_TDD_PERIODICITY]
 
+

Detailed Description

+

XRAN front haul frame config

+ +

Definition at line 459 of file xran_fh_o_du.h.

+

Field Documentation

+ +

◆ nFrameDuplexType

+ +
+
+ + + + +
uint8_t nFrameDuplexType
+
+

Frame Duplex type: 0 -> FDD, 1 -> TDD

+ +

Definition at line 460 of file xran_fh_o_du.h.

+ +
+
+ +

◆ nNumerology

+ +
+
+ + + + +
uint8_t nNumerology
+
+

Numerology, determine sub carrier spacing, Value: 0->4 0: 15khz, 1: 30khz, 2: 60khz 3: 120khz, 4: 240khz

+ +

Definition at line 461 of file xran_fh_o_du.h.

+ +
+
+ +

◆ nTddPeriod

+ +
+
+ + + + +
uint8_t nTddPeriod
+
+

TDD period

+ +

Definition at line 464 of file xran_fh_o_du.h.

+ +
+
+ +

◆ sSlotConfig

+ +
+
+ + + + +
struct xran_slot_config sSlotConfig[XRAN_MAX_TDD_PERIODICITY]
+
+

TDD Slot configuration - If nFrameDuplexType = TDD(1), then this config defines the slot config type for each slot.

+ +

Definition at line 465 of file xran_fh_o_du.h.

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