X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Flib%2Fsrc%2Fxran_ul_tables.c;h=ae71dceb3058004688e4d5d399a6c813602563ac;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hp=99feefbef452ab21e1f7de35e98e187d2316aa9d;hpb=4745e5c88ba931c6d71cb6d8c681f76cf364eac5;p=o-du%2Fphy.git diff --git a/fhi_lib/lib/src/xran_ul_tables.c b/fhi_lib/lib/src/xran_ul_tables.c index 99feefb..ae71dce 100644 --- a/fhi_lib/lib/src/xran_ul_tables.c +++ b/fhi_lib/lib/src/xran_ul_tables.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2020 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ * *******************************************************************************/ - /** * @brief This file defines those table used in 5G NR spec. * @file xran_ul_tables.c @@ -27,7 +26,7 @@ #include #include -#include "xran_common.h" +#include "xran_prach_cfg.h" /* 3GPP 38.211-f20 Table - 6.3.3.2-2 */ const xRANPrachConfigTableStruct gxranPrachDataTable_sub6_fdd[XRAN_PRACH_CONFIG_TABLE_SIZE] = @@ -843,8 +842,12 @@ const xRANPrachConfigTableStruct gxranPrachDataTable_mmw[XRAN_PRACH_CONFIG_TABLE { 255, { FORMAT_A3, FORMAT_B3 }, 1, { 0 }, { 7, 15, 23, 31, 39 }, 5, 2, 1, 2, 6 }, }; -const xRANPrachPreambleLRAStruct gxranPreambleforLRA[XRAN_PRACH_PREAMBLE_FORMAT_OF_ABC] = +const xRANPrachPreambleLRAStruct gxranPreambleforLRA[13] = { + {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 },