fix ODUHIGH-182 updating code to be compatible with latest available fapi_inetrface...
[o-du/l2.git] / src / cm / mac_sch_interface.h
index 1272f68..daf8815 100644 (file)
@@ -139,6 +139,9 @@ typedef struct dmrsInfo
    uint8_t  scid;
    uint8_t  numDmrsCdmGrpsNoData;
    uint16_t dmrsPorts;
+       uint8_t mappingType;
+       uint8_t nrOfDmrsSymbols;
+       uint8_t dmrsAddPos;
 } DmrsInfo;
 
 typedef struct pdschFreqAlloc
@@ -470,6 +473,9 @@ typedef struct schPuschInfo
    FreqDomainAlloc  fdAlloc;      /* Freq domain allocation */
    TimeDomainAlloc  tdAlloc;      /* Time domain allocation */
    TbInfo           tbInfo;       /* TB info */
+       uint8_t          dmrsMappingType;
+       uint8_t          nrOfDmrsSymbols;
+       uint8_t          dmrsAddPos;
 }SchPuschInfo;
 
 typedef struct schPucchInfo