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

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.