From: Balaji Shankaran Date: Wed, 26 Aug 2020 08:45:11 +0000 (+0530) Subject: Change Subframe value of PRACH Config index 249 ,JIRA ID ODUHIGH-210 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2f1185bec78aa31b72781e5af34eb9cf64e5858d;hp=392607b7a8cbf1b7415b15517275dd1ef4e897a9;p=o-du%2Fl2.git Change Subframe value of PRACH Config index 249 ,JIRA ID ODUHIGH-210 Change-Id: Ifba36245104a67b3b2fc467214b55ee43d956aee Signed-off-by: Balaji Shankaran --- 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 */