X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.h;h=38d1dd9db618ae169d39ae3866254a4fc5d786c3;hb=c39df493d33e19557dbaded684cf6441c3ab8884;hp=1e1724f7e315a683ae7d6987f3a1c08f13e60345;hpb=2b1e3e044e619637fafa8829789d6798d8f9bdb0;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index 1e1724f7e..38d1dd9db 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -286,6 +286,8 @@ typedef struct schRaReq { uint32_t raRnti; RachIndInfo *rachInd; + bool isCFRA; + SchUeCb *ueCb; /* Filled only if isCFRA = true */ SlotTimingInfo winStartTime; SlotTimingInfo winEndTime; }SchRaReq;