X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frlc_mac_inf.h;h=4a39a5b25b1526d88a18d2e984ca0d152dc15de6;hb=40d79285fedc8551f3f0e43ba01123d367c09248;hp=5cbbc9ff6ae1660bfa7753e42302243ab33ac195;hpb=3d078984f533661105aee11d52c0e5bd5e5481e4;p=o-du%2Fl2.git diff --git a/src/cm/rlc_mac_inf.h b/src/cm/rlc_mac_inf.h index 5cbbc9ff6..4a39a5b25 100644 --- a/src/cm/rlc_mac_inf.h +++ b/src/cm/rlc_mac_inf.h @@ -35,7 +35,6 @@ typedef struct rlcBoStatus { uint16_t cellId; /*!< CELL ID */ uint16_t ueId; /*!< UE ID */ - bool commCh; /*!< Common or Dedicated Channel */ uint8_t lcId; /*!< Logical channel ID */ uint32_t bo; /*!< Buffer occupancy reported by RLC */ }RlcBoStatus; @@ -43,7 +42,6 @@ typedef struct rlcBoStatus /* Scheduled logical channel info */ typedef struct rlcLcSchInfo { - bool commCh; /* Common or dedicated channel */ uint8_t lcId; /*!< Logical channel ID */ uint32_t bufSize; /*!< Total buffer size in bytes scheduled by MAC */ }RlcLcSchInfo; @@ -51,39 +49,46 @@ typedef struct rlcLcSchInfo /* Schedule result report */ typedef struct rlcSchedResultRpt { - //Slot info + SlotTimingInfo slotInfo; /*!< Timing info */ uint16_t cellId; /*!< CELL ID */ uint16_t rnti; /*!< Temporary CRNTI */ uint8_t numLc; /*!< Number of logical channels scheduled */ - SlotTimingInfo slotInfo; /*!< Timing info */ RlcLcSchInfo lcSch[MAX_NUM_LC]; /*!< Scheduled info of logical channels */ }RlcSchedResultRpt; /* DL/UL data transfer */ typedef struct rlcPduInfo { - bool commCh; /*!