[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-547] E2AP Documentation
[o-du/l2.git] / src / 5gnrsch / sch_utils.h
index 433c33e..b562f12 100644 (file)
@@ -136,6 +136,10 @@ void deleteLcLL(CmLListCp *lcLL);
 CmLList *schPageInfoSearchFromPageList(SlotTimingInfo slotInfo, CmLListCp *storedPageList);
 void schDeleteFromPageInfoList(CmLListCp *list, CmLList *node);
 
+uint8_t countRBGFrmCoresetFreqRsrc(uint8_t *freqDomainRsrc);
+uint8_t findSsStartSymbol(uint8_t *mSymbolsWithinSlot);
+void fillCqiAggLvlMapping(SchPdcchInfo *pdcchInfo);
+void schUpdValY(SchUeCb *ueCb, SchPdcchInfo *pdcchInfo);
 #if 0
 /*Will be enabled for debugging*/
 void printLcLL(CmLListCp *lcLL);