X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fxran__ul__tables_8c.html;fp=docs%2FAPI%2Fxran__ul__tables_8c.html;h=38eb9c6bf1a44b624456414a6f635a30ded9aa90;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/xran__ul__tables_8c.html b/docs/API/xran__ul__tables_8c.html new file mode 100644 index 0000000..38eb9c6 --- /dev/null +++ b/docs/API/xran__ul__tables_8c.html @@ -0,0 +1,198 @@ + + + + + + + +o-du/phy: xran_ul_tables.c File Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Variables
+
+
xran_ul_tables.c File Reference
+
+
+ +

This file defines those table used in 5G NR spec. +More...

+
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "xran_common.h"
+
+Include dependency graph for xran_ul_tables.c:
+
+
+ + + + + + + + + +
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Variables

const xRANPrachConfigTableStruct gxranPrachDataTable_sub6_fdd [XRAN_PRACH_CONFIG_TABLE_SIZE]
 
const xRANPrachConfigTableStruct gxranPrachDataTable_sub6_tdd [XRAN_PRACH_CONFIG_TABLE_SIZE]
 
const xRANPrachConfigTableStruct gxranPrachDataTable_mmw [XRAN_PRACH_CONFIG_TABLE_SIZE]
 
const xRANPrachPreambleLRAStruct gxranPreambleforLRA [13]
 
+

Detailed Description

+

This file defines those table used in 5G NR spec.

+
Author
Intel Corporation
+ +

Definition in file xran_ul_tables.c.

+

Variable Documentation

+ +

◆ gxranPrachDataTable_mmw

+ +
+
+ + + + +
const xRANPrachConfigTableStruct gxranPrachDataTable_mmw[XRAN_PRACH_CONFIG_TABLE_SIZE]
+
+ +

Definition at line 553 of file xran_ul_tables.c.

+ +
+
+ +

◆ gxranPrachDataTable_sub6_fdd

+ +
+
+ + + + +
const xRANPrachConfigTableStruct gxranPrachDataTable_sub6_fdd[XRAN_PRACH_CONFIG_TABLE_SIZE]
+
+ +

Definition at line 32 of file xran_ul_tables.c.

+ +
+
+ +

◆ gxranPrachDataTable_sub6_tdd

+ +
+
+ + + + +
const xRANPrachConfigTableStruct gxranPrachDataTable_sub6_tdd[XRAN_PRACH_CONFIG_TABLE_SIZE]
+
+ +

Definition at line 292 of file xran_ul_tables.c.

+ +
+
+ +

◆ gxranPreambleforLRA

+ +
+
+ + + + +
const xRANPrachPreambleLRAStruct gxranPreambleforLRA[13]
+
+Initial value:
=
{
{FORMAT_0, 839, 125, 1 , 3168 },
{FORMAT_1, 839, 125, 2 ,21024 },
{FORMAT_2, 839, 125, 4 , 4688 },
{FORMAT_3, 839, 5, 1 , 3168 },
{FORMAT_A1, 139, 15, 2 , 288 },
{FORMAT_A2, 139, 15, 4 , 576 },
{FORMAT_A3, 139, 15, 6 , 864 },
{FORMAT_B1, 139, 15, 2 , 216 },
{FORMAT_B2, 139, 15, 4 , 360 },
{FORMAT_B3, 139, 15, 6 , 504 },
{FORMAT_B4, 139, 15, 12, 936 },
{FORMAT_C0, 139, 15, 1 , 1240},
{FORMAT_C2, 139, 15, 4 , 2048}
}
+ + + + + + + + + + + + +
+

Definition at line 845 of file xran_ul_tables.c.

+ +
+
+
+ + + +