From 2f1185bec78aa31b72781e5af34eb9cf64e5858d Mon Sep 17 00:00:00 2001 From: Balaji Shankaran Date: Wed, 26 Aug 2020 14:15:11 +0530 Subject: [PATCH] Change Subframe value of PRACH Config index 249 ,JIRA ID ODUHIGH-210 Change-Id: Ifba36245104a67b3b2fc467214b55ee43d956aee Signed-off-by: Balaji Shankaran --- src/5gnrsch/sch_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/5gnrsch/sch_utils.c b/src/5gnrsch/sch_utils.c index 4c8aaf11d..344e84eba 100644 --- a/src/5gnrsch/sch_utils.c +++ b/src/5gnrsch/sch_utils.c @@ -379,7 +379,7 @@ uint16_t prachCfgIdxTable[MAX_PRACH_CONFIG_IDX][8] = { {10, 1, 0, 16, 0, 1, 2, 6 }, /* index 246 */ {10, 1, 0, 66, 0, 1, 2, 6 }, /* index 247 */ {10, 1, 0, 528, 0, 1, 2, 6 }, /* index 248 */ -{10, 1, 0, 1, 0, 2, 2, 6 }, /* index 249 */ +{10, 1, 0, 2, 0, 2, 2, 6 }, /* index 249 */ {10, 1, 0, 128, 0, 2, 2, 6 }, /* index 250 */ {10, 1, 0, 132, 0, 2, 2, 6 }, /* index 251 */ {10, 1, 0, 146, 0, 2, 2, 6 }, /* index 252 */ -- 2.16.6