From: Balaji Shankaran Date: Sat, 9 May 2020 12:31:50 +0000 (+0530) Subject: Fix for prach ocassion at slot 8 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F3659%2F1;p=o-du%2Fl2.git Fix for prach ocassion at slot 8 Change-Id: Ibf212b650cf9e8c122bf331a01938e9bb7d242ab Signed-off-by: Balaji Shankaran --- diff --git a/src/5gnrsch/sch_common.c b/src/5gnrsch/sch_common.c index 6931f7c44..25e88efb1 100644 --- a/src/5gnrsch/sch_common.c +++ b/src/5gnrsch/sch_common.c @@ -226,7 +226,7 @@ int schPrachResAlloc(SchCellCb *cell, UlSchInfo *ulSchInfo) uint8_t prachFormat = 0; uint8_t x = 0; uint8_t y = 0; - uint8_t prachSubframe = 0; + uint16_t prachSubframe = 0; uint8_t prachStartSymbol = 0; uint8_t prachOcas = 0; uint8_t dataType = 0;