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

#include <xran_pkt_cp.h>

-
-Collaboration diagram for xran_cp_radioapp_section_header:
-
-
Collaboration graph
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

union {
   struct {
      uint32_t   reserved:16
 
      uint32_t   numSymbol:4
 
      uint32_t   reMask:12
 
   }   s0
 
   struct {
      uint32_t   beamId:15
 
      uint32_t   ef:1
 
      uint32_t   numSymbol:4
 
      uint32_t   reMask:12
 
   }   s1
 
   struct {
      uint32_t   beamId:15
 
      uint32_t   ef:1
 
      uint32_t   numSymbol:4
 
      uint32_t   reMask:12
 
   }   s3
 
   struct {
      uint32_t   ueId:15
 
      uint32_t   ef:1
 
      uint32_t   numSymbol:4
 
      uint32_t   reMask:12
 
   }   s5
 
u
 
uint32_t numPrbc:8
 
uint32_t startPrbc:10
 
uint32_t symInc:1
 
uint32_t rb:1
 
uint32_t sectionId:12
 
-

Detailed Description

-

Section headers definition for C-Plane. Section type 6 and 7 are not present since those have different fields.

- -

Definition at line 91 of file xran_pkt_cp.h.

-

Field Documentation

- -

◆ beamId

- -
-
- - - - -
uint32_t beamId
-
-

5.4.5.9 beam identifier

- -

Definition at line 99 of file xran_pkt_cp.h.

- -
-
- -

◆ ef

- -
-
- - - - -
uint32_t ef
-
-

5.4.5.8 extension flag

- -

Definition at line 100 of file xran_pkt_cp.h.

- -
-
- -

◆ numPrbc

- -
-
- - - - -
uint32_t numPrbc
-
-

5.4.5.6 number of contiguous PRBs per control section 0000 0000b = all PRBs

- -

Definition at line 118 of file xran_pkt_cp.h.

- -
-
- -

◆ numSymbol

- -
-
- - - - -
uint32_t numSymbol
-
-

5.4.5.7 number of symbols

- -

Definition at line 95 of file xran_pkt_cp.h.

- -
-
- -

◆ rb

- -
-
- - - - -
uint32_t rb
-
-

5.4.5.2 resource block indicator, XRAN_RBIND_xxx

- -

Definition at line 121 of file xran_pkt_cp.h.

- -
-
- -

◆ reMask

- -
-
- - - - -
uint32_t reMask
-
-

5.4.5.5 resource element mask

- -

Definition at line 96 of file xran_pkt_cp.h.

- -
-
- -

◆ reserved

- -
-
- - - - -
uint32_t reserved
-
- -

Definition at line 94 of file xran_pkt_cp.h.

- -
-
- -

◆ s0

- -
-
- - - - -
struct { ... } s0
-
- -
-
- -

◆ s1

- -
-
- - - - -
struct { ... } s1
-
- -
-
- -

◆ s3

- -
-
- - - - -
struct { ... } s3
-
- -
-
- -

◆ s5

- -
-
- - - - -
struct { ... } s5
-
- -
-
- -

◆ sectionId

- -
-
- - - - -
uint32_t sectionId
-
-

5.4.5.1 section identifier

- -

Definition at line 122 of file xran_pkt_cp.h.

- -
-
- -

◆ startPrbc

- -
-
- - - - -
uint32_t startPrbc
-
-

5.4.5.4 starting PRB of control section

- -

Definition at line 119 of file xran_pkt_cp.h.

- -
-
- -

◆ symInc

- -
-
- - - - -
uint32_t symInc
-
-

5.4.5.3 symbol number increment command XRAN_SYMBOLNUMBER_xxxx

- -

Definition at line 120 of file xran_pkt_cp.h.

- -
-
- -

◆ u

- -
-
- - - - -
union { ... } u
-
- -
-
- -

◆ ueId

- -
-
- - - - -
uint32_t ueId
-
-

5.4.5.10 UE identifier

- -

Definition at line 111 of file xran_pkt_cp.h.

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