X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frlc_mac_inf.h;h=4a39a5b25b1526d88a18d2e984ca0d152dc15de6;hb=a9e15890b397c8fe514ccd82cf1c8541099fe573;hp=dd9db9fca8965d2287e3ec9482510383a82cf771;hpb=ca0353e5cb5699aecb6840efe9572934a1150e2b;p=o-du%2Fl2.git diff --git a/src/cm/rlc_mac_inf.h b/src/cm/rlc_mac_inf.h index dd9db9fca..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,7 +49,6 @@ 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 */ @@ -62,28 +59,36 @@ typedef struct rlcSchedResultRpt /* DL/UL data transfer */ typedef struct rlcPduInfo { - bool commCh; /*!