From 8b3c1a54b33c87e09512690649ed24775f7a5508 Mon Sep 17 00:00:00 2001 From: Balaji Shankaran Date: Sat, 9 May 2020 18:01:50 +0530 Subject: [PATCH] Fix for prach ocassion at slot 8 Change-Id: Ibf212b650cf9e8c122bf331a01938e9bb7d242ab Signed-off-by: Balaji Shankaran --- src/5gnrsch/sch_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.16.6