X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_upr_inf.h;fp=src%2F5gnrmac%2Flwr_mac_upr_inf.h;h=304ff80a83a040139e52522b47039c99a6f2fb74;hb=56db1b2ff587365594f48f3274f806180eda4cb2;hp=38d41e70755aee1c4bcd414b696feb8e8aa1e4c7;hpb=c01ca171144bd6e576646466d420c6d5feaabc59;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_upr_inf.h b/src/5gnrmac/lwr_mac_upr_inf.h index 38d41e707..304ff80a8 100644 --- a/src/5gnrmac/lwr_mac_upr_inf.h +++ b/src/5gnrmac/lwr_mac_upr_inf.h @@ -73,7 +73,7 @@ typedef struct rachPduInfo typedef struct rachInd { uint16_t cellId; - SlotIndInfo timingInfo; + SlotTimingInfo timingInfo; uint8_t numPdu; RachPduInfo rachPdu[MAX_RACH_PDU_PER_SLOT]; }RachInd; @@ -94,7 +94,7 @@ typedef struct crcInfo typedef struct crcInd { uint16_t cellId; - SlotIndInfo timingInfo; + SlotTimingInfo timingInfo; uint16_t numCrc; CrcInfo crcInfo[MAX_CRCS_PER_SLOT]; }CrcInd; @@ -114,7 +114,7 @@ typedef struct typedef struct { uint16_t cellId; - SlotIndInfo timingInfo; + SlotTimingInfo timingInfo; uint16_t numPdus; RxDataIndPdu pdus[MAX_ULSCH_PDUS_PER_TTI]; }RxDataInd; @@ -208,21 +208,21 @@ typedef struct typedef struct { uint16_t cellId; - SlotIndInfo slotInd; + SlotTimingInfo slotInd; uint16_t numUcis; UciIndPduInfo pdus[MAX_UCI_PDUS_PER_TTI]; }UciInd; -typedef uint8_t (*SlotIndFunc)(Pst *pst, SlotIndInfo *slotInd); +typedef uint8_t (*SlotIndFunc)(Pst *pst, SlotTimingInfo *slotInd); typedef uint8_t (*RachIndFunc)(Pst *pst, RachInd *rachInd); typedef uint8_t (*CrcIndFunc)(Pst *pst, CrcInd *crcInd); typedef uint8_t (*RxDataIndFunc)(Pst *pst, RxDataInd *rxDataInd); typedef uint8_t (*StopIndFunc)(Pst *pst, uint16_t *cellId); typedef uint8_t (*UciIndFunc)(Pst *pst, UciInd *uciInd); -uint8_t packSlotInd (Pst *pst, SlotIndInfo *slotInd); +uint8_t packSlotInd (Pst *pst, SlotTimingInfo *slotInd); uint8_t unpackSlotInd(SlotIndFunc func, Pst *pst, Buffer *mBuf); -uint8_t fapiMacSlotInd(Pst *pst, SlotIndInfo *slotInd); +uint8_t fapiMacSlotInd(Pst *pst, SlotTimingInfo *slotInd); uint8_t packRachInd(Pst *pst, RachInd *rachInd); uint8_t unpackRachInd(RachIndFunc func, Pst *pst, Buffer *mBuf); uint8_t fapiMacRachInd(Pst *pst, RachInd *rachInd);