X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fmac_sch_interface.c;h=c8d12a641e10c93a566f94894c7b332ec2854ab6;hb=4fc13842d17b3cce83876c95cba9eef4b2a413dd;hp=a0a614772ac59014d093df19d4eedbfeff9fde54;hpb=5ea4c59cb4dd37164953218b0bd355284e11d22c;p=o-du%2Fl2.git diff --git a/src/cm/mac_sch_interface.c b/src/cm/mac_sch_interface.c index a0a614772..c8d12a641 100644 --- a/src/cm/mac_sch_interface.c +++ b/src/cm/mac_sch_interface.c @@ -76,6 +76,25 @@ int packSchMacDlBrdcstAlloc(Pst *pst, DlBrdcstAlloc *dlBrdcstAlloc) return ROK; } +/** + * @brief function to pack UL Sch Info message + * from SCH to MAC + * + * @details + * + * Function : packSchMacUlSchInfo + * + * + * @param[in] Pst *pst, the post structure + * @param[in] *ulSchInfo, UlSchInfo + * @return S16 + * -# ROK + **/ +int packSchMacUlSchInfo(Pst *pst, UlSchInfo *ulSchInfo) +{ + return ROK; +} + /** * @brief function to pack cell cfg from MAC to SCH *