X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_slot_ind.c;h=cba1ccc208107c0d0943d4607994a7d9fb04487d;hb=f15bab416a36e421d42be3d2d1a42bf4c8c8b6c2;hp=51b07f41fb725273f17fe21f7f39c30f8e3314d9;hpb=80a4fa9d0aede180472530cab6efa6acc925424b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_slot_ind.c b/src/5gnrmac/mac_slot_ind.c index 51b07f41f..cba1ccc20 100644 --- a/src/5gnrmac/mac_slot_ind.c +++ b/src/5gnrmac/mac_slot_ind.c @@ -40,11 +40,14 @@ #include "tfu.x" /* RGU Interface includes */ #include "lrg.x" #include "du_app_mac_inf.h" -#include "mac_sch_interface.h" +#include "mac.h" int MacProcDlBrdcstAlloc(Pst *pst, DlBrdcstAlloc *dlBrdcstAlloc) { - + if(dlBrdcstAlloc != NULLP) + { + memcpy(&macCb.macCell->dlSlot[0].cellBroadcastInfo, dlBrdcstAlloc, sizeof(DlBrdcstAlloc)); + } return ROK; }