Change Subframe value of PRACH Config index 249 ,JIRA ID ODUHIGH-210
[o-du/l2.git] / src / 5gnrsch / sch.c
index 269ae0b..6ca3e47 100644 (file)
@@ -545,6 +545,10 @@ uint8_t      offsetPointA
    pdsch->dmrs.scid                          = 0;
    pdsch->dmrs.numDmrsCdmGrpsNoData          = 1;
    pdsch->dmrs.dmrsPorts                     = 0;
+       pdsch->dmrs.mappingType                   = DMRS_MAP_TYPE_A; /* Type-A */
+       pdsch->dmrs.nrOfDmrsSymbols               = NUM_DMRS_SYMBOLS;
+       pdsch->dmrs.dmrsAddPos                    = DMRS_ADDITIONAL_POS;
+
    pdsch->pdschFreqAlloc.resourceAllocType   = 1; /* RAT type-1 RIV format */
        pdsch->pdschFreqAlloc.freqAlloc.startPrb  = offset + SCH_SSB_NUM_PRB; /* the RB numbering starts from coreset0,
        and PDSCH is always above SSB */